1.0.3 • Published 6 years ago

image-crop-react v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

npm version

image-crop-react

Installation

npm install --save image-crop-react

Usage

See src/example.js

import ImageCrop from 'image-crop-react'

<ImageCrop src={source}
    onLoad={this.handleCrop}
    onChange={this.handleCrop}
    height={200}
    width={200}
    ref={ ref => { this.imageCrop = ref }} />

Screenshots

Initial Service Result

TODO

  • d.ts file
  • detailed usage readme
  • tests coverage