import { type IOptionsColor } from "@tsparticles/engine"; export interface ITrailFill { color?: string | IOptionsColor; image?: string; }