browser-image-compression
browser-image-compression copied to clipboard
Size of compressed image is not follow the "maxSizeMB" options
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.