Home > @infiniteobjects/ffmpeg > isAnimatedImage
Checks if the given file is an animated image
Signature:
export declare function isAnimatedImage(filePath: string): Promise<boolean>;
| Parameter | Type | Description |
|---|---|---|
| filePath | string |
Returns:
Promise<boolean>