meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.55k stars 404 forks source link

It's NOT library independant on Node.js ! #98

Closed SamDecrock closed 11 years ago

SamDecrock commented 11 years ago

It depends on node-canvas, which depends on native code Cairo, which you have to compile and install separately.. So I'm still looking for a image library that's purely written in javascript...

meltingice commented 11 years ago

The wording was poor. It's library independent in the browser only. Porting it to be JS-only in the Node environment would be a great next step for the library.