UNPKG

gif-frame-count

Version:

在前端项目内获取GIF图片时长、帧数等信息(可在任意一个基于JS开发的框架中运行),包括小程序和app

6 lines (5 loc) 139 B
import { frameImageType } from "@/type/GifInfoType"; export declare class FrameImage { imageInfo: frameImageType; constructor(); }