UNPKG

@tsparticles/shape-circle

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