Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashm20/image-compressor-react

Compress your images
https://github.com/yashm20/image-compressor-react

Last synced: 1 day ago
JSON representation

Compress your images

Awesome Lists containing this project

README

        

# React Image Compressor

## Overview

A simple image compressor built with [react](https://reactjs.org/) and [browser-image-compression](https://www.npmjs.com/package/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
```

2. Install npm dependencies

```
npm install
```

3. Run the app locally.

```
npm start
```