The Client side photo compression web app using react and Jimp.
CompressPhotos is a lightweight and powerful image compression Application. Compressor will allow you to compress large photos into smaller sized photos with very less or negligible loss in quality of the image.
Demo- https://compressphotos.com/
- Clone the repository and change directory.
git clone https://github.com/harishmahamure/photoCompress.git
cd photoCompress
- Use the package manager npm to install the packages.
npm install
- Run app on local machine
npm install
- Build Application for deployment.
npm build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.