UNPKG

@remotion/gif

Version:

Embed GIFs in a Remotion video

3 lines (2 loc) 167 B
import type { ParsedFrameWithoutPatch, ParsedGif } from '../gifuct/types'; export declare const decompressFrames: (parsedGif: ParsedGif) => ParsedFrameWithoutPatch[];