Merge pull request #540 from Kienz/patch-2

Add link to Event.js library
This commit is contained in:
Juriy Zaytsev 2013-04-04 03:39:44 -07:00
commit a94533e825

View file

@ -99,7 +99,7 @@ These are the optional modules that could be specified for inclusion, when build
- **easing** — Adds support for animation easing functions
- **node** — Adds support for running fabric under node.js, with help of [jsdom](https://github.com/tmpvar/jsdom) and [node-canvas](https://github.com/learnboost/node-canvas) libraries.
- **freedrawing** — Adds support for free drawing
- **gestures** — Adds support for multitouch gestures
- **gestures** — Adds support for multitouch gestures with help of [Event.js](https://github.com/mudcube/Event.js)
- **object_straightening** — Adds support for rotating an object to one of 0, 90, 180, 270, etc. depending on which is angle is closer.
### Examples of use