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.

node-robohash is intended to implement @e1ven's Robohash.

Status

Only rendering part is implemented.

SVG parsing and rendering code is based on relevant code in Fabric.js. I'll add the necessary mentions ASAP.

Known Issues

Background SVG files are not being rendered correctly, likely because relevent SVG elements are rendered.

svg.coffee module is currently hardwired to handle Robohash SVG files and replaces specific color values with random color. This will be cleaned up and expanded later.

Installation

git clone git://github.com/donpark/node-robohash.git
cd node-robohash
npm update

Launching

cd node-robohash
node app.js

You should see something like this at http://localhost:3000: