UNPKG

@tsparticles/plugin-hex-color

Version:

tsParticles hex color plugin

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