wrapper for raphael for usage in nodejs
npm install node-raphael-argsbash
npm install node-raphael-args
`
Motivation
NIH - not invented here ...
srsly .. i want to generate some good looking charts without using javascript on client side (because this is lame for none-interactive images)
for the args and json part - i wanted to let functions be slightly more dynamic when rendering, and also wanted the ability to load json info from the client and regenerate it server side
Usage
`javascript
var raphael = require('node-raphael-args');
var svg = raphael.generate(width, height, function draw(paper) { … });
``