react-svg-image-board
v0.1.3
Published
A react component. can drawing svg element to image board.
Downloads
22
Maintainers
Readme
react-svg-image-board
A react module. can drawing svg element to image board.
Install
$ npm install --save react-svg-image-board
Usage
Quick start
import { SvgImageBoard, BoardMode } from 'react-svg-image-board';
<SvgImageBoard {...props}
mode={BoardMode.ReadOnly}
/>
Develop
In the project directory, you can run:
npm run storybook
Run the demo app in the storybook. Open http://localhost:9009/ to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
npm run build:lib
Builds the lib for production to the dist
folder.