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:
7
scripts/nodes/library/converters/index.js
Normal file
7
scripts/nodes/library/converters/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { colorToNumberNode } from "./colorToNumber.js";
|
||||
import { numberToColorNode } from "./numberToColor.js";
|
||||
|
||||
/**
|
||||
* All type conversion nodes.
|
||||
*/
|
||||
export const converterNodes = [colorToNumberNode, numberToColorNode];
|
||||
Reference in New Issue
Block a user