Canvas - xkp/Doc GitHub Wiki
#Overview
The canvas idiom allows developers to produce graphical client side applications running on the HTML5 Canvas. The primary aim for this module is to provide a viable alternative to flash (when mixed with the sequencer). The other goal of the idiom is to provide a solid, reusable UI for applications.
The module has been designed to feel familiar to HTML developers, you will see divs, imgs, etc. The similarities will likely end there.
Lets see code:
<div id="container" placement="top" height="50">
<img src="images/img.png" x="0" y="0" width="100" height="50"/>
</div>
This will be the general function of the Canvas idiom, the available classes are listed bellow:
#Table of contents
This is the list of available tags: