Skip to content

whiteboard drawing application using Canvas API

Notifications You must be signed in to change notification settings

minsohng/Canvas-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 Canvas application

a single-user whiteboard drawing application using HTML5 Canvas API.

Requirements

This application has only been tested in Mac/Chrome.

Usage

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

Features

  • 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

About

whiteboard drawing application using Canvas API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published