The easiest way to make sketchpad using HTML5 Canvas on your webpage. All you need is just single div tag and a line of JavaScript code like this:
<div id="bombay"></div>
<script type="text/javascript">
var oCanvas = new bombay.Canvas({"elContainer":"bombay"});
</script>
http://laziel.com/github/bombayjs/
- Brushes
- Line width and color
- ... and more
Bombay.js works on most of devices supports HTML5, including mobile.
JiHan Kim(@laziel)
Hyunchul Lee, Jongwoon Park, Sangmin Shim(@davidshimjs) Special Thanks to JiHee Hong
Having trouble? You can feel free to contact [email protected] and I’ll help you sort it out.