Draw here!

Wanna try the vanilla JavaScript version?

$(function() {

    // By setting multitouch to false, only the first touch event is considered.
    $('#drawing-canvas').sketchable({ multitouch: false });

});