a single-user whiteboard drawing application using HTML5 Canvas API.
This application has only been tested in Mac/Chrome.
To run this application, pull the source and run the following command in /server
npm install && npm start
open up http://localhost:3000/
in your Chrome
- draw freehand path (point and holddown mouse button and move to draw)
- draw a straight line between two points(point and move cursor and release)
- line should be visible while dragging
- draw rectangles (point and move cursor and release)
- shape should be visible while dragging
- can select 8 different colours