Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 415 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 415 Bytes

Basic Canvas Paint

v0.7.3

This is a basic example on how-to draw in HTML using canvas and jQuery. Example can be integrated in your application with following code:

<div id="bcPaint"></div>
<script type="text/javascript">
	$('#bcPaint').bcPaint();
</script>

See demo page for more info.

Known Issues

  • Drawing offset on mobile devices.