git.lucas.co / cce-designer
graphic design tool
git clone https://git.lucas.co/cce-designer.git

nodes/bounds.json (255B)

 1 {
 2  "name": "Bounds",
 3  "type": "bounds",
 4  "inputs": 1,
 5  "outputs": 1,
 6  "params": [
 7   { "name": "Input", "type": "text", "default": "" },
 8   { "name": "Prefix", "type": "text", "default": "bounds" },
 9   { "name": "Group", "type": "text", "default": "" }
10  ]
11 }