Basic Canvas Paint

A jQuery based plugin example for drawing, e-signing and exporting

Want to create a painting app or just curious on how-to drap in a webpage using JavaScript, then this example is for you to start with. This example is quite simple and basic, however you can be creative as you like. Enjoy (:

Color Palette

Select from various color or add your color

Free Hand Drawing

Draw anything within drawing pane

E-Sign

It also can be used as e-signature for your online apps

Export

Export your drawnings into PNG image

Mobile Support

It is mobile friendly, so you can use it on your tablet or smartphone

Cross-Browser Support

Supported by all modern browser

Try it Out

Code Snippet

<div id="bcPaint"></div>
<script type="text/javascript">
	$('#bcPaint').bcPaint();
</script>
					
© Alexandre Bobkov 2018-2021. All Rights Reserved.