Skip to content

joe1chen/node-robohash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 76.7%
  • JavaScript 21.6%
  • HTML 1.3%
  • CSS 0.4%