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