This package has been deprecated

Author message:

this package has been deprecated

eboard
TypeScript icon, indicating that this package has built-in type declarations

0.9.31 • Public • Published

Eboard

npm npm npm

An blackboard implementation based on html canvas.

For developer:

  1. Checkout this project to local.
  2. yarn install --ignore-engines
  3. yarn start
  4. open http://localhost:8000/examples/eboard-demo.html

Publish:

  1. npm run pub

Example:

  1. Online Examples:https://yanxlg.github.io/eboard/build/examples/eboard-demo.html

Jest:

  1. npm run test

Plan:

  1. support custom shapes(done, liheeng, 20180607)

  2. redo、undo (done, liheeng, 20180607)

  3. Zoom in/out (done, liheeng, 20180607)

  4. document as image view plugin

  5. integrate message event

  6. pdf view plugin https://github.com/mozilla/pdf.js/ https://github.com/erikras/react-pdfjs https://github.com/wojtekmaj/react-pdf

  7. equation editing plugin https://codepen.io/tswone/pen/ozYxzw Style reference: http://www.wiris.com/editor/demo/en/index https://www.mathcha.io/editor html2canvas

  8. chart plugin

  9. Support more shapes.

  10. More undo/redo actions.

  11. Data Grid https://github.com/fin-hypergrid/core#demos https://github.com/TonyGermaneri/canvas-datagrid

  12. Workflow https://gojs.net/latest/samples/flowchart.html

Readme

Keywords

none

Package Sidebar

Install

npm i eboard

Weekly Downloads

0

Version

0.9.31

License

MIT

Unpacked Size

17.8 MB

Total Files

474

Last publish

Collaborators

  • yanxlg