digraph G {
rankdir=LR
node [style=filled, fillcolor="#f8f8f8"]
Docs -> Graphviz [label=" uses"]
Graphviz -> "SVG" [label=" renders"]
"SVG" [fillcolor="#e5e7eb"]
}Create diagrams using DOT language, powered by @viz-js/viz.
Fast rendering using the latest viz.js implementation.
Automatic component registration and easy setup.