Easy React Image Crop Component

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

Preview:

Easy React Image Crop Component-min

Add Comment