Open
Description
This is an awesome tool, but I'd like to be able to use it on the server without a DOM. I don't see anything stopping this from working outside the browser, and SVGs are just text. It would be nice to just be able to do:
var svg = Diagram.parse("A->B: Does something").getSVG( { theme: "hand" } );