# tiny-image-editor [![NPM version](https://img.shields.io/npm/v/tiny-image-editor.svg?style=flat)](https://npmjs.org/package/tiny-image-editor) [![NPM downloads](http://img.shields.io/npm/dm/tiny-image-editor.svg?style=flat)](https://npmjs.org/package/tiny-image-editor) A react image editor of fabricjs ## Usage `yarn add tiny-image-editor` or `npm i tiny-image-editor` usage ``` import { Editor } from 'tiny-image-editor'; ``` ![ImageEditor](https://github.com/hututuhu/tiny-image-editor/assets/37233828/95077dc7-065d-4fd3-95f8-26399d5993ab) ## Options TODO ## Development ```bash # install dependencies $ yarn install # develop library by docs demo $ yarn start # build library source code $ yarn run build # build library source code in watch mode $ yarn run build:watch # build docs $ yarn run docs:build # check your project for potential problems $ yarn run doctor ``` ## LICENSE MIT