A Javascript Canvas Experimentation API
Developer Note
2012/03/10
This code base is a proof of concept and here for archival purposes only. No pull requests are being accepted on the
early-version
branch at this time or planned for the future. Sketch.js is in the early stages of being refactored in the hopes of being a fully functional library with proper testing and documentation.Refactoring progress can be found in the
refactor
branch.
Sketch.js is a Javascript API for in interacting with canvas object. The API's focus is to provide easy-to-use methods for rapidly developing canvas "sketches". The name "Sketch.js" is not intended to represent drawing, illustration, or any visual context, but rather borrows from Processing's concept of programs being sketches.
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License
Copyright (C) 2011-2012 Erin Carter hi@dnvsfn.com ( http://github.com/ecarter )