browser-image-compression
browser-image-compression copied to clipboard
Image compression in web browser
Are all files stored entirely in memory while compressing? If yes is there a way to not do this or a workaround?
I would like to use the following interface to type my `const options: Options`, but it is not exported in code ```js interface Options { /** @default Number.POSITIVE_INFINITY */ maxSizeMB?:...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
It would be amazing if this library could support using multiple workers. Currently, the library only supports using one worker but multiple workers would be amazing as it would reduce...
I want to decrease the quality of the image by 50% while maintaining dimensions. I tried everything but not working for me, is there any way?
Hi there, I see this error poping randomly in my monitoring tool (sentry). Strange thing is that I haven't been able to reproduce it locally on my machine. Here is...
As of v2.0.0, your Next.js example appears to only work when you start Next.js in development mode, not production. Could this be related to core-js being dropped? The docs say...
Hello, I was thinking about possibility to disable decreasing quality in every iteration or maybe setup step variable, so e.g. only change of resolution would be changing and quality would...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.2.1 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...
Is there any way to add a watermark text or image using browser image compression?