Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcbperez/react-image-crop
An image cropping tool for React.
https://github.com/marcbperez/react-image-crop
canvas react typescript
Last synced: about 7 hours ago
JSON representation
An image cropping tool for React.
- Host: GitHub
- URL: https://github.com/marcbperez/react-image-crop
- Owner: marcbperez
- License: apache-2.0
- Created: 2021-02-02T16:11:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T16:26:17.000Z (almost 4 years ago)
- Last Synced: 2024-10-20T00:35:45.933Z (about 1 month ago)
- Topics: canvas, react, typescript
- Language: TypeScript
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-image-crop
An image cropping tool using React and HTML Canvas.
## Installation
Clone the project and install its dependencies.
```bash
git clone https://github.com/marcbperez/react-cropping-tool
cd react-cropping-tool
yarn
```## Usage
Start the development server on `http://localhost:3000` with `yarn start` or
generate the production build with `yarn build`.## Credits
This project is created by [marcbperez][author] and maintained by its
[author][author] and contributors.## License
This project is licensed under the [Apache License Version 2.0][license].
[author]: https://marcbperez.github.io
[license]: LICENSE