@thevsstech/react-material-image-uploader
TypeScript icon, indicating that this package has built-in type declarations

1.0.22 • Public • Published

@thevsstech/react-material-image-uploader

a image uploader component with zoom, scale, crop support

NPM JavaScript Style Guide

Install

npm install --save @thevsstech/react-material-image-uploader

Usage

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

/@thevsstech/react-material-image-uploader/

    Package Sidebar

    Install

    npm i @thevsstech/react-material-image-uploader

    Weekly Downloads

    0

    Version

    1.0.22

    License

    MIT

    Unpacked Size

    128 kB

    Total Files

    18

    Last publish

    Collaborators

    • thevsstech