mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 23:14:37 +00:00
8 lines
228 B
TypeScript
8 lines
228 B
TypeScript
// This is your entry file! Refer to it when you render:
|
|
// npx remotion render <entry-file> HelloWorld out/video.mp4
|
|
|
|
import { registerRoot } from "remotion";
|
|
import { RemotionRoot } from "./Root";
|
|
|
|
registerRoot(RemotionRoot);
|