Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jyash97/image_cropper
- Owner: jyash97
- Created: 2018-03-07T16:08:09.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-10T19:17:15.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T07:11:03.107Z (over 1 year ago)
- Topics: image-cropping, react, react-images
- Language: JavaScript
- Homepage:
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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
```