graphviz 0.0.3
graphviz: ^0.0.3 copied to clipboard
Emscripten module for Graphviz
graphviz.dart #
A Dart package and Emscripten module for Graphviz.
To render as SVG (produces an XML string):
var svg = graphviz("digraph { a -> b; }", render: Render.SVG);
See examples here:
This project is based on work by Mike Daines, Satoshi Ueyama and Brenton Partridge:
Thanks to the following contributors:
jbogard
KylePDavis
siefkenj
srathbun
vmarkovtsev