Skip to content

Commit 3b99a2d

Browse files
authored
docs(erasing): Update README (fabricjs#7170)
1 parent aaf3473 commit 3b99a2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ These are the optional modules that could be specified for inclusion, when build
201201
- **easing** — Adds support for animation easing functions
202202
- **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.
203203
- **freedrawing** — Adds support for free drawing
204+
- **erasing** — Adds support for object erasing using an eraser brush
204205
- **gestures** — Adds support for multitouch gestures with help of [Event.js](https://github.com/mudcube/Event.js)
205206
- **object_straightening** — Adds support for rotating an object to one of 0, 90, 180, 270, etc. depending on which is angle is closer.
206207
- **animation** — Adds support for animation (`fabric.util.animate`, `fabric.util.requestAnimFrame`, `fabric.Object#animate`, `fabric.Canvas#fxCenterObjectH/#fxCenterObjectV/#fxRemove`)
@@ -250,6 +251,7 @@ For example:
250251

251252
- [Fabric on Bountysource](https://www.bountysource.com/trackers/23217-fabric-js)
252253
- [Fabric on CodeTriage](http://www.codetriage.com/kangax/fabric.js)
254+
- [Contributing](./CONTRIBUTING.md)
253255

254256
### Staying in touch
255257

0 commit comments

Comments
 (0)