Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 508 Bytes

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

  1. Clone the repository and change directory.

  2. Install npm dependencies

npm install

  1. Run the app locally.

npm start