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