You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @Darrenwwk,
You can add maxIteration in your options.
The default value is 10 when not provided, set it to 20 for example and it will works fine 👍.
Be careful, because the bigger it is the longer the process can take.
const imageCompressionOptions = { maxSizeMB: 0.3, };
await imageCompression( imgBlob as File, imageCompressionOptions, );
If image size is more than 2mb then I might get 400kb or 500kb size of compressed image.
The text was updated successfully, but these errors were encountered: