1.0.2 • Published 3 years ago
react-imgeditor-simple v1.0.2
react-imgeditor-simple
#自定义截屏插件,本插件仅支持 React
Install node_modules:
$ yarn install react-imgeditor-simpleGetting Started
Install dependencies,
$ npm iStart the dev server,
$ npm startBuild documentation,
$ npm run docs:buildRun test,
$ npm testBuild library via father,
$ npm run buildexample
import { ImageEditor } from 'react-imgeditor-simple';
<ImageEditor width={500} height={500} src="img.png" />;