Description:
A React component to crop images with easy interactions.
Features:
- Supports drag and zoom (using wheel) interactions
- Provides crop dimensions as pixels and percentages
- Supports any images format (JPEG, PNG, even GIF) as url or base 64 string
- Mobile friendly
Installation:
# Yarn $ yarn add react-easy-crop # NPM $ npm install react-easy-crop --save






