From 5d9b27cdab1f6eb1b6f4a58d5d4abfe501d51613 Mon Sep 17 00:00:00 2001 From: Travis Paul Date: Mon, 1 Apr 2013 13:45:30 -0400 Subject: [PATCH] Added object_straightening, removed trailing
--- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74f50c54..2d0faebd 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Fabric.js started as a foundation for design editor on [printio.ru](http://print $ node build.js - - Or build a custom distribution file, by passing (comma separated) module names to be included.
+ - Or build a custom distribution file, by passing (comma separated) module names to be included. $ node build.js modules=text,serialization,parser // or @@ -96,10 +96,11 @@ These are the optional modules that could be specified for inclusion, when build - **interaction** — Adds support for interactive features of fabric — selecting/transforming objects/groups via mouse/touch devices. - **parser** — Adds support for `fabric.parseSVGDocument`, `fabric.loadSVGFromURL`, and `fabric.loadSVGFromString` - **image_filters** — Adds support for image filters, such as grayscale of white removal. -- **easing** - Adds support for animation easing functions +- **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 +- **freedrawing** — Adds support for free drawing +- **gestures** — Adds support for multitouch gestures +- **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