Overview
A lightweight JavaScript library for drawing facilities on an HTML5 canvas.
Conveniently wrapped in a Sketchable class.
Available also as a jQuery plugin.
Demos
Documentation
Repository
Grab the latest code at github.
Download
Production files
aka Minified code
  - Base lib ← drawing only, required
    
  
 
  - Interactive ← you want this!
    
  
 
  - 
    Memento plugin ← undo/redo facilities
    
  
 
  - 
    Animate plugin
    
  
 
  - 
    Serializer plugin
    
  
 
  - 
    SVG export plugin
    
  
 
  - 
    All in one ← base + interactive + plugins (memento, animate, serializer, svg export)
    
  
 
Source files
aka Fully documented code
  - Base lib ← drawing only, required
    
  
 
  - Interactive ← you want this!
    
  
 
  - 
    Memento plugin ← undo/redo facilities
    
  
 
  - 
    Animate plugin
    
  
 
  - 
    Serializer plugin
    
  
 
  - 
    SVG export plugin