stack

Home > @infiniteobjects/ffmpeg > isAnimatedImage

isAnimatedImage() function

Checks if the given file is an animated image

Signature:

export declare function isAnimatedImage(filePath: string): Promise<boolean>;

Parameters

Parameter Type Description
filePath string  

Returns:

Promise<boolean>