Skip to content

Commit

Permalink
refactor(Proof image): Stop converting images to WebP. Compress only
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Dec 10, 2024
1 parent 56b9bf2 commit 21ee02c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ProofInputRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ import utils from '../utils.js'
Compressor.setDefaults({
checkOrientation: true, // default
retainExif: true,
// quality: 0.6,
mimeType: 'image/webp',
// quality: 0.6, // default is 0.8
// mimeType: 'image/webp',
// maxWidth: 3000
})
Expand Down

0 comments on commit 21ee02c

Please sign in to comment.