Inital commit

master
Jeremy Hayes 2026-06-05 11:17:45 -05:00
parent ab86382a68
commit a0c51e1aed
2 changed files with 1 additions and 1 deletions

View File

@ -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

1
app.js
View File

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