ui i like most
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user