mobomo / sketch.js

A jQuery plugin for dead simple Canvas-based drawing.
http://intridea.github.com/sketch.js
290 stars 110 forks source link

Disable and re-enable sketch #21

Closed amree closed 9 years ago

amree commented 10 years ago

Is there anyway I can disable and enable sketch? Something like

$('#elem').sketch();
$('#elem').turnOffSketch();
$('#elem').sketch()