c9 / c9.ide.imgeditor

The repository for c9.ide.imgeditor, a Cloud9 core plugin
https://c9.io/packages/c9.ide.imgeditor
MIT License
4 stars 8 forks source link

Replace pixastic with fabricjs #1

Open bmatusiak opened 9 years ago

bmatusiak commented 9 years ago

when i looking for JavaScript image libs (in 2013) i found pixastic the be mostly complete and usable for its features, now its out of date and not supported....

so i did the research on what would be the next best thing. and i found http://fabricjs.com/

it has more stuff.. and also has the ability for svg support (canvas-to-SVG) & (SVG-to-canvas).

bmatusiak commented 9 years ago

here is cropping example i found on stackoverflow

http://stackoverflow.com/questions/18732876/crop-functionality-using-fabricjs

http://jsfiddle.net/hellomaya/kNEaX/1/