UNPKG

@tsparticles/path-curves

Version:
6 lines (5 loc) 166 B
import type { Particle, Vector } from "@tsparticles/engine"; export type CurvesPathParticle = Particle & { curveVelocity?: Vector; pathGen?: () => number; };