Invent the third dimension. Update homepage screenshots.

This commit is contained in:
William Jeynes
2026-04-28 23:33:52 +01:00
parent 60aa4119ba
commit b872fbc5ec
9 changed files with 294 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { DetailsPanel } from "./utils/DetailsPanel";
import { FloatingPanelStack } from "./utils/FloatingPanelStack";
import { drawRoundedRect, getConnectedComponents } from "./graph/common";
function buildGraph(data) {
export function buildGraph(data) {
const nodes = [];
const links = [];