A simple image compressor built with react and browser-image-compression.
- Compress Image By Reducing Resolution and Size
- Offline Compression
- ReactJS
- React Bootstrap
- Browser Image Compression
- Clone the repository and change directory.
git clone https://github.com/JoseGaldamez/basicImageCompressorReact
cd basicImageCompressorReact
- Install npm dependencies
npm install
- Run the app locally.
npm start