Is anyone aware of a javascript or jQuery library that enables the creation of Pixelart avatars? I'm hoping for something with a mr potatohead style face creation using components and resulting in a gif.

If not I guess I'll need to make one myself.

Thanks!

link|improve this question

77% accept rate
1  
This will be tricky, because JavaScript doesn't really support writing files. One option would be using a canvas, then rendering to a data URL with toDataURL. Both canvas and data URIs still have limited support, and this doesn't let you save a file directly. – Matthew Flaschen Sep 17 '10 at 0:41
Hey, did you gt any solution? If yes, do post about it so that it can help others. – w2lame Dec 2 '11 at 3:29
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.