<bz-graph> from file URLs
Single bundled JS file, no module imports needed.
<bz-graph> inline JSON
{
"nodes": [
{"id": "a", "group": "eng", "label": "Alice", "lang": "Go"},
{"id": "b", "group": "eng", "label": "Bob", "lang": "Go"},
{"id": "c", "group": "des", "label": "Carol", "lang": "JS"},
{"id": "d", "group": "des", "label": "Dave", "lang": "JS"},
{"id": "e", "group": "mgr", "label": "Eve", "lang": "Py"},
{"id": "f", "group": "eng", "label": "Frank", "lang": "Rust"}
],
"edges": [
{"src": "a", "dst": "b"}, {"src": "a", "dst": "c"},
{"src": "b", "dst": "f"}, {"src": "c", "dst": "d"},
{"src": "e", "dst": "a"}, {"src": "e", "dst": "d"}
]
}
WebGL rendering
WebGPU compute (forced)
createBlitZoomView from bundle
Programmatic API from the same bundle file.
Light mode + viridis