UNPKG
@tsparticles/plugin-rgb-color
Version:
latest (3.9.1)
3.9.1
3.9.0
3.8.1
3.8.0
3.7.1
3.7.0
tsParticles RGB color plugin
particles.js.org
tsparticles/tsparticles
@tsparticles/plugin-rgb-color
/
browser
/
index.js
6 lines
(5 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
RgbColorManager
}
from
"./RgbColorManager.js"
;
export
async
function
loadRgbColorPlugin
(
engine, refresh =
true
) { engine.
checkVersion
(
"3.9.1"
);
await
engine.
addColorManager
(
new
RgbColorManager
(), refresh); }