feat: Add batch video export support with Export Queue and modal

This commit is contained in:
2026-06-02 22:16:51 -05:00
parent 9503dbfabc
commit 58d9b095a3
6 changed files with 370 additions and 17 deletions
@@ -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