UNPKG

@remotion/gif

Version:

Embed GIFs in a Remotion video

5 lines (4 loc) 203 B
export { getGifDurationInSeconds } from './get-gif-duration-in-seconds'; export { Gif } from './Gif'; export { preloadGif } from './preload-gif'; export { GifFillMode, RemotionGifProps } from './props';