Inital commit
parent
ab86382a68
commit
a0c51e1aed
|
|
@ -88,7 +88,6 @@ The library enforces a strict separation of concerns via an asynchronous, decoup
|
||||||
[DOM Element Nodes] [SVG Vector Overlay Patches]
|
[DOM Element Nodes] [SVG Vector Overlay Patches]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📚 API Reference
|
## 📚 API Reference
|
||||||
|
|
|
||||||
1
app.js
1
app.js
|
|
@ -17,6 +17,7 @@ const nodeA = graph.addNode({
|
||||||
outputs: [{ id: 'out_raw', name: 'Raw Buffer' }]
|
outputs: [{ id: 'out_raw', name: 'Raw Buffer' }]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
const nodeB = graph.addNode({
|
const nodeB = graph.addNode({
|
||||||
type: 'processing_node',
|
type: 'processing_node',
|
||||||
title: 'Transform Matrix',
|
title: 'Transform Matrix',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue