Wanna try the jQuery-friendly version?
$(function() { // By setting multitouch to false, only the first touch event is considered. var sketcher = new Sketchable(document.getElementById('drawing-canvas'), { multitouch: false }); });