react-svg-image-board
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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.

/react-svg-image-board/

    Package Sidebar

    Install

    npm i react-svg-image-board

    Weekly Downloads

    4

    Version

    0.1.3

    License

    ISC

    Unpacked Size

    6.2 MB

    Total Files

    44

    Last publish

    Collaborators

    • yhb71868