All Projects → donpark → node-robohash

donpark / node-robohash

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

Programming Languages

coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].