UNPKG

@tsparticles/path-curl-noise

Version:

tsParticles curl noise path

4 lines (3 loc) 198 B
import { type Engine } from "@tsparticles/engine"; export declare const curlNoisePathName = "curlNoise"; export declare function loadCurlNoisePath(engine: Engine, refresh?: boolean): Promise<void>;