Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 629 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 629 Bytes

react-unicrop

A React library to crop image with a fixed size and a circle

NPM JavaScript Style Guide

Install

npm install --save react-unicrop

Usage

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)