DmitryBaranovskiy / raphael

JavaScript Vector Library
https://dmitrybaranovskiy.github.io/raphael/
MIT License
11.27k stars 1.67k forks source link

Node.js + Raphael #1074

Closed pwichmann closed 7 years ago

pwichmann commented 7 years ago

Thank you for this amazing library!

Even though I have spent a whole day, I could not find the silver bullet for running Raphael on the (node.js) server-side. Are there any comprehensive idiot-proof instructions how to make that possible?

tomasAlabes commented 7 years ago

Haven't tried it myself. Maybe someone else, have you tried in stack overflow?

jcubic commented 4 years ago

I was trying to use same approach as in this article Generate SVG files using NodeJS + D3. Unfortunately there are missing APIs in JSDom and it don't work.