Skip to content

Image Compressor website React JS. Compress image faster by using web workers.

Notifications You must be signed in to change notification settings

souravcodes1080/img-compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Compressor 📷

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/

Features

  • 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.

Tech Stack

  • React JS
  • React router dom
  • Browser image compression
  • Netlify (For deployment)

Demo



Installation

npm install browser-image-compression --save
import imageCompression from 'browser-image-compression';

Browsers support

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
iOS Safari
iOS Safari
Opera
Opera
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

About

Image Compressor website React JS. Compress image faster by using web workers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages