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