UNPKG

@tsparticles/shape-star

Version:
5 lines (4 loc) 120 B
import type { Particle } from "@tsparticles/engine"; export type StarParticle = Particle & { starInset?: number; };