UNPKG

@tsparticles/plugin-rgb-color

Version:

tsParticles RGB color plugin

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