Update Remotion-app/src/HelloWorld/index.jsx
Browse files
Remotion-app/src/HelloWorld/index.jsx
CHANGED
@@ -11,7 +11,7 @@ const HelloWorld = React.memo(() => {
|
|
11 |
<AbsoluteFill style={{position: 'relative', backgroundColor: 'black'}}>
|
12 |
<BackgroundStream />
|
13 |
<ImageStream />
|
14 |
-
|
15 |
<VideoStream />
|
16 |
<AudioStream />
|
17 |
</AbsoluteFill>
|
|
|
11 |
<AbsoluteFill style={{position: 'relative', backgroundColor: 'black'}}>
|
12 |
<BackgroundStream />
|
13 |
<ImageStream />
|
14 |
+
//<TextStream />
|
15 |
<VideoStream />
|
16 |
<AudioStream />
|
17 |
</AbsoluteFill>
|