From f8d0c068b4bc35e05affb83d5f150f8a1aa753d0 Mon Sep 17 00:00:00 2001 From: Kienz Date: Thu, 4 Apr 2013 09:08:09 +0300 Subject: [PATCH] Add link to Event.js library Add link to Event.js github repository to gestures module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d0faebd..c4011c21 100644 --- a/README.md +++ b/README.md @@ -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