svg-white-board

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save svg-white-board

Usage

import React, { Component } from 'react'

import MyComponent from 'svg-white-board'
import 'svg-white-board/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © hugangyu@live.cn