Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jyash97/image_cropper

React Application to crop Image.
https://github.com/jyash97/image_cropper

image-cropping react react-images

Last synced: about 1 month ago
JSON representation

React Application to crop Image.

Awesome Lists containing this project

README

        

# react-starter

Application with code splitting setup along with prettier and eslint configuration.

## Start Application

```
yarn && yarn start
```

## Build Application

```
yarn build
```

Build Folder is `build`

## Analyze generated Bundles

```
yarn build && yarn analyze
```