react-upload-resize
react component to upload file and resize using react-cropper
Install
npm install --save react-upload-resize
Usage
import React, { Component } from 'react'
import MyComponent from 'react-upload-resize'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
ISC © KhushbuThakkar