react-unicrop
v1.0.4
Published
A React library to crop image with a fixed size and a circle
Readme
react-unicrop
A React library to crop image with a fixed size and a circle
Install
npm install --save react-unicropUsage
import React, { Component } from 'react'
import MyComponent from 'react-unicrop'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © [DOMEY Dimitri](https://github.com/DOMEY Dimitri)
