UNPKG

@tsparticles/path-curl-noise

Version:

tsParticles curl noise path

7 lines (6 loc) 299 B
import { CurlNoiseGenerator } from "./CurlNoiseGenerator.js"; export const curlNoisePathName = "curlNoise"; export async function loadCurlNoisePath(engine, refresh = true) { engine.checkVersion("3.8.1"); await engine.addPathGenerator(curlNoisePathName, new CurlNoiseGenerator(), refresh); }