Updated readme

This commit is contained in:
Luis Leiva 2017-12-17 23:38:21 +01:00
parent 022b6ab990
commit 71ddda45a2
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,14 @@
# jSketch # jSketch
A lightweight JavaScript library for drawing facilities on an HTML5 canvas. A lightweight JavaScript library for drawing facilities on an HTML5 canvas.
Conveniently wrapped in a `Sketchable` class. Conveniently wrapped in a `Sketchable` class.
Available also as a jQuery plugin. Available also as a jQuery plugin.
**Disclaimer:** This library is mainly focused on free-form drawing,
although it supports many of the native canvas methods.
If you need a more complex solution try [RaphäelJS](http://www.raphaeljs.com)
or [Fabric.js](http://www.fabricjs.com)
[Demos and documentation](https://luis.leiva.name/jsketch/) [Demos and documentation](https://luis.leiva.name/jsketch/)
![g3 demo](figs/res-demo-g3.png) ![g3 demo](figs/res-demo-g3.png)