UNPKG

@tsparticles/shape-image

Version:
3 lines (2 loc) 232 B
import type { ICoordinates, IDimension } from "@tsparticles/engine"; export type GIFProgressCallbackFunction = (percentageRead: number, frameCount: number, lastFrame: ImageData, framePos: ICoordinates, gifSize: IDimension) => void;