UNPKG

@tsparticles/path-curves

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