chore(docs): update custom node example

This commit is contained in:
braks
2024-02-05 07:51:12 +01:00
committed by Braks
parent c381e6c11d
commit fc2f36b419
7 changed files with 149 additions and 131 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
export { default as CustomNodeApp } from './App.vue?raw'
export { default as CustomNode } from './CustomNode.vue?raw'
export { default as ColorSelectorNode } from './ColorSelectorNode.vue?raw'
export { default as OutputNode } from './OutputNode.vue?raw'
export { default as CustomNodeCSS } from './style.css?inline'
export { default as ColorPresets } from './presets.js?raw'