Skip to content

Commit 7c6ba29

Browse files
committed
refactor(Proof image): Stop converting images to WebP. Compress only
1 parent d87c8cb commit 7c6ba29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ProofUploadCard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ import utils from '../utils.js'
7676
Compressor.setDefaults({
7777
checkOrientation: true, // default
7878
retainExif: true,
79-
// quality: 0.6,
80-
mimeType: 'image/webp',
79+
// quality: 0.8, // default
80+
// mimeType: 'image/webp',
8181
// maxWidth: 3000
8282
})
8383

0 commit comments

Comments
 (0)