feat: Add batch video export support with Export Queue and modal
This commit is contained in:
@@ -266,6 +266,7 @@ export const CompositionElement: React.FC<CompositionElementProps> = ({
|
||||
height: `${el.h ?? 100}%`,
|
||||
overflow: 'hidden',
|
||||
borderRadius: (el.w ?? 100) < 100 || (el.h ?? 100) < 100 ? 8 : 0,
|
||||
backgroundColor: el.containBgColor || undefined,
|
||||
}}>
|
||||
{el.chromaKeyEnabled ? (
|
||||
<ChromaKeyVideo
|
||||
|
||||
Reference in New Issue
Block a user