vitalii4reva / photoCompress

The Client side photo compression web app using react and Jimp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client Side Image Compress Using React, Webpack and Jimp.

The Client side photo compression web app using react and Jimp.

Overview

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/

Development

  1. Clone the repository and change directory.
 git clone https://github.com/harishmahamure/photoCompress.git 
 cd  photoCompress 
  1. Use the package manager npm to install the packages.
npm install 
  1. Run app on local machine
npm install 
  1. Build Application for deployment.
npm build 

Contributing

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.

License

GNU General Public License v3.0

About

The Client side photo compression web app using react and Jimp.

License:GNU General Public License v3.0


Languages

Language:JavaScript 52.4%Language:HTML 47.6%