Mark drawing tool, support for drawing lines , rays and other graphics.
npm install react-echarts-mark-boardMark drawing tool, support for drawing lines , rays and other graphics.
English | ็ฎไฝไธญๆ
โโโ lib - output code
โโโ docs - Example and docs
โโโ src - Source code directory
โโโ CHANGELOG.md - Change log
โโโ TODO.md - Planned features
`Usage Instructions
Using npm, download and install the code.
`bash
$ npm install --save react-echarts-mark-board
`For webpack or similar environment๏ผ
`js
import ReactReactDrawMark from 'react-echarts-mark-board';
`
Documents
- #### API
- #### lib statistics
- #### test coverageContribution Guide
For the first time to run, you need to install dependencies firstly.
`bash
$ npm install
`To build the project:
`bash
$ npm run build
`To run unit tests:
`bash
$ npm test
``