0.1.3 • Published 4 years ago

react-svg-image-board v0.1.3

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

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.