ui i like most

This commit is contained in:
itten
2026-07-09 01:27:35 +03:00
parent 68640c0a3c
commit 55a6d6f88e
160 changed files with 31108 additions and 311 deletions
+11
View File
@@ -92,6 +92,17 @@ export const NODE_TYPES: Record<string, NodeTypeDef> = {
],
params: [],
},
videoin: {
type: 'videoin',
label: 'Multimedia file in',
ports: [
{ id: 'video-out', kind: 'video', direction: 'out' },
{ id: 'audio-out', kind: 'audio', direction: 'out' },
],
params: [
{ key: 'file', label: 'File', type: 'input', default: 0, min: 0, max: 15 }
],
},
}
// Default params for a new node of the given type