Update Remotion-app/src/HelloWorld/TextStream.jsx
Browse files
Remotion-app/src/HelloWorld/TextStream.jsx
CHANGED
@@ -3,6 +3,7 @@ import {useVideoConfig, AbsoluteFill, TransitionSeries} from 'remotion';
|
|
3 |
import * as Fonts from '@remotion/google-fonts';
|
4 |
import transcriptData from './Assets/TextSequences.json';
|
5 |
import Constants from './Assets/Constants.json';
|
|
|
6 |
const defaultText = {
|
7 |
fontFamily: 'Luckiest Guy',
|
8 |
fontSize: 120,
|
|
|
3 |
import * as Fonts from '@remotion/google-fonts';
|
4 |
import transcriptData from './Assets/TextSequences.json';
|
5 |
import Constants from './Assets/Constants.json';
|
6 |
+
import {TransitionSeries} from '@remotion/transitions';
|
7 |
const defaultText = {
|
8 |
fontFamily: 'Luckiest Guy',
|
9 |
fontSize: 120,
|