diff --git a/README.md b/README.md index d2f85ff2..20f9f29a 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ Using Fabric.js, you can create and populate objects on canvas; objects like simple geometrical shapes β€” rectangles, circles, ellipses, polygons, or more complex shapes consisting of hundreds or thousands of simple paths. You can then scale, move, and rotate these objects with the mouse; modify their properties β€” color, transparency, z-index, etc. You can also manipulate these objects altogether β€” grouping them with a simple mouse selection. +### Non-Technical Introduction to Fabric + +Fabric.js allows you to easily create simple shapes like rectangles, circles, triangles and other polygons or more complex shapes made up of many paths, onto the HTML `` element on a webpage using JavaScript. Fabric.js will then allow you to manipulate the size, position and rotation of these objects with a mouse. It’s also possible to change some of the attributes of these objects such as their color, transparency, depth position on the webpage or selecting groups of these objects using the Fabric.js library. Fabric.js will even allow you to convert an SVG image into JavaScript data that can be using for putting it onto the `` element. + + [Contributions](https://github.com/kangax/fabric.js/wiki/Love-Fabric%3F-Help-us-by...) are very much welcome! ### Goals