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

@@ -43,6 +43,18 @@ export const CANVAS_NODE_TEMPLATES = [
templateId: "campaign-distributor",
},
},
{
type: "mixer",
label: "Mixer / Merge",
width: 360,
height: 320,
defaultData: {
blendMode: "normal",
opacity: 100,
offsetX: 0,
offsetY: 0,
},
},
{
type: "note",
label: "Notiz",