The easiest way to work with HTML5 canvas. And it's just Javascript. See in action at fabricjs.com/demos By @kangax & @andreabogazzi

canvas, html5
Additional flags for Fabric's build script are now documented in README β€” github.com/kangax/fabric.js/…
Minimal Fabric build is now 86KB minified (23KB gzipped) which is smaller than, for example, jQuery 1.9.0 (93KB)
You can now make (minified) Fabric 9KB smaller if you don't need SVG exporting functionality! Use "no-svg-export" flag during build.
Also check out this page to see how originX/originY affect position of objects β€” fabricjs.com/test/misc/origi…
Fabric now supports dashed stroke on ALL objects! (thanks Stefan) Check out these tests β€” fabricjs.com/test/svg_export…
1
`fabric.Object#toDataURL` now supports same options as `fabric.Canvas#toDataURL` β€” format, quality, multiplier github.com/kangax/fabric.js/…
Matthijs Kuiper just wrote how to use custom fonts with Fabric on Node β€” fabricjs.com/fabric-intro-pa…
1
You can now use `fabric.Canvas#isTargetTransparent` to find if an object has anything drawn at a certain location github.com/kangax/fabric.js/…
1
Excited to welcome Stefan Kienzle (@kienzle_s) as a new Fabric commiter! He brought lots of quality contributions over the past year.
Fabric can now parse even more obscure ("compressed") SVG path data β€” github.com/kangax/fabric.js/…
Fabric now uses much newer jsdoc3 for documentation β€” fabricjs.com/docs instead of jsdoc-toolkit (last updated in 2010)
TypeScript definition for Fabric can be found at github.com/borisyankov/Defin… Thanks Oliver Klemencic!
Someone made a configurable and extendable drawing editor on top of Fabric β€” github.com/theozaurus/drawin…
1
FabricJS πŸ‡ΊπŸ‡¦ retweeted
Replying to @fabricjs
@fabricjs is a an amazing library for working with canvas. We've built beautiful Gantt charts for @teamworkpm with it. Thanks guys.
1
Developers don't get enough credit for #opensource. Let's fix that with @Bountysource #crowdfunding
1
@chadbecks First commit 3 years ago, so technically not so new :) github.com/kangax/fabric.js/…
Did you know that groups in fabric have collection-related methods just like fabric.Canvas: forEachObject, item, contains, insertAt, etc.
Fabric 1.1.6 released today with various bugfixes. NPM version is published as well. Back-incompat change: fabric.Text#strokeStyle -> stroke
1
Long-standing issue with images in IE<9 is now fixed! (by using sencha's patch for excanvas.js) github.com/kangax/fabric.js/…
1