a3e735cc7a
11 production pipelines, 47 tools, 124 agent skills. Supports cloud APIs (fal.ai, OpenAI, ElevenLabs, Suno, HeyGen, Runway) and free local providers (diffusers, Piper TTS, WAN 2.1, Hunyuan, CogVideo). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
import { registerRoot } from "remotion";
|
|
import { Root } from "./Root";
|
|
|
|
registerRoot(Root);
|