SketchPad release
SketchPad is a project I’ve done to learn the HTML5 <canvas> element and to use it to create something that is usable. As a result is a minimal drawing tool that is able to export the drawn image to a file on the user’s computer. From a programming point of view, the application is extensible, utilising JavaScript’s…