graphviz 0.0.2 copy "graphviz: ^0.0.2" to clipboard
graphviz: ^0.0.2 copied to clipboard

outdatedDart 1 only

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:

http://rwl.github.io/graphviz.dart/example.html
http://rwl.github.io/graphviz.dart/form.html

This project is based on work by Mike Daines, Satoshi Ueyama and Brenton Partridge:

https://github.com/mdaines/viz.js
https://github.com/gyuque/livizjs
https://github.com/bpartridge/graphviz.js

Thanks to the following contributors:

jbogard
KylePDavis
siefkenj
srathbun
vmarkovtsev

0
likes
0
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

Emscripten module for Graphviz

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on graphviz