improve rendering

This commit is contained in:
2026-03-09 14:56:54 +01:00
parent 9565a425b6
commit 84e3647fb5
6 changed files with 180 additions and 38 deletions

View File

@@ -45,7 +45,7 @@ export function registerBuiltinNodes(): void {
id: 'render',
component: RenderingNode,
defaultStyle: { width: 384, height: 320 },
defaultData: {},
defaultData: { viewportWidth: 1200, viewportHeight: 800 },
idPrefix: 'rnd_',
hasInput: true,
hasOutput: false,