import type { IShapeValues } from "tsparticles-engine"; export interface IImageShape extends IShapeValues { gif: boolean; height: number; name: string; replaceColor: boolean; replace_color: boolean; src: string; width: number; }