UNPKG

@tsparticles/plugin-rgb-color

Version:

tsParticles RGB color plugin

6 lines (5 loc) 225 B
import { RgbColorManager } from "./RgbColorManager.js"; export async function loadRgbColorPlugin(engine, refresh = true) { engine.checkVersion("3.9.1"); await engine.addColorManager(new RgbColorManager(), refresh); }