mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-22 04:11:52 +00:00
Merge pull request #540 from Kienz/patch-2
Add link to Event.js library
This commit is contained in:
commit
a94533e825
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue