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
If some of your characters don't render on Node, it is likely a node-canvas issue β€” github.com/kangax/fabric.js/…
Recently added `fabric.Canvas#allowTouchScrolling` boolean can be used to change Fabric's default scrolling behavior on touch devices
2
Text rendering in Fabric just got faster! Especially with lots of small text objects on canvas β€” github.com/kangax/fabric.js/…
It's coming... http://t.co/xs4RmCm1V6
1
2
7
Want more docs news? :) Index page now includes hierarchy of Fabric's entire object model. MUCH better to navigate! fabricjs.com/docs/
1
3
Doc pages now more usable β€” fabricjs.com/docs/fabric.Obj… Include header like the rest of the site!
Fabric build page updated to 1.2.9. You can now make shadows optional and select "all" or "none" for convenience fabricjs.com/build/
If you love Fabric, please help us with any of these: github.com/kangax/fabric.js/…...
You can now build Fabric without animation, bringing minimal Fabric size to only 77KB!
1
1
Tip: Need to stop animation in Fabric? Use `abort` function β€” stackoverflow.com/questions/…
1
FabricJS πŸ‡ΊπŸ‡¦ retweeted
Develop a curve text feature for @fabricjs and compete for the $100 bounty: bit.ly/12qGGQU
1
Basic support for SVG export of shadows just landed in Fabric! github.com/kangax/fabric.js/…
How to make Fabric canvas look sharp on Retina display? Here's one solution β€” github.com/kangax/fabric.js/…
FabricJS πŸ‡ΊπŸ‡¦ retweeted
Chrome dev tools pro tip: copy(JSON.stringify(data, null, 2)) for nifty formatted JSON to your clipboard.
5
160
222
Should Fabric change underline width depending on font size and/or weight? github.com/kangax/fabric.js/…
Various small Fabric demos in one place on jsfiddle β€” jsfiddle.net/user/fabricjs/f… Check out new "creating circles" jsfiddle.net/fabricjs/nXmTC/
1
Check out these Font Awesome compatible icons (made for image editor based on Fabric) β€” github.com/simonwoodhead/fon…
1
You can now rasterize canvas to SVG or JSON in kitchensink. Useful for testing SVG export! fabricjs.com/kitchensink/
1
1