import type { ICoordinates } from "@tsparticles/engine"; export interface IEmittersPathShapeOptions { points: ICoordinates[]; }