feat(canvas): separate mixer resize and crop semantics
This commit is contained in:
@@ -303,6 +303,10 @@ export const NODE_DEFAULTS: Record<
|
||||
overlayY: 0,
|
||||
overlayWidth: 1,
|
||||
overlayHeight: 1,
|
||||
cropLeft: 0,
|
||||
cropTop: 0,
|
||||
cropRight: 0,
|
||||
cropBottom: 0,
|
||||
},
|
||||
},
|
||||
"agent-output": {
|
||||
|
||||
Reference in New Issue
Block a user