@thevsstech/react-material-image-uploader
v1.0.22
Published
a image uploader component with zoom, scale, crop support
Downloads
5
Readme
@thevsstech/react-material-image-uploader
a image uploader component with zoom, scale, crop support
Install
npm install --save @thevsstech/react-material-image-uploaderUsage
import React, { Component } from 'react'
import MyComponent from '@thevsstech/react-material-image-uploader'
import '@thevsstech/react-material-image-uploader/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © thevsstech
