fixed typo
Browse files
Remotion-app/src/Root.jsx
CHANGED
@@ -8,7 +8,7 @@ export const RemotionRoot = () => {
|
|
8 |
<Composition
|
9 |
id="HelloWorld"
|
10 |
component={HelloWorld}
|
11 |
-
durationInFrames={Constants?.
|
12 |
fps={30}
|
13 |
height={Constants?.height ? Constants.height : 1920}
|
14 |
width={Constants?.width ? Constants.width : 1080}
|
|
|
8 |
<Composition
|
9 |
id="HelloWorld"
|
10 |
component={HelloWorld}
|
11 |
+
durationInFrames={Constants?.duration ? Constants.duration : 60 * 30}
|
12 |
fps={30}
|
13 |
height={Constants?.height ? Constants.height : 1920}
|
14 |
width={Constants?.width ? Constants.width : 1080}
|