@krainovsd/graph
v0.12.0-beta.6
Published
Krainov graph
Maintainers
Readme
@krainovsd/graph
Download
pnpm i @krainovsd/graphUsage
import { Graph } from "@krainovsd/graph";
const root = document.querySelector<HTMLElement>("div#container");
const graph = new Graph({
links,
nodes,
root,
});API
root
Type: HTMLElement
Required: true
The node for mounting the graph.
