feat(canvas): finalize mixer reconnect swap and related updates

This commit is contained in:
2026-04-11 07:42:42 +02:00
parent f3dcaf89f2
commit 028fce35c2
52 changed files with 3859 additions and 272 deletions

View File

@@ -231,6 +231,7 @@ export const NODE_HANDLE_MAP: Record<
crop: { source: undefined, target: undefined },
render: { source: undefined, target: undefined },
agent: { target: "agent-in" },
mixer: { source: "mixer-out", target: "base" },
"agent-output": { target: "agent-output-in" },
};
@@ -292,6 +293,16 @@ export const NODE_DEFAULTS: Record<
outputNodeIds: [],
},
},
mixer: {
width: 360,
height: 320,
data: {
blendMode: "normal",
opacity: 100,
offsetX: 0,
offsetY: 0,
},
},
"agent-output": {
width: 360,
height: 260,