Canvas Based Drawing Plugin with jQuery - Sketch
File Size: | 78.5 KB |
---|---|
Views Total: | 4517 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

Sketch is a simple jQuery Drawing Plugin that make it easy to create canvases upon which visitors can draw.
Basic Usage:
1. Include jQuery Library and Sketch.js
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="sketch.js"></script>
2. Markup
<div class="demo"> <canvas id="simple_sketch" width="800" height="300"></canvas> <script type="text/javascript"> $(function() { $('#simple_sketch').sketch(); }); </script> </div>
This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.