This is a collection of packages for working with Graphviz in JavaScript. The main package, viz, is a WebAssembly build of Graphviz with a simple JavaScript wrapper.
With Viz.js, you can easily render a graph diagram as an SVG element to display it in a webpage:
import { instance } from "@viz-js/viz"; instance().then(viz => { document.body.appendChild(viz.renderSVGElement("digraph { a -> b }")) });
Other packages:
@viz-js/viz
.@viz-js/lang-dot
.Graphviz in your browser
Topics Resources License Stars Watchers ForksYou can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4