Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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