File size: 224 Bytes
1c1e321
 
 
 
 
 
 
1
2
3
4
5
6
7
8
// 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);