Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 334 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 334 Bytes

Reimagine

Simple React image uploader.

Installation

npm install --save reimagine

or

yarn add reimagine

Example

https://codesandbox.io/s/friendly-wave-ix61j

Usage

import Reimagine from "reimagine";

<Reimagine
  width={200}
  height={200}
  onSelectImage={uploadImage}
  onEdit={editImage}
/>;