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',