UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

14 lines 344 B
import { ModuleSpecSchema } from '../schema/ModuleSpec.js'; export const Frame = ModuleSpecSchema.create({ moduleName: 'Frame', version: '1.0.0', params: {}, result: { schema: { type: 'any' }, hideSocket: true, }, attributes: { hideEvalControls: true, }, }); //# sourceMappingURL=Frame.js.map