UNPKG

@tsparticles/shape-text

Version:
5 lines (4 loc) 123 B
import type { Particle } from "@tsparticles/engine"; export interface TextParticle extends Particle { text?: string; }