image.js

add sketchpad to anywhere

View the Project on GitHub laziel/bombayjs

image.js

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>

Live Sample

http://laziel.com/github/bombayjs/

Features

... and more

Compatible Devices

Bombay.js works on most of devices supports HTML5, including mobile.

Author

JiHan Kim(@laziel)

Thanks to

Hyunchul Lee, Jongwoon Park, Sangmin Shim(@davidshimjs)
Special Thanks to JiHee Hong

Support or Contact

Having trouble? You can feel free to contact iam@laziel.com and I’ll help you sort it out.