Capítulo 202 de 988
<Gif>Part of the @remotion/gif package
export const MyComponent: React.FC = () => {
const {width, height} = useVideoConfig();
const ref = useRef<HTMLCanvasElement>(null);
return (
<Gif
ref={ref}
src="https://media.giphy.com/media/3o72F7YT6s0EMFI0Za/giphy.gif"
width={width}
height={height}
fit="fill"
playbackRate={2}
/>
);
};
<Gif> from the official docs.<Gif>.<Gif>.<Gif>.<Gif>.<Gif>.