🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

The dRawr library lets you create a customizable, mobile-friendly drawing app with a Photoshop-style toolbar containing useful tools on the screen.

drawing

Documentation

jquery-drawr

JQuery dRawr is a jquery plugin to turn any canvas element into a drawing area with a lot of useful tools and brushes.

Screenshot:

screenshot of canvas

Usage:

<div style="width:350px;height:300px;" class="some-container"> 	<canvas id="canvas"></canvas> </div> 
$("#canvas").drawr({ "enable_tranparency" : true, "canvas_width" : 800, "canvas_height" : 800 }); $("#canvas").drawr("start");

More Info and demos at this link


You May Also Like