mirror of
https://github.com/litruv/picoGraph.git
synced 2026-07-24 18:56:04 +10:00
updated graph rendering to be more efficient. added smooth scrolling, added color type, mmb drag for cutting
This commit is contained in:
@@ -27,7 +27,7 @@ export const pgetNode = createNodeModule(
|
||||
},
|
||||
],
|
||||
outputs: [
|
||||
{ id: "value", name: "Color", direction: "output", kind: "number" },
|
||||
{ id: "value", name: "Color", direction: "output", kind: "color" },
|
||||
],
|
||||
properties: [],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user