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 Jan 4, 2025
1 parent d87c8cb commit 7c6ba29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ProofUploadCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ import utils from '../utils.js'
Compressor.setDefaults({
checkOrientation: true, // default
retainExif: true,
// quality: 0.6,
mimeType: 'image/webp',
// quality: 0.8, // default
// mimeType: 'image/webp',
// maxWidth: 3000
})
Expand Down

0 comments on commit 7c6ba29

Please sign in to comment.