UNPKG

@remotion/gif

Version:

Embed GIFs in a Remotion video

5 lines (4 loc) 217 B
import { QuickLRU } from './lru/index'; import type { GifState } from './props'; export declare const volatileGifCache: QuickLRU<string, GifState>; export declare const manuallyManagedGifCache: Map<string, GifState>;