UNPKG

@tsparticles/path-curl-noise

Version:

tsParticles curl noise path

11 lines (10 loc) 485 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.curlNoisePathName = void 0; exports.loadCurlNoisePath = loadCurlNoisePath; const CurlNoiseGenerator_js_1 = require("./CurlNoiseGenerator.js"); exports.curlNoisePathName = "curlNoise"; async function loadCurlNoisePath(engine, refresh = true) { engine.checkVersion("3.8.1"); await engine.addPathGenerator(exports.curlNoisePathName, new CurlNoiseGenerator_js_1.CurlNoiseGenerator(), refresh); }