1.0.5 • Published 1 year ago

simple-white-board v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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);
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago