Harden cinematic pipeline and add reusable renderer

This commit is contained in:
calesthio
2026-03-29 15:49:49 -07:00
parent 5f71d63ff4
commit ede8aac4d2
11 changed files with 658 additions and 23 deletions
+1
View File
@@ -93,6 +93,7 @@ interface AudioConfig {
}
export interface ExplainerProps {
[key: string]: unknown;
cuts: Cut[];
overlays?: Overlay[];
captions?: WordCaption[];