simple-white-board
v1.0.5
Published
a simple canvas white board for drawing
Downloads
7
Maintainers
Readme
Simple White Board
This is a javascript library of a white board with simple drawing.
Installation
npm install simple-white-board
Usage
<canvas id="canvas" width="500" height="500"></canvas>
import SimpleWhiteBoard from 'simple-white-board';
const canvas = document.getElementById('canvas');
const whiteBoard = new SimpleWhiteBoard(canvas);