UNPKG
@tsparticles/plugin-hex-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 hex color plugin
particles.js.org
tsparticles/tsparticles
@tsparticles/plugin-hex-color
/
browser
/
index.js
6 lines
(5 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
HexColorManager
}
from
"./HexColorManager.js"
;
export
async
function
loadHexColorPlugin
(
engine, refresh =
true
) { engine.
checkVersion
(
"3.9.1"
);
await
engine.
addColorManager
(
new
HexColorManager
(), refresh); }