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