Skip to content

Commit

Permalink
feat: price create form: convert proof image to webp before upload (#44)
Browse files Browse the repository at this point in the history
Proof image: convert image to webp
  • Loading branch information
raphodn authored Dec 22, 2023
1 parent 83e54df commit 9beeeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AddPriceSingle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Compressor.setDefaults({
checkOrientation: true, // default
retainExif: true,
quality: 0.6,
// mimeType: 'image/webp',
mimeType: 'image/webp',
maxWidth: 3000
})
Expand Down

0 comments on commit 9beeeb9

Please sign in to comment.