Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 296 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 296 Bytes

react-photo-uploader

Upload, drop, or take a photo.

Installation

yarn add react-photo-uploader

Usage

Accepts an onUpload prop that is called once a photo is taken, uploaded, or dropped into the component

Example

yarn build
yarn demo