feat(canvas): finalize mixer reconnect swap and related updates
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user