UNPKG

@tsparticles/path-perlin-noise

Version:

tsParticles perlin noise path

6 lines (5 loc) 248 B
import { loadPerlinNoisePath } from "./index.js"; const globalObject = globalThis; globalObject.__tsParticlesInternals = globalObject.__tsParticlesInternals ?? {}; globalObject.loadPerlinNoisePath = loadPerlinNoisePath; export * from "./index.js";