forgot to import audio
Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx
CHANGED
@@ -6,7 +6,7 @@ import {
|
|
6 |
useCurrentFrame,
|
7 |
} from 'remotion';
|
8 |
import React from 'react';
|
9 |
-
import {staticFile, useVideoConfig, Img, Easing} from 'remotion';
|
10 |
import imageSequences from './Assets/ImageSequences.json';
|
11 |
import {TransitionSeries, linearTiming} from '@remotion/transitions';
|
12 |
import GsapAnimation from './Components/GsapAnimation';
|
|
|
6 |
useCurrentFrame,
|
7 |
} from 'remotion';
|
8 |
import React from 'react';
|
9 |
+
import {staticFile, useVideoConfig, Img, Easing,Audio} from 'remotion';
|
10 |
import imageSequences from './Assets/ImageSequences.json';
|
11 |
import {TransitionSeries, linearTiming} from '@remotion/transitions';
|
12 |
import GsapAnimation from './Components/GsapAnimation';
|