The app enables users to learn HTML5 canvas tool using a console based tool which uses REPL(Read-Eval-Print Loop) to enable the use of functions for using the canvas API.
##Input A canvesque function to draw objects on Console/Popup.
##Functionalities provided
- rect()
- circle()
- stroke()
- line()
- polygon()
- fill() and more
##Output A window to draw the specific figure corrosponding to the function
##Example rect(10, 10, 200, 100);