We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b39d61 commit 7f0f512Copy full SHA for 7f0f512
example/basic.html
@@ -15,7 +15,7 @@
15
console.log('\n');
16
});
17
var maxSizeMB = 1;
18
- var maxWidthOrHeight = 1920; // compressedFile will scale down by ratio to a point that width or height is smaller than maxWidthOrHeight
+ var maxWidthOrHeight = 3000; // compressedFile will scale down by ratio to a point that width or height is smaller than maxWidthOrHeight
19
imageCompression(imageFile, maxSizeMB, maxWidthOrHeight)
20
.then(function (compressedFile) {
21
console.log('compressedFile instanceof Blob', compressedFile instanceof Blob); // true
0 commit comments