UNPKG

@tsparticles/shape-circle

Version:
5 lines (4 loc) 142 B
import type { IRangeValue, Particle } from "@tsparticles/engine"; export type CircleParticle = Particle & { circleRange?: IRangeValue; };