Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 911 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 911 Bytes

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: