UNPKG

@tsparticles/plugin-hsl-color

Version:

tsParticles HSL color plugin

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