react-image-file-upload

A library to upload an image

Usage no npm install needed!

<script type="module">
  import reactImageFileUpload from 'https://cdn.skypack.dev/react-image-file-upload';
</script>

README

react-image-upload

A library to upload an image

NPM JavaScript Style Guide

Install

npm install --save react-image-upload

Usage

import React, { Component } from 'react'

import MyComponent from 'react-image-upload'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © Daavidaviid