import type { IOptionsColor } from "@tsparticles/engine"; export interface ILightShadow { color: string | IOptionsColor; length: number; }