UNPKG

@tsparticles/path-polygon

Version:
7 lines (6 loc) 175 B
import type { Particle } from "@tsparticles/engine"; export type PolygonPathParticle = Particle & { hexDirection?: number; hexSpeed?: number; hexStep?: number; };