UNPKG

@tsparticles/plugin-emitters-shape-circle

Version:

tsParticles emitters shape circle plugin

3 lines (2 loc) 150 B
import { type Engine } from "@tsparticles/engine"; export declare function loadEmittersShapeCircle(engine: Engine, refresh?: boolean): Promise<void>;