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
Which one would you folks prefer: `fabric.Image.filters.Grayscale` or `fabric.Image.GrayscaleFilter`?
2
@emgerold No support for this at the moment. But you should be able to extend fabric to support it.
Fabric's repo can now be accessed via short URL β€” git.io/fabric
1
Would love to see it in action! RT @thesonglessbird: Got box2d.js and fabric.js working in tandem. Fun times!
"Customization" demo now shows code snippet for each of the examples β€” kangax.github.com/fabric.js/… More examples coming soon.
1
Fabric just reached 600 watchers on github!! Glad to see such nice growth. Thanks folks!
@Aijoona Docs updated. Should include all the latest changes now.
FabricJS πŸ‡ΊπŸ‡¦ retweeted
Made another quick @fabricjs demo β€” Stickman kangax.github.com/fabric.js/… (as suggested by @hakunin)
1
2
6
Fabric site is back up! Now fully generated with Jekyll β€” kangax.github.com/fabric.js
Fabric.js SVG parser in action β€” comparison of native SVG rendering and canvas-based via Fabric goo.gl/vcifO (takes few sec to load)
1
3
7
.@shampoopy Fabric works pretty well with excanvas β€” goo.gl/sVO5J Haven't considered FlashCanvas integration yet.
FabricJS πŸ‡ΊπŸ‡¦ retweeted
Fabric.js 0.5 is out. Node.js & NPM support, custom builder and an even smaller size β€” perfectionkills.com/fabric-j…
2
17
20
.@dereine To create a point, simply use `circle` or `rect` with small radius/width-height. Example: jsfiddle.net/cLtKn/16/
RT @miketrash: Drinking a bit of Jack Daniels and playing with fabric.js. github.com/kangax/fabric.js
Basic fabric.js HTML template file, for quick experiments β€” http://goo.gl/4a8Mt
Interesting example of chaining in fabric: canvas.clear().add(rect).centerObjectH(rect).centerObjectV(rect).renderAll()
Replying to @tyler_dot_earth
.@tsnieman Better region detection would be nice, but there are complications β€” http://goo.gl/q24R6
Recent text alignment and background additions in fabric are already live on printio.ru! Here's how we use them (ru) β€” http://goo.gl/NoY52
How to serialize/load canvas in fabric, and the difference between `loadFromJSON` and `loadFromDatalessJSON` β€” http://goo.gl/bd3ba
Text alignment in fabric just in; "left", "center", and "right" which can be used w. multiline text β€” http://twitpic.com/5tm5wh