I'd love to help with image lib dev item in read me. Is this to get rid of free image dependency? Have you seen how they do it in node-canvas? I am a big fan of how they emulate Dom new Image() and although it'd be trading a dep on free image for Cairo, it might be cool to be able to use node-canvas to make textures, and the whole "make a texture from some stuff" could then be handled in another lib, in a way that is very similar to the browser.
I'd love to help with image lib dev item in read me. Is this to get rid of free image dependency? Have you seen how they do it in node-canvas? I am a big fan of how they emulate Dom new Image() and although it'd be trading a dep on free image for Cairo, it might be cool to be able to use node-canvas to make textures, and the whole "make a texture from some stuff" could then be handled in another lib, in a way that is very similar to the browser.