UNPKG

@remotion/gif

Version:

Embed GIFs in a Remotion video

5 lines (4 loc) 148 B
/** * Deinterlace function from https://github.com/shachaf/jsgif */ export declare const deinterlace: (pixels: number[], width: number) => any[];