From a0c51e1aed8e19c056645d408072deff499a44c4 Mon Sep 17 00:00:00 2001 From: Jeremy Hayes Date: Fri, 5 Jun 2026 11:17:45 -0500 Subject: [PATCH] Inital commit --- Readme.md | 1 - app.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ac2c438..9f0c0dc 100644 --- a/Readme.md +++ b/Readme.md @@ -88,7 +88,6 @@ The library enforces a strict separation of concerns via an asynchronous, decoup [DOM Element Nodes] [SVG Vector Overlay Patches] ``` - --- ## 📚 API Reference diff --git a/app.js b/app.js index b3bc811..44082da 100644 --- a/app.js +++ b/app.js @@ -17,6 +17,7 @@ const nodeA = graph.addNode({ outputs: [{ id: 'out_raw', name: 'Raw Buffer' }] }) + const nodeB = graph.addNode({ type: 'processing_node', title: 'Transform Matrix',