UNPKG

@tsparticles/path-svg

Version:
4 lines (3 loc) 193 B
import { type Engine } from "@tsparticles/engine"; export declare const svgPathName = "svgPathGenerator"; export declare function loadSVGPath(engine: Engine, refresh?: boolean): Promise<void>;