mirror of https://github.com/luileito/jsketch.git
Updated readme
This commit is contained in:
parent
022b6ab990
commit
71ddda45a2
|
|
@ -1,10 +1,14 @@
|
|||
# jSketch
|
||||
|
||||
A lightweight JavaScript library for drawing facilities on an HTML5 canvas.
|
||||
|
||||
Conveniently wrapped in a `Sketchable` class.
|
||||
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/)
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue