• Stars
    star
    115
  • Rank 304,806 (Top 7 %)
  • Language
    JavaScript
  • Created almost 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.
git clone https://github.com/RaulB-masai/react-image-compressor.git
cd react-image-compressor
  1. Install npm dependencies
npm install
  1. Run the app locally.
npm start