UNPKG

@tsparticles/path-curves

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