import type { IParticle } from "tsparticles-engine"; export interface MultilineTextParticle extends IParticle { text?: string; }