node-robohash icon indicating copy to clipboard operation
node-robohash copied to clipboard

node.js implementation of Robohash. It's neither complete nor render general SVG.

Results 5 node-robohash issues
Sort by recently updated
recently updated
newest added

quality of XML parsers available to node.js programs are rather bat right now, so it would be good to isolate XML parser impl. specific code for easy replacement.

refactor

cicada principle applied to robohash should take the load off servers.

feature

Something like [svg-edit](http://code.google.com/p/svg-edit/) customized for Robohash for creating and editing Robohash parts is very much needed. Such a tool could also be used to add essential metadata for positioning, transforming,...

feature

While whole bot image can be cached, many use cases calls for partial image caching. But each bot part has static (outline, shadow, etc.) and dynamic (coloring layer) elements which...

refactor

`svg.coffee` module contains code that looks for one of two colors used to color bots and replaces the fill style with random color. Current plan is to rig either parser...

refactor