1.0.5 • Published 2 years ago

simple-white-board v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago