UNPKG

@tsparticles/shape-image

Version:
10 lines (9 loc) 230 B
import type { IShapeValues } from "@tsparticles/engine"; export interface IImageShape extends IShapeValues { gif: boolean; height: number; name: string; replaceColor: boolean; src: string; width: number; }