Skip to content

ibolmo/moocanvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

MooTools Canvas is a byproduct of Google's Excanvas and a script by Ralph Sommerer. In retrospect, I can't tell where one ends and one begins. Moreover, there hasn't been a single line of code that I haven't personally modified for performance, file-size reduction, or programming-style maintenance.

Thanks to MooTools, the new Canvas class is: small, modular, and lightweight.

Example

var cv = new Canvas();
var ctx = cv.getContext('2d');
$(document.body).adopt(cv);

*More information on the site

Releases

No releases published

Packages

No packages published