Image Compressor online is a single page web application which uses web workers to compress the resolution and size of your image, built with react js and third party library browser-image-compression by Donaldcwl.
Link to website 🌐
or copy the link below
https://image-compressor-online.netlify.app/
-
Smooth responsive ui for both desktop, tablet, and mobile devices.
-
Multi-thread (web worker) non-blocking compression is supported.
-
Customization options like limit the image size, change the output resolution.
-
Can compress jpeg, png, webp, and bmp images by reducing resolution or storage size before uploading to the application server to save bandwidth.
- React JS
- React router dom
- Browser image compression
- Netlify (For deployment)
npm install browser-image-compression --save
import imageCompression from 'browser-image-compression';
IE / Edge |
Firefox |
Chrome |
Safari |
iOS Safari |
Opera |
---|---|---|---|---|---|
IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |