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