@tsparticles/basic 4.0.4 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/index.js +1 -1
- package/browser/index.lazy.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.lazy.js +1 -1
- package/esm/index.js +1 -1
- package/esm/index.lazy.js +1 -1
- package/package.json +12 -12
- package/report.html +1 -1
- package/tsparticles.basic.bundle.js +889 -799
- package/tsparticles.basic.bundle.min.js +1 -1
- package/tsparticles.basic.js +2 -2
- package/tsparticles.basic.min.js +1 -1
package/browser/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { loadPaintUpdater } from "@tsparticles/updater-paint";
|
|
|
9
9
|
import { loadRgbColorPlugin } from "@tsparticles/plugin-rgb-color";
|
|
10
10
|
import { loadSizeUpdater } from "@tsparticles/updater-size";
|
|
11
11
|
export async function loadBasic(engine) {
|
|
12
|
-
engine.checkVersion("4.0
|
|
12
|
+
engine.checkVersion("4.1.0");
|
|
13
13
|
await engine.pluginManager.register(async (e) => {
|
|
14
14
|
await Promise.all([
|
|
15
15
|
loadBlendPlugin(e),
|
package/browser/index.lazy.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export async function loadBasic(engine) {
|
|
2
|
-
engine.checkVersion("4.0
|
|
2
|
+
engine.checkVersion("4.1.0");
|
|
3
3
|
await engine.pluginManager.register(async (e) => {
|
|
4
4
|
const [{ loadBlendPlugin }, { loadHexColorPlugin }, { loadHslColorPlugin }, { loadRgbColorPlugin }, { loadMovePlugin }, { loadCircleShape }, { loadOpacityUpdater }, { loadOutModesUpdater }, { loadPaintUpdater }, { loadSizeUpdater },] = await Promise.all([
|
|
5
5
|
import("@tsparticles/plugin-blend/lazy"),
|
package/cjs/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { loadPaintUpdater } from "@tsparticles/updater-paint";
|
|
|
9
9
|
import { loadRgbColorPlugin } from "@tsparticles/plugin-rgb-color";
|
|
10
10
|
import { loadSizeUpdater } from "@tsparticles/updater-size";
|
|
11
11
|
export async function loadBasic(engine) {
|
|
12
|
-
engine.checkVersion("4.0
|
|
12
|
+
engine.checkVersion("4.1.0");
|
|
13
13
|
await engine.pluginManager.register(async (e) => {
|
|
14
14
|
await Promise.all([
|
|
15
15
|
loadBlendPlugin(e),
|
package/cjs/index.lazy.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export async function loadBasic(engine) {
|
|
2
|
-
engine.checkVersion("4.0
|
|
2
|
+
engine.checkVersion("4.1.0");
|
|
3
3
|
await engine.pluginManager.register(async (e) => {
|
|
4
4
|
const [{ loadBlendPlugin }, { loadHexColorPlugin }, { loadHslColorPlugin }, { loadRgbColorPlugin }, { loadMovePlugin }, { loadCircleShape }, { loadOpacityUpdater }, { loadOutModesUpdater }, { loadPaintUpdater }, { loadSizeUpdater },] = await Promise.all([
|
|
5
5
|
import("@tsparticles/plugin-blend/lazy"),
|
package/esm/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { loadPaintUpdater } from "@tsparticles/updater-paint";
|
|
|
9
9
|
import { loadRgbColorPlugin } from "@tsparticles/plugin-rgb-color";
|
|
10
10
|
import { loadSizeUpdater } from "@tsparticles/updater-size";
|
|
11
11
|
export async function loadBasic(engine) {
|
|
12
|
-
engine.checkVersion("4.0
|
|
12
|
+
engine.checkVersion("4.1.0");
|
|
13
13
|
await engine.pluginManager.register(async (e) => {
|
|
14
14
|
await Promise.all([
|
|
15
15
|
loadBlendPlugin(e),
|
package/esm/index.lazy.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export async function loadBasic(engine) {
|
|
2
|
-
engine.checkVersion("4.0
|
|
2
|
+
engine.checkVersion("4.1.0");
|
|
3
3
|
await engine.pluginManager.register(async (e) => {
|
|
4
4
|
const [{ loadBlendPlugin }, { loadHexColorPlugin }, { loadHslColorPlugin }, { loadRgbColorPlugin }, { loadMovePlugin }, { loadCircleShape }, { loadOpacityUpdater }, { loadOutModesUpdater }, { loadPaintUpdater }, { loadSizeUpdater },] = await Promise.all([
|
|
5
5
|
import("@tsparticles/plugin-blend/lazy"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/basic",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
|
|
5
5
|
"homepage": "https://particles.js.org",
|
|
6
6
|
"repository": {
|
|
@@ -105,17 +105,17 @@
|
|
|
105
105
|
"./package.json": "./package.json"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@tsparticles/engine": "4.0
|
|
109
|
-
"@tsparticles/plugin-blend": "4.0
|
|
110
|
-
"@tsparticles/plugin-hex-color": "4.0
|
|
111
|
-
"@tsparticles/plugin-hsl-color": "4.0
|
|
112
|
-
"@tsparticles/plugin-move": "4.0
|
|
113
|
-
"@tsparticles/plugin-rgb-color": "4.0
|
|
114
|
-
"@tsparticles/shape-circle": "4.0
|
|
115
|
-
"@tsparticles/updater-opacity": "4.0
|
|
116
|
-
"@tsparticles/updater-out-modes": "4.0
|
|
117
|
-
"@tsparticles/updater-paint": "4.0
|
|
118
|
-
"@tsparticles/updater-size": "4.0
|
|
108
|
+
"@tsparticles/engine": "4.1.0",
|
|
109
|
+
"@tsparticles/plugin-blend": "4.1.0",
|
|
110
|
+
"@tsparticles/plugin-hex-color": "4.1.0",
|
|
111
|
+
"@tsparticles/plugin-hsl-color": "4.1.0",
|
|
112
|
+
"@tsparticles/plugin-move": "4.1.0",
|
|
113
|
+
"@tsparticles/plugin-rgb-color": "4.1.0",
|
|
114
|
+
"@tsparticles/shape-circle": "4.1.0",
|
|
115
|
+
"@tsparticles/updater-opacity": "4.1.0",
|
|
116
|
+
"@tsparticles/updater-out-modes": "4.1.0",
|
|
117
|
+
"@tsparticles/updater-paint": "4.1.0",
|
|
118
|
+
"@tsparticles/updater-size": "4.1.0"
|
|
119
119
|
},
|
|
120
120
|
"publishConfig": {
|
|
121
121
|
"access": "public"
|
package/report.html
CHANGED
|
@@ -4930,7 +4930,7 @@ var drawChart = (function (exports) {
|
|
|
4930
4930
|
</script>
|
|
4931
4931
|
<script>
|
|
4932
4932
|
/*<!--*/
|
|
4933
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"tsparticles.basic.bundle.js","children":[{"name":"home/workflows/workspace","children":[{"name":"engine/dist/browser","children":[{"name":"Core","children":[{"name":"Utils","children":[{"uid":"d2baa620-1","name":"Constants.js"},{"uid":"d2baa620-5","name":"Vectors.js"},{"uid":"d2baa620-29","name":"PluginManager.js"},{"uid":"d2baa620-39","name":"Ranges.js"},{"uid":"d2baa620-191","name":"EventListeners.js"},{"uid":"d2baa620-195","name":"SpatialHashGrid.js"}]},{"uid":"d2baa620-33","name":"Engine.js"},{"uid":"d2baa620-187","name":"RenderManager.js"},{"uid":"d2baa620-189","name":"CanvasManager.js"},{"uid":"d2baa620-193","name":"Particle.js"},{"uid":"d2baa620-197","name":"ParticlesManager.js"},{"uid":"d2baa620-199","name":"Retina.js"},{"uid":"d2baa620-201","name":"Container.js"}]},{"name":"Enums","children":[{"name":"Directions","children":[{"uid":"d2baa620-3","name":"MoveDirection.js"},{"uid":"d2baa620-17","name":"OutModeDirection.js"},{"uid":"d2baa620-41","name":"RotateDirection.js"}]},{"name":"Modes","children":[{"uid":"d2baa620-11","name":"AnimationMode.js"},{"uid":"d2baa620-19","name":"PixelMode.js"},{"uid":"d2baa620-43","name":"LimitMode.js"},{"uid":"d2baa620-45","name":"OutMode.js"}]},{"uid":"d2baa620-13","name":"AnimationStatus.js"},{"name":"Types","children":[{"uid":"d2baa620-15","name":"DestroyType.js"},{"uid":"d2baa620-21","name":"StartValueType.js"},{"uid":"d2baa620-27","name":"EventType.js"},{"uid":"d2baa620-47","name":"AlterType.js"},{"uid":"d2baa620-49","name":"GradientType.js"},{"uid":"d2baa620-51","name":"ParticleOutType.js"},{"uid":"d2baa620-53","name":"EasingType.js"}]},{"uid":"d2baa620-37","name":"RangeType.js"}]},{"name":"Utils","children":[{"uid":"d2baa620-7","name":"TypeUtils.js"},{"uid":"d2baa620-9","name":"MathUtils.js"},{"uid":"d2baa620-23","name":"Utils.js"},{"uid":"d2baa620-25","name":"EventDispatcher.js"},{"uid":"d2baa620-31","name":"LogUtils.js"},{"uid":"d2baa620-119","name":"OptionsUtils.js"},{"uid":"d2baa620-123","name":"CanvasUtils.js"},{"uid":"d2baa620-125","name":"ColorUtils.js"}]},{"uid":"d2baa620-35","name":"initEngine.js"},{"name":"Options/Classes","children":[{"uid":"d2baa620-55","name":"AnimationOptions.js"},{"uid":"d2baa620-57","name":"ColorAnimation.js"},{"uid":"d2baa620-59","name":"HslAnimation.js"},{"uid":"d2baa620-61","name":"OptionsColor.js"},{"uid":"d2baa620-63","name":"AnimatableColor.js"},{"name":"Background/Background.js","uid":"d2baa620-65"},{"name":"FullScreen/FullScreen.js","uid":"d2baa620-67"},{"uid":"d2baa620-69","name":"ResizeEvent.js"},{"name":"Particles","children":[{"name":"Effect/Effect.js","uid":"d2baa620-71"},{"uid":"d2baa620-73","name":"Fill.js"},{"name":"Move","children":[{"uid":"d2baa620-75","name":"MoveAngle.js"},{"uid":"d2baa620-77","name":"MoveCenter.js"},{"uid":"d2baa620-79","name":"MoveGravity.js"},{"name":"Path/MovePath.js","uid":"d2baa620-83"},{"uid":"d2baa620-85","name":"OutModes.js"},{"uid":"d2baa620-87","name":"Spin.js"},{"uid":"d2baa620-89","name":"Move.js"}]},{"name":"Opacity","children":[{"uid":"d2baa620-91","name":"OpacityAnimation.js"},{"uid":"d2baa620-93","name":"Opacity.js"}]},{"uid":"d2baa620-95","name":"Stroke.js"},{"uid":"d2baa620-97","name":"Paint.js"},{"name":"Bounce","children":[{"uid":"d2baa620-99","name":"ParticlesBounceFactor.js"},{"uid":"d2baa620-101","name":"ParticlesBounce.js"}]},{"name":"Number","children":[{"uid":"d2baa620-103","name":"ParticlesDensity.js"},{"uid":"d2baa620-105","name":"ParticlesNumberLimit.js"},{"uid":"d2baa620-107","name":"ParticlesNumber.js"}]},{"name":"Shape/Shape.js","uid":"d2baa620-109"},{"name":"Size","children":[{"uid":"d2baa620-111","name":"SizeAnimation.js"},{"uid":"d2baa620-113","name":"Size.js"}]},{"name":"ZIndex/ZIndex.js","uid":"d2baa620-115"},{"uid":"d2baa620-117","name":"ParticlesOptions.js"}]},{"uid":"d2baa620-81","name":"ValueWithRandom.js"},{"uid":"d2baa620-121","name":"Options.js"}]},{"uid":"d2baa620-127","name":"index.js"}]},{"name":"plugins","children":[{"name":"blend/dist/browser","children":[{"name":"Options/Classes/Blend.js","uid":"d2baa620-129"},{"uid":"d2baa620-131","name":"BlendPlugin.js"},{"uid":"d2baa620-133","name":"index.js"},{"uid":"d2baa620-203","name":"BlendPluginInstance.js"}]},{"name":"colors","children":[{"name":"hex/dist/browser","children":[{"uid":"d2baa620-141","name":"HexColorManager.js"},{"uid":"d2baa620-143","name":"index.js"}]},{"name":"hsl/dist/browser","children":[{"uid":"d2baa620-145","name":"HslColorManager.js"},{"uid":"d2baa620-147","name":"index.js"}]},{"name":"rgb/dist/browser","children":[{"uid":"d2baa620-175","name":"RgbColorManager.js"},{"uid":"d2baa620-177","name":"index.js"}]}]},{"name":"move/dist/browser","children":[{"uid":"d2baa620-149","name":"MovePlugin.js"},{"uid":"d2baa620-151","name":"index.js"},{"uid":"d2baa620-205","name":"Utils.js"},{"uid":"d2baa620-207","name":"MovePluginInstance.js"}]}]},{"name":"shapes/circle/dist/browser","children":[{"uid":"d2baa620-135","name":"Utils.js"},{"uid":"d2baa620-137","name":"CircleDrawer.js"},{"uid":"d2baa620-139","name":"index.js"}]},{"name":"updaters","children":[{"name":"opacity/dist/browser","children":[{"uid":"d2baa620-153","name":"OpacityUpdater.js"},{"uid":"d2baa620-155","name":"index.js"}]},{"name":"outModes/dist/browser","children":[{"uid":"d2baa620-157","name":"Utils.js"},{"uid":"d2baa620-159","name":"BounceOutMode.js"},{"uid":"d2baa620-161","name":"DestroyOutMode.js"},{"uid":"d2baa620-163","name":"NoneOutMode.js"},{"uid":"d2baa620-165","name":"OutOutMode.js"},{"uid":"d2baa620-167","name":"OutOfCanvasUpdater.js"},{"uid":"d2baa620-169","name":"index.js"}]},{"name":"paint/dist/browser","children":[{"uid":"d2baa620-171","name":"PaintUpdater.js"},{"uid":"d2baa620-173","name":"index.js"}]},{"name":"size/dist/browser","children":[{"uid":"d2baa620-179","name":"SizeUpdater.js"},{"uid":"d2baa620-181","name":"index.js"}]}]}]},{"name":"dist/browser","children":[{"uid":"d2baa620-183","name":"index.js"},{"uid":"d2baa620-185","name":"bundle.js"}]}]}],"isRoot":true},"nodeParts":{"d2baa620-1":{"renderedLength":1562,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-0"},"d2baa620-3":{"renderedLength":628,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-2"},"d2baa620-5":{"renderedLength":3316,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-4"},"d2baa620-7":{"renderedLength":548,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-6"},"d2baa620-9":{"renderedLength":6134,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-8"},"d2baa620-11":{"renderedLength":310,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-10"},"d2baa620-13":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-12"},"d2baa620-15":{"renderedLength":232,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-14"},"d2baa620-17":{"renderedLength":318,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-16"},"d2baa620-19":{"renderedLength":198,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-18"},"d2baa620-21":{"renderedLength":257,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-20"},"d2baa620-23":{"renderedLength":17344,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-22"},"d2baa620-25":{"renderedLength":1416,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-24"},"d2baa620-27":{"renderedLength":800,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-26"},"d2baa620-29":{"renderedLength":5075,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-28"},"d2baa620-31":{"renderedLength":1182,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-30"},"d2baa620-33":{"renderedLength":6105,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-32"},"d2baa620-35":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-34"},"d2baa620-37":{"renderedLength":171,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-36"},"d2baa620-39":{"renderedLength":2748,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-38"},"d2baa620-41":{"renderedLength":303,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-40"},"d2baa620-43":{"renderedLength":190,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-42"},"d2baa620-45":{"renderedLength":286,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-44"},"d2baa620-47":{"renderedLength":200,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-46"},"d2baa620-49":{"renderedLength":255,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-48"},"d2baa620-51":{"renderedLength":278,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-50"},"d2baa620-53":{"renderedLength":2524,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-52"},"d2baa620-55":{"renderedLength":1698,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-54"},"d2baa620-57":{"renderedLength":711,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-56"},"d2baa620-59":{"renderedLength":362,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-58"},"d2baa620-61":{"renderedLength":708,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-60"},"d2baa620-63":{"renderedLength":1063,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-62"},"d2baa620-65":{"renderedLength":1129,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-64"},"d2baa620-67":{"renderedLength":460,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-66"},"d2baa620-69":{"renderedLength":458,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-68"},"d2baa620-71":{"renderedLength":850,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-70"},"d2baa620-73":{"renderedLength":624,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-72"},"d2baa620-75":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-74"},"d2baa620-77":{"renderedLength":717,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-76"},"d2baa620-79":{"renderedLength":839,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-78"},"d2baa620-81":{"renderedLength":989,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-80"},"d2baa620-83":{"renderedLength":790,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-82"},"d2baa620-85":{"renderedLength":597,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-84"},"d2baa620-87":{"renderedLength":628,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-86"},"d2baa620-89":{"renderedLength":3032,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-88"},"d2baa620-91":{"renderedLength":454,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-90"},"d2baa620-93":{"renderedLength":501,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-92"},"d2baa620-95":{"renderedLength":603,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-94"},"d2baa620-97":{"renderedLength":598,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-96"},"d2baa620-99":{"renderedLength":146,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-98"},"d2baa620-101":{"renderedLength":420,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-100"},"d2baa620-103":{"renderedLength":673,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-102"},"d2baa620-105":{"renderedLength":475,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-104"},"d2baa620-107":{"renderedLength":532,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-106"},"d2baa620-109":{"renderedLength":851,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-108"},"d2baa620-111":{"renderedLength":451,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-110"},"d2baa620-113":{"renderedLength":495,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-112"},"d2baa620-115":{"renderedLength":740,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-114"},"d2baa620-117":{"renderedLength":5488,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-116"},"d2baa620-119":{"renderedLength":405,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-118"},"d2baa620-121":{"renderedLength":4492,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-120"},"d2baa620-123":{"renderedLength":4116,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-122"},"d2baa620-125":{"renderedLength":14196,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-124"},"d2baa620-127":{"renderedLength":37,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-126"},"d2baa620-129":{"renderedLength":462,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-128"},"d2baa620-131":{"renderedLength":938,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-130"},"d2baa620-133":{"renderedLength":209,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-132"},"d2baa620-135":{"renderedLength":334,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-134"},"d2baa620-137":{"renderedLength":657,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-136"},"d2baa620-139":{"renderedLength":284,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-138"},"d2baa620-141":{"renderedLength":1696,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-140"},"d2baa620-143":{"renderedLength":229,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-142"},"d2baa620-145":{"renderedLength":1870,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-144"},"d2baa620-147":{"renderedLength":229,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-146"},"d2baa620-149":{"renderedLength":503,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-148"},"d2baa620-151":{"renderedLength":1076,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-150"},"d2baa620-153":{"renderedLength":1655,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-152"},"d2baa620-155":{"renderedLength":314,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-154"},"d2baa620-157":{"renderedLength":3630,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-156"},"d2baa620-159":{"renderedLength":1313,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-158"},"d2baa620-161":{"renderedLength":1456,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-160"},"d2baa620-163":{"renderedLength":2068,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-162"},"d2baa620-165":{"renderedLength":6747,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-164"},"d2baa620-167":{"renderedLength":2202,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-166"},"d2baa620-169":{"renderedLength":320,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-168"},"d2baa620-171":{"renderedLength":3448,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-170"},"d2baa620-173":{"renderedLength":325,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-172"},"d2baa620-175":{"renderedLength":1827,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-174"},"d2baa620-177":{"renderedLength":229,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-176"},"d2baa620-179":{"renderedLength":1388,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-178"},"d2baa620-181":{"renderedLength":305,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-180"},"d2baa620-183":{"renderedLength":577,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-182"},"d2baa620-185":{"renderedLength":161,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-184"},"d2baa620-187":{"renderedLength":11692,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-186"},"d2baa620-189":{"renderedLength":12698,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-188"},"d2baa620-191":{"renderedLength":3135,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-190"},"d2baa620-193":{"renderedLength":18159,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-192"},"d2baa620-195":{"renderedLength":3896,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-194"},"d2baa620-197":{"renderedLength":18211,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-196"},"d2baa620-199":{"renderedLength":1595,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-198"},"d2baa620-201":{"renderedLength":13443,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-200"},"d2baa620-203":{"renderedLength":1301,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-202"},"d2baa620-205":{"renderedLength":6783,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-204"},"d2baa620-207":{"renderedLength":3830,"gzipLength":0,"brotliLength":0,"metaUid":"d2baa620-206"}},"nodeMetas":{"d2baa620-0":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Utils/Constants.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-1"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-32"},{"uid":"d2baa620-38"},{"uid":"d2baa620-4"},{"uid":"d2baa620-58"},{"uid":"d2baa620-122"},{"uid":"d2baa620-124"},{"uid":"d2baa620-8"},{"uid":"d2baa620-22"},{"uid":"d2baa620-24"},{"uid":"d2baa620-200"},{"uid":"d2baa620-188"},{"uid":"d2baa620-190"},{"uid":"d2baa620-196"},{"uid":"d2baa620-198"},{"uid":"d2baa620-186"},{"uid":"d2baa620-192"}]},"d2baa620-2":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Directions/MoveDirection.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-3"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-88"},{"uid":"d2baa620-8"},{"uid":"d2baa620-192"}]},"d2baa620-4":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Utils/Vectors.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-5"},"imported":[{"uid":"d2baa620-0"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-8"},{"uid":"d2baa620-22"},{"uid":"d2baa620-192"}]},"d2baa620-6":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/TypeUtils.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-7"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-62"},{"uid":"d2baa620-54"},{"uid":"d2baa620-64"},{"uid":"d2baa620-56"},{"uid":"d2baa620-66"},{"uid":"d2baa620-58"},{"uid":"d2baa620-120"},{"uid":"d2baa620-60"},{"uid":"d2baa620-100"},{"uid":"d2baa620-116"},{"uid":"d2baa620-72"},{"uid":"d2baa620-96"},{"uid":"d2baa620-94"},{"uid":"d2baa620-88"},{"uid":"d2baa620-74"},{"uid":"d2baa620-76"},{"uid":"d2baa620-78"},{"uid":"d2baa620-84"},{"uid":"d2baa620-82"},{"uid":"d2baa620-86"},{"uid":"d2baa620-106"},{"uid":"d2baa620-104"},{"uid":"d2baa620-102"},{"uid":"d2baa620-92"},{"uid":"d2baa620-90"},{"uid":"d2baa620-108"},{"uid":"d2baa620-112"},{"uid":"d2baa620-110"},{"uid":"d2baa620-114"},{"uid":"d2baa620-68"},{"uid":"d2baa620-80"},{"uid":"d2baa620-124"},{"uid":"d2baa620-8"},{"uid":"d2baa620-22"},{"uid":"d2baa620-70"}]},"d2baa620-8":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/MathUtils.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-9"},"imported":[{"uid":"d2baa620-2"},{"uid":"d2baa620-0"},{"uid":"d2baa620-4"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-32"},{"uid":"d2baa620-38"},{"uid":"d2baa620-54"},{"uid":"d2baa620-56"},{"uid":"d2baa620-120"},{"uid":"d2baa620-72"},{"uid":"d2baa620-94"},{"uid":"d2baa620-88"},{"uid":"d2baa620-74"},{"uid":"d2baa620-78"},{"uid":"d2baa620-86"},{"uid":"d2baa620-80"},{"uid":"d2baa620-124"},{"uid":"d2baa620-22"},{"uid":"d2baa620-200"},{"uid":"d2baa620-198"},{"uid":"d2baa620-192"}]},"d2baa620-10":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Modes/AnimationMode.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-11"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-54"},{"uid":"d2baa620-22"}]},"d2baa620-12":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/AnimationStatus.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-13"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-124"},{"uid":"d2baa620-22"}]},"d2baa620-14":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Types/DestroyType.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-15"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-90"},{"uid":"d2baa620-110"},{"uid":"d2baa620-22"}]},"d2baa620-16":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Directions/OutModeDirection.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-17"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-22"}]},"d2baa620-18":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Modes/PixelMode.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-19"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-76"},{"uid":"d2baa620-22"}]},"d2baa620-20":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Types/StartValueType.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-21"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-54"},{"uid":"d2baa620-22"}]},"d2baa620-22":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/Utils.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-23"},"imported":[{"uid":"d2baa620-8"},{"uid":"d2baa620-0"},{"uid":"d2baa620-6"},{"uid":"d2baa620-10"},{"uid":"d2baa620-12"},{"uid":"d2baa620-14"},{"uid":"d2baa620-16"},{"uid":"d2baa620-18"},{"uid":"d2baa620-20"},{"uid":"d2baa620-4"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-32"},{"uid":"d2baa620-120"},{"uid":"d2baa620-116"},{"uid":"d2baa620-82"},{"uid":"d2baa620-86"},{"uid":"d2baa620-108"},{"uid":"d2baa620-124"},{"uid":"d2baa620-28"},{"uid":"d2baa620-70"},{"uid":"d2baa620-188"},{"uid":"d2baa620-190"},{"uid":"d2baa620-192"}]},"d2baa620-24":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/EventDispatcher.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-25"},"imported":[{"uid":"d2baa620-0"}],"importedBy":[{"uid":"d2baa620-32"}]},"d2baa620-26":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Types/EventType.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-27"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-28"},{"uid":"d2baa620-200"},{"uid":"d2baa620-196"},{"uid":"d2baa620-192"}]},"d2baa620-28":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Utils/PluginManager.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-29"},"imported":[{"uid":"d2baa620-22"},{"uid":"d2baa620-26"}],"importedBy":[{"uid":"d2baa620-32"}]},"d2baa620-30":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/LogUtils.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-31"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-32"},{"uid":"d2baa620-200"},{"uid":"d2baa620-196"}]},"d2baa620-32":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Engine.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-33"},"imported":[{"uid":"d2baa620-0"},{"uid":"d2baa620-22"},{"uid":"d2baa620-24"},{"uid":"d2baa620-28"},{"uid":"d2baa620-30"},{"uid":"d2baa620-8"},{"uid":"d2baa620-200","dynamic":true}],"importedBy":[{"uid":"d2baa620-34"}]},"d2baa620-34":{"id":"/home/workflows/workspace/engine/dist/browser/initEngine.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-35"},"imported":[{"uid":"d2baa620-32"}],"importedBy":[{"uid":"d2baa620-126"}]},"d2baa620-36":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/RangeType.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-37"},"imported":[],"importedBy":[{"uid":"d2baa620-38"}]},"d2baa620-38":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Utils/Ranges.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-39"},"imported":[{"uid":"d2baa620-36"},{"uid":"d2baa620-8"},{"uid":"d2baa620-0"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-194"}]},"d2baa620-40":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Directions/RotateDirection.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-41"},"imported":[],"importedBy":[{"uid":"d2baa620-208"}]},"d2baa620-42":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Modes/LimitMode.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-43"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-104"},{"uid":"d2baa620-196"}]},"d2baa620-44":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Modes/OutMode.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-45"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-84"},{"uid":"d2baa620-192"}]},"d2baa620-46":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Types/AlterType.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-47"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-124"}]},"d2baa620-48":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Types/GradientType.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-49"},"imported":[],"importedBy":[{"uid":"d2baa620-208"}]},"d2baa620-50":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Types/ParticleOutType.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-51"},"imported":[],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-192"}]},"d2baa620-52":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Types/EasingType.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-53"},"imported":[],"importedBy":[{"uid":"d2baa620-208"}]},"d2baa620-54":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/AnimationOptions.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-55"},"imported":[{"uid":"d2baa620-10"},{"uid":"d2baa620-20"},{"uid":"d2baa620-6"},{"uid":"d2baa620-8"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-56"},{"uid":"d2baa620-90"},{"uid":"d2baa620-110"},{"uid":"d2baa620-80"}]},"d2baa620-56":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/ColorAnimation.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-57"},"imported":[{"uid":"d2baa620-54"},{"uid":"d2baa620-6"},{"uid":"d2baa620-8"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-58"}]},"d2baa620-58":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/HslAnimation.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-59"},"imported":[{"uid":"d2baa620-0"},{"uid":"d2baa620-56"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-62"}]},"d2baa620-60":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/OptionsColor.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-61"},"imported":[{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-62"},{"uid":"d2baa620-64"}]},"d2baa620-62":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/AnimatableColor.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-63"},"imported":[{"uid":"d2baa620-6"},{"uid":"d2baa620-58"},{"uid":"d2baa620-60"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-116"},{"uid":"d2baa620-72"},{"uid":"d2baa620-96"},{"uid":"d2baa620-94"}]},"d2baa620-64":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Background/Background.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-65"},"imported":[{"uid":"d2baa620-60"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-120"}]},"d2baa620-66":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/FullScreen/FullScreen.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-67"},"imported":[{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-120"}]},"d2baa620-68":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/ResizeEvent.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-69"},"imported":[{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-120"}]},"d2baa620-70":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Effect/Effect.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-71"},"imported":[{"uid":"d2baa620-22"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-116"}]},"d2baa620-72":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Fill.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-73"},"imported":[{"uid":"d2baa620-62"},{"uid":"d2baa620-6"},{"uid":"d2baa620-8"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-116"},{"uid":"d2baa620-96"}]},"d2baa620-74":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Move/MoveAngle.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-75"},"imported":[{"uid":"d2baa620-6"},{"uid":"d2baa620-8"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-88"}]},"d2baa620-76":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Move/MoveCenter.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-77"},"imported":[{"uid":"d2baa620-18"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-88"}]},"d2baa620-78":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Move/MoveGravity.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-79"},"imported":[{"uid":"d2baa620-6"},{"uid":"d2baa620-8"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-88"}]},"d2baa620-80":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/ValueWithRandom.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-81"},"imported":[{"uid":"d2baa620-54"},{"uid":"d2baa620-6"},{"uid":"d2baa620-8"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-98"},{"uid":"d2baa620-82"},{"uid":"d2baa620-92"},{"uid":"d2baa620-112"},{"uid":"d2baa620-114"}]},"d2baa620-82":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Move/Path/MovePath.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-83"},"imported":[{"uid":"d2baa620-80"},{"uid":"d2baa620-22"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-88"}]},"d2baa620-84":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Move/OutModes.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-85"},"imported":[{"uid":"d2baa620-44"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-88"}]},"d2baa620-86":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Move/Spin.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-87"},"imported":[{"uid":"d2baa620-22"},{"uid":"d2baa620-6"},{"uid":"d2baa620-8"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-88"}]},"d2baa620-88":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Move/Move.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-89"},"imported":[{"uid":"d2baa620-2"},{"uid":"d2baa620-6"},{"uid":"d2baa620-74"},{"uid":"d2baa620-76"},{"uid":"d2baa620-78"},{"uid":"d2baa620-82"},{"uid":"d2baa620-84"},{"uid":"d2baa620-86"},{"uid":"d2baa620-8"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-116"}]},"d2baa620-90":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Opacity/OpacityAnimation.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-91"},"imported":[{"uid":"d2baa620-14"},{"uid":"d2baa620-54"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-92"}]},"d2baa620-92":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Opacity/Opacity.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-93"},"imported":[{"uid":"d2baa620-90"},{"uid":"d2baa620-80"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-116"}]},"d2baa620-94":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Stroke.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-95"},"imported":[{"uid":"d2baa620-62"},{"uid":"d2baa620-6"},{"uid":"d2baa620-8"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-96"}]},"d2baa620-96":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Paint.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-97"},"imported":[{"uid":"d2baa620-62"},{"uid":"d2baa620-72"},{"uid":"d2baa620-94"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-116"}]},"d2baa620-98":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Bounce/ParticlesBounceFactor.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-99"},"imported":[{"uid":"d2baa620-80"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-100"}]},"d2baa620-100":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Bounce/ParticlesBounce.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-101"},"imported":[{"uid":"d2baa620-98"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-116"}]},"d2baa620-102":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Number/ParticlesDensity.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-103"},"imported":[{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-106"}]},"d2baa620-104":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Number/ParticlesNumberLimit.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-105"},"imported":[{"uid":"d2baa620-42"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-106"}]},"d2baa620-106":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Number/ParticlesNumber.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-107"},"imported":[{"uid":"d2baa620-102"},{"uid":"d2baa620-104"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-116"}]},"d2baa620-108":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Shape/Shape.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-109"},"imported":[{"uid":"d2baa620-22"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-116"}]},"d2baa620-110":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Size/SizeAnimation.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-111"},"imported":[{"uid":"d2baa620-14"},{"uid":"d2baa620-54"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-112"}]},"d2baa620-112":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Size/Size.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-113"},"imported":[{"uid":"d2baa620-80"},{"uid":"d2baa620-110"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-116"}]},"d2baa620-114":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/ZIndex/ZIndex.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-115"},"imported":[{"uid":"d2baa620-80"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-116"}]},"d2baa620-116":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/ParticlesOptions.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-117"},"imported":[{"uid":"d2baa620-22"},{"uid":"d2baa620-6"},{"uid":"d2baa620-62"},{"uid":"d2baa620-70"},{"uid":"d2baa620-72"},{"uid":"d2baa620-88"},{"uid":"d2baa620-92"},{"uid":"d2baa620-96"},{"uid":"d2baa620-100"},{"uid":"d2baa620-106"},{"uid":"d2baa620-108"},{"uid":"d2baa620-112"},{"uid":"d2baa620-114"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-118"}]},"d2baa620-118":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/OptionsUtils.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-119"},"imported":[{"uid":"d2baa620-116"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-120"},{"uid":"d2baa620-200"},{"uid":"d2baa620-196"},{"uid":"d2baa620-192"}]},"d2baa620-120":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Options.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-121"},"imported":[{"uid":"d2baa620-22"},{"uid":"d2baa620-6"},{"uid":"d2baa620-64"},{"uid":"d2baa620-66"},{"uid":"d2baa620-68"},{"uid":"d2baa620-118"},{"uid":"d2baa620-8"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-200"}]},"d2baa620-122":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/CanvasUtils.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-123"},"imported":[{"uid":"d2baa620-0"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-186"}]},"d2baa620-124":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/ColorUtils.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-125"},"imported":[{"uid":"d2baa620-8"},{"uid":"d2baa620-0"},{"uid":"d2baa620-6"},{"uid":"d2baa620-46"},{"uid":"d2baa620-12"},{"uid":"d2baa620-22"}],"importedBy":[{"uid":"d2baa620-208"},{"uid":"d2baa620-188"},{"uid":"d2baa620-186"},{"uid":"d2baa620-192"}]},"d2baa620-126":{"id":"/home/workflows/workspace/engine/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-127"},"imported":[{"uid":"d2baa620-34"},{"uid":"d2baa620-208"}],"importedBy":[{"uid":"d2baa620-184"},{"uid":"d2baa620-150"},{"uid":"d2baa620-136"},{"uid":"d2baa620-144"},{"uid":"d2baa620-152"},{"uid":"d2baa620-166"},{"uid":"d2baa620-170"},{"uid":"d2baa620-174"},{"uid":"d2baa620-178"},{"uid":"d2baa620-128"},{"uid":"d2baa620-202"},{"uid":"d2baa620-134"},{"uid":"d2baa620-206"},{"uid":"d2baa620-158"},{"uid":"d2baa620-160"},{"uid":"d2baa620-162"},{"uid":"d2baa620-164"},{"uid":"d2baa620-204"},{"uid":"d2baa620-156"}]},"d2baa620-128":{"id":"/home/workflows/workspace/plugins/blend/dist/browser/Options/Classes/Blend.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-129"},"imported":[{"uid":"d2baa620-126"}],"importedBy":[{"uid":"d2baa620-130"}]},"d2baa620-130":{"id":"/home/workflows/workspace/plugins/blend/dist/browser/BlendPlugin.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-131"},"imported":[{"uid":"d2baa620-128"},{"uid":"d2baa620-202","dynamic":true}],"importedBy":[{"uid":"d2baa620-132"}]},"d2baa620-132":{"id":"/home/workflows/workspace/plugins/blend/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-133"},"imported":[{"uid":"d2baa620-130"}],"importedBy":[{"uid":"d2baa620-182"}]},"d2baa620-134":{"id":"/home/workflows/workspace/shapes/circle/dist/browser/Utils.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-135"},"imported":[{"uid":"d2baa620-126"}],"importedBy":[{"uid":"d2baa620-136"}]},"d2baa620-136":{"id":"/home/workflows/workspace/shapes/circle/dist/browser/CircleDrawer.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-137"},"imported":[{"uid":"d2baa620-126"},{"uid":"d2baa620-134"}],"importedBy":[{"uid":"d2baa620-138"}]},"d2baa620-138":{"id":"/home/workflows/workspace/shapes/circle/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-139"},"imported":[{"uid":"d2baa620-136"}],"importedBy":[{"uid":"d2baa620-182"}]},"d2baa620-140":{"id":"/home/workflows/workspace/plugins/colors/hex/dist/browser/HexColorManager.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-141"},"imported":[],"importedBy":[{"uid":"d2baa620-142"}]},"d2baa620-142":{"id":"/home/workflows/workspace/plugins/colors/hex/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-143"},"imported":[{"uid":"d2baa620-140"}],"importedBy":[{"uid":"d2baa620-182"}]},"d2baa620-144":{"id":"/home/workflows/workspace/plugins/colors/hsl/dist/browser/HslColorManager.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-145"},"imported":[{"uid":"d2baa620-126"}],"importedBy":[{"uid":"d2baa620-146"}]},"d2baa620-146":{"id":"/home/workflows/workspace/plugins/colors/hsl/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-147"},"imported":[{"uid":"d2baa620-144"}],"importedBy":[{"uid":"d2baa620-182"}]},"d2baa620-148":{"id":"/home/workflows/workspace/plugins/move/dist/browser/MovePlugin.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-149"},"imported":[{"uid":"d2baa620-206","dynamic":true}],"importedBy":[{"uid":"d2baa620-150"}]},"d2baa620-150":{"id":"/home/workflows/workspace/plugins/move/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-151"},"imported":[{"uid":"d2baa620-126"},{"uid":"d2baa620-148"}],"importedBy":[{"uid":"d2baa620-182"}]},"d2baa620-152":{"id":"/home/workflows/workspace/updaters/opacity/dist/browser/OpacityUpdater.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-153"},"imported":[{"uid":"d2baa620-126"}],"importedBy":[{"uid":"d2baa620-154"}]},"d2baa620-154":{"id":"/home/workflows/workspace/updaters/opacity/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-155"},"imported":[{"uid":"d2baa620-152"}],"importedBy":[{"uid":"d2baa620-182"}]},"d2baa620-156":{"id":"/home/workflows/workspace/updaters/outModes/dist/browser/Utils.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-157"},"imported":[{"uid":"d2baa620-126"}],"importedBy":[{"uid":"d2baa620-158"}]},"d2baa620-158":{"id":"/home/workflows/workspace/updaters/outModes/dist/browser/BounceOutMode.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-159"},"imported":[{"uid":"d2baa620-126"},{"uid":"d2baa620-156"}],"importedBy":[{"uid":"d2baa620-166"}]},"d2baa620-160":{"id":"/home/workflows/workspace/updaters/outModes/dist/browser/DestroyOutMode.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-161"},"imported":[{"uid":"d2baa620-126"}],"importedBy":[{"uid":"d2baa620-166"}]},"d2baa620-162":{"id":"/home/workflows/workspace/updaters/outModes/dist/browser/NoneOutMode.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-163"},"imported":[{"uid":"d2baa620-126"}],"importedBy":[{"uid":"d2baa620-166"}]},"d2baa620-164":{"id":"/home/workflows/workspace/updaters/outModes/dist/browser/OutOutMode.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-165"},"imported":[{"uid":"d2baa620-126"}],"importedBy":[{"uid":"d2baa620-166"}]},"d2baa620-166":{"id":"/home/workflows/workspace/updaters/outModes/dist/browser/OutOfCanvasUpdater.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-167"},"imported":[{"uid":"d2baa620-126"},{"uid":"d2baa620-158"},{"uid":"d2baa620-160"},{"uid":"d2baa620-162"},{"uid":"d2baa620-164"}],"importedBy":[{"uid":"d2baa620-168"}]},"d2baa620-168":{"id":"/home/workflows/workspace/updaters/outModes/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-169"},"imported":[{"uid":"d2baa620-166"}],"importedBy":[{"uid":"d2baa620-182"}]},"d2baa620-170":{"id":"/home/workflows/workspace/updaters/paint/dist/browser/PaintUpdater.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-171"},"imported":[{"uid":"d2baa620-126"}],"importedBy":[{"uid":"d2baa620-172"}]},"d2baa620-172":{"id":"/home/workflows/workspace/updaters/paint/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-173"},"imported":[{"uid":"d2baa620-170"}],"importedBy":[{"uid":"d2baa620-182"}]},"d2baa620-174":{"id":"/home/workflows/workspace/plugins/colors/rgb/dist/browser/RgbColorManager.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-175"},"imported":[{"uid":"d2baa620-126"}],"importedBy":[{"uid":"d2baa620-176"}]},"d2baa620-176":{"id":"/home/workflows/workspace/plugins/colors/rgb/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-177"},"imported":[{"uid":"d2baa620-174"}],"importedBy":[{"uid":"d2baa620-182"}]},"d2baa620-178":{"id":"/home/workflows/workspace/updaters/size/dist/browser/SizeUpdater.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-179"},"imported":[{"uid":"d2baa620-126"}],"importedBy":[{"uid":"d2baa620-180"}]},"d2baa620-180":{"id":"/home/workflows/workspace/updaters/size/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-181"},"imported":[{"uid":"d2baa620-178"}],"importedBy":[{"uid":"d2baa620-182"}]},"d2baa620-182":{"id":"/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-183"},"imported":[{"uid":"d2baa620-132"},{"uid":"d2baa620-138"},{"uid":"d2baa620-142"},{"uid":"d2baa620-146"},{"uid":"d2baa620-150"},{"uid":"d2baa620-154"},{"uid":"d2baa620-168"},{"uid":"d2baa620-172"},{"uid":"d2baa620-176"},{"uid":"d2baa620-180"}],"importedBy":[{"uid":"d2baa620-184"}]},"d2baa620-184":{"id":"/dist/browser/bundle.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-185"},"imported":[{"uid":"d2baa620-182"},{"uid":"d2baa620-126"}],"importedBy":[],"isEntry":true},"d2baa620-186":{"id":"/home/workflows/workspace/engine/dist/browser/Core/RenderManager.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-187"},"imported":[{"uid":"d2baa620-122"},{"uid":"d2baa620-0"},{"uid":"d2baa620-124"}],"importedBy":[{"uid":"d2baa620-188"}]},"d2baa620-188":{"id":"/home/workflows/workspace/engine/dist/browser/Core/CanvasManager.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-189"},"imported":[{"uid":"d2baa620-22"},{"uid":"d2baa620-0"},{"uid":"d2baa620-124"},{"uid":"d2baa620-186"}],"importedBy":[{"uid":"d2baa620-200"}]},"d2baa620-190":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Utils/EventListeners.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-191"},"imported":[{"uid":"d2baa620-22"},{"uid":"d2baa620-0"}],"importedBy":[{"uid":"d2baa620-200"}]},"d2baa620-192":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Particle.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-193"},"imported":[{"uid":"d2baa620-4"},{"uid":"d2baa620-124"},{"uid":"d2baa620-8"},{"uid":"d2baa620-22"},{"uid":"d2baa620-0"},{"uid":"d2baa620-26"},{"uid":"d2baa620-2"},{"uid":"d2baa620-44"},{"uid":"d2baa620-50"},{"uid":"d2baa620-118"}],"importedBy":[{"uid":"d2baa620-196"}]},"d2baa620-194":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Utils/SpatialHashGrid.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-195"},"imported":[{"uid":"d2baa620-38"}],"importedBy":[{"uid":"d2baa620-196"}]},"d2baa620-196":{"id":"/home/workflows/workspace/engine/dist/browser/Core/ParticlesManager.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-197"},"imported":[{"uid":"d2baa620-0"},{"uid":"d2baa620-26"},{"uid":"d2baa620-42"},{"uid":"d2baa620-192"},{"uid":"d2baa620-194"},{"uid":"d2baa620-30"},{"uid":"d2baa620-118"}],"importedBy":[{"uid":"d2baa620-200"}]},"d2baa620-198":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Retina.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-199"},"imported":[{"uid":"d2baa620-0"},{"uid":"d2baa620-8"}],"importedBy":[{"uid":"d2baa620-200"}]},"d2baa620-200":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Container.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-201"},"imported":[{"uid":"d2baa620-8"},{"uid":"d2baa620-0"},{"uid":"d2baa620-188"},{"uid":"d2baa620-190"},{"uid":"d2baa620-26"},{"uid":"d2baa620-120"},{"uid":"d2baa620-196"},{"uid":"d2baa620-198"},{"uid":"d2baa620-30"},{"uid":"d2baa620-118"}],"importedBy":[{"uid":"d2baa620-32"}]},"d2baa620-202":{"id":"/home/workflows/workspace/plugins/blend/dist/browser/BlendPluginInstance.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-203"},"imported":[{"uid":"d2baa620-126"}],"importedBy":[{"uid":"d2baa620-130"}]},"d2baa620-204":{"id":"/home/workflows/workspace/plugins/move/dist/browser/Utils.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-205"},"imported":[{"uid":"d2baa620-126"}],"importedBy":[{"uid":"d2baa620-206"}]},"d2baa620-206":{"id":"/home/workflows/workspace/plugins/move/dist/browser/MovePluginInstance.js","moduleParts":{"tsparticles.basic.bundle.js":"d2baa620-207"},"imported":[{"uid":"d2baa620-126"},{"uid":"d2baa620-204"}],"importedBy":[{"uid":"d2baa620-148"}]},"d2baa620-208":{"id":"/home/workflows/workspace/engine/dist/browser/exports.js","moduleParts":{},"imported":[{"uid":"d2baa620-0"},{"uid":"d2baa620-38"},{"uid":"d2baa620-4"},{"uid":"d2baa620-2"},{"uid":"d2baa620-40"},{"uid":"d2baa620-16"},{"uid":"d2baa620-10"},{"uid":"d2baa620-42"},{"uid":"d2baa620-44"},{"uid":"d2baa620-18"},{"uid":"d2baa620-46"},{"uid":"d2baa620-14"},{"uid":"d2baa620-48"},{"uid":"d2baa620-50"},{"uid":"d2baa620-20"},{"uid":"d2baa620-52"},{"uid":"d2baa620-26"},{"uid":"d2baa620-12"},{"uid":"d2baa620-62"},{"uid":"d2baa620-54"},{"uid":"d2baa620-64"},{"uid":"d2baa620-56"},{"uid":"d2baa620-66"},{"uid":"d2baa620-58"},{"uid":"d2baa620-120"},{"uid":"d2baa620-60"},{"uid":"d2baa620-100"},{"uid":"d2baa620-98"},{"uid":"d2baa620-116"},{"uid":"d2baa620-72"},{"uid":"d2baa620-96"},{"uid":"d2baa620-94"},{"uid":"d2baa620-88"},{"uid":"d2baa620-74"},{"uid":"d2baa620-76"},{"uid":"d2baa620-78"},{"uid":"d2baa620-84"},{"uid":"d2baa620-82"},{"uid":"d2baa620-86"},{"uid":"d2baa620-106"},{"uid":"d2baa620-104"},{"uid":"d2baa620-102"},{"uid":"d2baa620-92"},{"uid":"d2baa620-90"},{"uid":"d2baa620-108"},{"uid":"d2baa620-112"},{"uid":"d2baa620-110"},{"uid":"d2baa620-114"},{"uid":"d2baa620-68"},{"uid":"d2baa620-80"},{"uid":"d2baa620-122"},{"uid":"d2baa620-124"},{"uid":"d2baa620-30"},{"uid":"d2baa620-8"},{"uid":"d2baa620-118"},{"uid":"d2baa620-22"},{"uid":"d2baa620-6"}],"importedBy":[{"uid":"d2baa620-126"}]}},"env":{"rollup":"4.60.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4933
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"tsparticles.basic.bundle.js","children":[{"name":"home/workflows/workspace","children":[{"name":"engine/dist/browser","children":[{"name":"Core","children":[{"name":"Utils","children":[{"uid":"9823acae-1","name":"Constants.js"},{"uid":"9823acae-5","name":"Vectors.js"},{"uid":"9823acae-29","name":"PluginManager.js"},{"uid":"9823acae-39","name":"Ranges.js"},{"uid":"9823acae-191","name":"EventListeners.js"},{"uid":"9823acae-195","name":"SpatialHashGrid.js"}]},{"uid":"9823acae-33","name":"Engine.js"},{"uid":"9823acae-187","name":"RenderManager.js"},{"uid":"9823acae-189","name":"CanvasManager.js"},{"uid":"9823acae-193","name":"Particle.js"},{"uid":"9823acae-197","name":"ParticlesManager.js"},{"uid":"9823acae-199","name":"Retina.js"},{"uid":"9823acae-201","name":"Container.js"}]},{"name":"Enums","children":[{"name":"Directions","children":[{"uid":"9823acae-3","name":"MoveDirection.js"},{"uid":"9823acae-17","name":"OutModeDirection.js"},{"uid":"9823acae-41","name":"RotateDirection.js"}]},{"name":"Modes","children":[{"uid":"9823acae-11","name":"AnimationMode.js"},{"uid":"9823acae-19","name":"PixelMode.js"},{"uid":"9823acae-43","name":"LimitMode.js"},{"uid":"9823acae-45","name":"OutMode.js"}]},{"uid":"9823acae-13","name":"AnimationStatus.js"},{"name":"Types","children":[{"uid":"9823acae-15","name":"DestroyType.js"},{"uid":"9823acae-21","name":"StartValueType.js"},{"uid":"9823acae-27","name":"EventType.js"},{"uid":"9823acae-47","name":"AlterType.js"},{"uid":"9823acae-49","name":"GradientType.js"},{"uid":"9823acae-51","name":"ParticleOutType.js"},{"uid":"9823acae-53","name":"EasingType.js"}]},{"uid":"9823acae-37","name":"RangeType.js"}]},{"name":"Utils","children":[{"uid":"9823acae-7","name":"TypeUtils.js"},{"uid":"9823acae-9","name":"MathUtils.js"},{"uid":"9823acae-23","name":"Utils.js"},{"uid":"9823acae-25","name":"EventDispatcher.js"},{"uid":"9823acae-31","name":"LogUtils.js"},{"uid":"9823acae-111","name":"OptionsUtils.js"},{"uid":"9823acae-115","name":"CanvasUtils.js"},{"uid":"9823acae-117","name":"ColorUtils.js"}]},{"uid":"9823acae-35","name":"initEngine.js"},{"name":"Options/Classes","children":[{"uid":"9823acae-55","name":"AnimationOptions.js"},{"uid":"9823acae-57","name":"ColorAnimation.js"},{"uid":"9823acae-59","name":"HslAnimation.js"},{"uid":"9823acae-61","name":"OptionsColor.js"},{"uid":"9823acae-63","name":"AnimatableColor.js"},{"name":"Background/Background.js","uid":"9823acae-65"},{"name":"FullScreen/FullScreen.js","uid":"9823acae-67"},{"uid":"9823acae-69","name":"ResizeEvent.js"},{"name":"Particles","children":[{"name":"Effect/Effect.js","uid":"9823acae-71"},{"uid":"9823acae-73","name":"Fill.js"},{"name":"Move","children":[{"uid":"9823acae-75","name":"MoveAngle.js"},{"uid":"9823acae-77","name":"MoveCenter.js"},{"uid":"9823acae-79","name":"MoveGravity.js"},{"name":"Path/MovePath.js","uid":"9823acae-83"},{"uid":"9823acae-85","name":"OutModes.js"},{"uid":"9823acae-87","name":"Spin.js"},{"uid":"9823acae-89","name":"Move.js"}]},{"uid":"9823acae-91","name":"Stroke.js"},{"uid":"9823acae-93","name":"Paint.js"},{"name":"Bounce","children":[{"uid":"9823acae-95","name":"ParticlesBounceFactor.js"},{"uid":"9823acae-97","name":"ParticlesBounce.js"}]},{"name":"Number","children":[{"uid":"9823acae-99","name":"ParticlesDensity.js"},{"uid":"9823acae-101","name":"ParticlesNumberLimit.js"},{"uid":"9823acae-103","name":"ParticlesNumber.js"}]},{"name":"Shape/Shape.js","uid":"9823acae-105"},{"name":"ZIndex/ZIndex.js","uid":"9823acae-107"},{"uid":"9823acae-109","name":"ParticlesOptions.js"}]},{"uid":"9823acae-81","name":"ValueWithRandom.js"},{"uid":"9823acae-113","name":"Options.js"}]},{"uid":"9823acae-119","name":"index.js"}]},{"name":"plugins","children":[{"name":"blend/dist/browser","children":[{"name":"Options/Classes/Blend.js","uid":"9823acae-121"},{"uid":"9823acae-123","name":"BlendPlugin.js"},{"uid":"9823acae-125","name":"index.js"},{"uid":"9823acae-203","name":"BlendPluginInstance.js"}]},{"name":"colors","children":[{"name":"hex/dist/browser","children":[{"uid":"9823acae-133","name":"HexColorManager.js"},{"uid":"9823acae-135","name":"index.js"}]},{"name":"hsl/dist/browser","children":[{"uid":"9823acae-137","name":"HslColorManager.js"},{"uid":"9823acae-139","name":"index.js"}]},{"name":"rgb/dist/browser","children":[{"uid":"9823acae-171","name":"RgbColorManager.js"},{"uid":"9823acae-173","name":"index.js"}]}]},{"name":"move/dist/browser","children":[{"uid":"9823acae-141","name":"MovePlugin.js"},{"uid":"9823acae-143","name":"index.js"},{"uid":"9823acae-205","name":"Utils.js"},{"uid":"9823acae-207","name":"MovePluginInstance.js"}]}]},{"name":"shapes/circle/dist/browser","children":[{"uid":"9823acae-127","name":"Utils.js"},{"uid":"9823acae-129","name":"CircleDrawer.js"},{"uid":"9823acae-131","name":"index.js"}]},{"name":"updaters","children":[{"name":"opacity/dist/browser","children":[{"name":"Options/Classes","children":[{"uid":"9823acae-145","name":"OpacityAnimation.js"},{"uid":"9823acae-147","name":"Opacity.js"}]},{"uid":"9823acae-149","name":"OpacityUpdater.js"},{"uid":"9823acae-151","name":"index.js"}]},{"name":"outModes/dist/browser","children":[{"uid":"9823acae-153","name":"Utils.js"},{"uid":"9823acae-155","name":"BounceOutMode.js"},{"uid":"9823acae-157","name":"DestroyOutMode.js"},{"uid":"9823acae-159","name":"NoneOutMode.js"},{"uid":"9823acae-161","name":"OutOutMode.js"},{"uid":"9823acae-163","name":"OutOfCanvasUpdater.js"},{"uid":"9823acae-165","name":"index.js"}]},{"name":"paint/dist/browser","children":[{"uid":"9823acae-167","name":"PaintUpdater.js"},{"uid":"9823acae-169","name":"index.js"}]},{"name":"size/dist/browser","children":[{"name":"Options/Classes","children":[{"uid":"9823acae-175","name":"SizeAnimation.js"},{"uid":"9823acae-177","name":"Size.js"}]},{"uid":"9823acae-179","name":"SizeUpdater.js"},{"uid":"9823acae-181","name":"index.js"}]}]}]},{"name":"dist/browser","children":[{"uid":"9823acae-183","name":"index.js"},{"uid":"9823acae-185","name":"bundle.js"}]}]}],"isRoot":true},"nodeParts":{"9823acae-1":{"renderedLength":1562,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-0"},"9823acae-3":{"renderedLength":628,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-2"},"9823acae-5":{"renderedLength":3316,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-4"},"9823acae-7":{"renderedLength":548,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-6"},"9823acae-9":{"renderedLength":6134,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-8"},"9823acae-11":{"renderedLength":310,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-10"},"9823acae-13":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-12"},"9823acae-15":{"renderedLength":232,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-14"},"9823acae-17":{"renderedLength":318,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-16"},"9823acae-19":{"renderedLength":198,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-18"},"9823acae-21":{"renderedLength":257,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-20"},"9823acae-23":{"renderedLength":17344,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-22"},"9823acae-25":{"renderedLength":1416,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-24"},"9823acae-27":{"renderedLength":800,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-26"},"9823acae-29":{"renderedLength":5075,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-28"},"9823acae-31":{"renderedLength":1182,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-30"},"9823acae-33":{"renderedLength":6107,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-32"},"9823acae-35":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-34"},"9823acae-37":{"renderedLength":171,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-36"},"9823acae-39":{"renderedLength":2748,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-38"},"9823acae-41":{"renderedLength":303,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-40"},"9823acae-43":{"renderedLength":190,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-42"},"9823acae-45":{"renderedLength":286,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-44"},"9823acae-47":{"renderedLength":200,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-46"},"9823acae-49":{"renderedLength":255,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-48"},"9823acae-51":{"renderedLength":278,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-50"},"9823acae-53":{"renderedLength":2524,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-52"},"9823acae-55":{"renderedLength":1698,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-54"},"9823acae-57":{"renderedLength":711,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-56"},"9823acae-59":{"renderedLength":362,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-58"},"9823acae-61":{"renderedLength":708,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-60"},"9823acae-63":{"renderedLength":1063,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-62"},"9823acae-65":{"renderedLength":1129,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-64"},"9823acae-67":{"renderedLength":460,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-66"},"9823acae-69":{"renderedLength":458,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-68"},"9823acae-71":{"renderedLength":850,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-70"},"9823acae-73":{"renderedLength":624,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-72"},"9823acae-75":{"renderedLength":482,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-74"},"9823acae-77":{"renderedLength":717,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-76"},"9823acae-79":{"renderedLength":839,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-78"},"9823acae-81":{"renderedLength":989,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-80"},"9823acae-83":{"renderedLength":790,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-82"},"9823acae-85":{"renderedLength":597,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-84"},"9823acae-87":{"renderedLength":628,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-86"},"9823acae-89":{"renderedLength":3032,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-88"},"9823acae-91":{"renderedLength":603,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-90"},"9823acae-93":{"renderedLength":598,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-92"},"9823acae-95":{"renderedLength":146,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-94"},"9823acae-97":{"renderedLength":420,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-96"},"9823acae-99":{"renderedLength":673,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-98"},"9823acae-101":{"renderedLength":475,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-100"},"9823acae-103":{"renderedLength":532,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-102"},"9823acae-105":{"renderedLength":851,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-104"},"9823acae-107":{"renderedLength":740,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-106"},"9823acae-109":{"renderedLength":5295,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-108"},"9823acae-111":{"renderedLength":405,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-110"},"9823acae-113":{"renderedLength":4492,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-112"},"9823acae-115":{"renderedLength":4116,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-114"},"9823acae-117":{"renderedLength":14196,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-116"},"9823acae-119":{"renderedLength":37,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-118"},"9823acae-121":{"renderedLength":462,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-120"},"9823acae-123":{"renderedLength":938,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-122"},"9823acae-125":{"renderedLength":209,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-124"},"9823acae-127":{"renderedLength":334,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-126"},"9823acae-129":{"renderedLength":657,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-128"},"9823acae-131":{"renderedLength":284,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-130"},"9823acae-133":{"renderedLength":1696,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-132"},"9823acae-135":{"renderedLength":229,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-134"},"9823acae-137":{"renderedLength":1870,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-136"},"9823acae-139":{"renderedLength":229,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-138"},"9823acae-141":{"renderedLength":503,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-140"},"9823acae-143":{"renderedLength":1076,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-142"},"9823acae-145":{"renderedLength":454,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-144"},"9823acae-147":{"renderedLength":501,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-146"},"9823acae-149":{"renderedLength":1973,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-148"},"9823acae-151":{"renderedLength":314,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-150"},"9823acae-153":{"renderedLength":3420,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-152"},"9823acae-155":{"renderedLength":1412,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-154"},"9823acae-157":{"renderedLength":1304,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-156"},"9823acae-159":{"renderedLength":2071,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-158"},"9823acae-161":{"renderedLength":6702,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-160"},"9823acae-163":{"renderedLength":2205,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-162"},"9823acae-165":{"renderedLength":320,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-164"},"9823acae-167":{"renderedLength":3448,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-166"},"9823acae-169":{"renderedLength":325,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-168"},"9823acae-171":{"renderedLength":1827,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-170"},"9823acae-173":{"renderedLength":229,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-172"},"9823acae-175":{"renderedLength":451,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-174"},"9823acae-177":{"renderedLength":495,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-176"},"9823acae-179":{"renderedLength":2126,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-178"},"9823acae-181":{"renderedLength":305,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-180"},"9823acae-183":{"renderedLength":577,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-182"},"9823acae-185":{"renderedLength":161,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-184"},"9823acae-187":{"renderedLength":11692,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-186"},"9823acae-189":{"renderedLength":12702,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-188"},"9823acae-191":{"renderedLength":3151,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-190"},"9823acae-193":{"renderedLength":21931,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-192"},"9823acae-195":{"renderedLength":3896,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-194"},"9823acae-197":{"renderedLength":18216,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-196"},"9823acae-199":{"renderedLength":1506,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-198"},"9823acae-201":{"renderedLength":13453,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-200"},"9823acae-203":{"renderedLength":1301,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-202"},"9823acae-205":{"renderedLength":6783,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-204"},"9823acae-207":{"renderedLength":3759,"gzipLength":0,"brotliLength":0,"metaUid":"9823acae-206"}},"nodeMetas":{"9823acae-0":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Utils/Constants.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-1"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-32"},{"uid":"9823acae-38"},{"uid":"9823acae-4"},{"uid":"9823acae-58"},{"uid":"9823acae-114"},{"uid":"9823acae-116"},{"uid":"9823acae-8"},{"uid":"9823acae-22"},{"uid":"9823acae-24"},{"uid":"9823acae-200"},{"uid":"9823acae-188"},{"uid":"9823acae-190"},{"uid":"9823acae-196"},{"uid":"9823acae-198"},{"uid":"9823acae-186"},{"uid":"9823acae-192"}]},"9823acae-2":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Directions/MoveDirection.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-3"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-88"},{"uid":"9823acae-8"},{"uid":"9823acae-192"}]},"9823acae-4":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Utils/Vectors.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-5"},"imported":[{"uid":"9823acae-0"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-8"},{"uid":"9823acae-22"},{"uid":"9823acae-192"}]},"9823acae-6":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/TypeUtils.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-7"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-62"},{"uid":"9823acae-54"},{"uid":"9823acae-64"},{"uid":"9823acae-56"},{"uid":"9823acae-66"},{"uid":"9823acae-58"},{"uid":"9823acae-112"},{"uid":"9823acae-60"},{"uid":"9823acae-96"},{"uid":"9823acae-108"},{"uid":"9823acae-72"},{"uid":"9823acae-92"},{"uid":"9823acae-90"},{"uid":"9823acae-88"},{"uid":"9823acae-74"},{"uid":"9823acae-76"},{"uid":"9823acae-78"},{"uid":"9823acae-84"},{"uid":"9823acae-82"},{"uid":"9823acae-86"},{"uid":"9823acae-102"},{"uid":"9823acae-100"},{"uid":"9823acae-98"},{"uid":"9823acae-104"},{"uid":"9823acae-106"},{"uid":"9823acae-68"},{"uid":"9823acae-80"},{"uid":"9823acae-116"},{"uid":"9823acae-8"},{"uid":"9823acae-22"},{"uid":"9823acae-70"}]},"9823acae-8":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/MathUtils.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-9"},"imported":[{"uid":"9823acae-2"},{"uid":"9823acae-0"},{"uid":"9823acae-4"},{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-32"},{"uid":"9823acae-38"},{"uid":"9823acae-54"},{"uid":"9823acae-56"},{"uid":"9823acae-112"},{"uid":"9823acae-72"},{"uid":"9823acae-90"},{"uid":"9823acae-88"},{"uid":"9823acae-74"},{"uid":"9823acae-78"},{"uid":"9823acae-86"},{"uid":"9823acae-80"},{"uid":"9823acae-116"},{"uid":"9823acae-22"},{"uid":"9823acae-200"},{"uid":"9823acae-198"},{"uid":"9823acae-192"}]},"9823acae-10":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Modes/AnimationMode.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-11"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-54"},{"uid":"9823acae-22"}]},"9823acae-12":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/AnimationStatus.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-13"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-116"},{"uid":"9823acae-22"}]},"9823acae-14":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Types/DestroyType.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-15"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-22"}]},"9823acae-16":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Directions/OutModeDirection.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-17"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-22"},{"uid":"9823acae-192"}]},"9823acae-18":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Modes/PixelMode.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-19"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-76"},{"uid":"9823acae-22"}]},"9823acae-20":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Types/StartValueType.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-21"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-54"},{"uid":"9823acae-22"}]},"9823acae-22":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/Utils.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-23"},"imported":[{"uid":"9823acae-8"},{"uid":"9823acae-0"},{"uid":"9823acae-6"},{"uid":"9823acae-10"},{"uid":"9823acae-12"},{"uid":"9823acae-14"},{"uid":"9823acae-16"},{"uid":"9823acae-18"},{"uid":"9823acae-20"},{"uid":"9823acae-4"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-32"},{"uid":"9823acae-112"},{"uid":"9823acae-108"},{"uid":"9823acae-82"},{"uid":"9823acae-86"},{"uid":"9823acae-104"},{"uid":"9823acae-116"},{"uid":"9823acae-28"},{"uid":"9823acae-70"},{"uid":"9823acae-188"},{"uid":"9823acae-190"},{"uid":"9823acae-192"}]},"9823acae-24":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/EventDispatcher.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-25"},"imported":[{"uid":"9823acae-0"}],"importedBy":[{"uid":"9823acae-32"}]},"9823acae-26":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Types/EventType.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-27"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-28"},{"uid":"9823acae-200"},{"uid":"9823acae-196"},{"uid":"9823acae-192"}]},"9823acae-28":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Utils/PluginManager.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-29"},"imported":[{"uid":"9823acae-22"},{"uid":"9823acae-26"}],"importedBy":[{"uid":"9823acae-32"}]},"9823acae-30":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/LogUtils.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-31"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-32"},{"uid":"9823acae-200"},{"uid":"9823acae-196"}]},"9823acae-32":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Engine.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-33"},"imported":[{"uid":"9823acae-0"},{"uid":"9823acae-22"},{"uid":"9823acae-24"},{"uid":"9823acae-28"},{"uid":"9823acae-30"},{"uid":"9823acae-8"},{"uid":"9823acae-200","dynamic":true}],"importedBy":[{"uid":"9823acae-34"}]},"9823acae-34":{"id":"/home/workflows/workspace/engine/dist/browser/initEngine.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-35"},"imported":[{"uid":"9823acae-32"}],"importedBy":[{"uid":"9823acae-118"}]},"9823acae-36":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/RangeType.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-37"},"imported":[],"importedBy":[{"uid":"9823acae-38"}]},"9823acae-38":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Utils/Ranges.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-39"},"imported":[{"uid":"9823acae-36"},{"uid":"9823acae-8"},{"uid":"9823acae-0"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-194"}]},"9823acae-40":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Directions/RotateDirection.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-41"},"imported":[],"importedBy":[{"uid":"9823acae-208"}]},"9823acae-42":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Modes/LimitMode.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-43"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-100"},{"uid":"9823acae-196"}]},"9823acae-44":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Modes/OutMode.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-45"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-84"},{"uid":"9823acae-192"}]},"9823acae-46":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Types/AlterType.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-47"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-116"}]},"9823acae-48":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Types/GradientType.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-49"},"imported":[],"importedBy":[{"uid":"9823acae-208"}]},"9823acae-50":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Types/ParticleOutType.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-51"},"imported":[],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-192"}]},"9823acae-52":{"id":"/home/workflows/workspace/engine/dist/browser/Enums/Types/EasingType.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-53"},"imported":[],"importedBy":[{"uid":"9823acae-208"}]},"9823acae-54":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/AnimationOptions.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-55"},"imported":[{"uid":"9823acae-10"},{"uid":"9823acae-20"},{"uid":"9823acae-6"},{"uid":"9823acae-8"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-56"},{"uid":"9823acae-80"}]},"9823acae-56":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/ColorAnimation.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-57"},"imported":[{"uid":"9823acae-54"},{"uid":"9823acae-6"},{"uid":"9823acae-8"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-58"}]},"9823acae-58":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/HslAnimation.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-59"},"imported":[{"uid":"9823acae-0"},{"uid":"9823acae-56"},{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-62"}]},"9823acae-60":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/OptionsColor.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-61"},"imported":[{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-62"},{"uid":"9823acae-64"}]},"9823acae-62":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/AnimatableColor.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-63"},"imported":[{"uid":"9823acae-6"},{"uid":"9823acae-58"},{"uid":"9823acae-60"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-108"},{"uid":"9823acae-72"},{"uid":"9823acae-92"},{"uid":"9823acae-90"}]},"9823acae-64":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Background/Background.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-65"},"imported":[{"uid":"9823acae-60"},{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-112"}]},"9823acae-66":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/FullScreen/FullScreen.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-67"},"imported":[{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-112"}]},"9823acae-68":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/ResizeEvent.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-69"},"imported":[{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-112"}]},"9823acae-70":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Effect/Effect.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-71"},"imported":[{"uid":"9823acae-22"},{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-108"}]},"9823acae-72":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Fill.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-73"},"imported":[{"uid":"9823acae-62"},{"uid":"9823acae-6"},{"uid":"9823acae-8"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-108"},{"uid":"9823acae-92"}]},"9823acae-74":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Move/MoveAngle.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-75"},"imported":[{"uid":"9823acae-6"},{"uid":"9823acae-8"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-88"}]},"9823acae-76":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Move/MoveCenter.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-77"},"imported":[{"uid":"9823acae-18"},{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-88"}]},"9823acae-78":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Move/MoveGravity.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-79"},"imported":[{"uid":"9823acae-6"},{"uid":"9823acae-8"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-88"}]},"9823acae-80":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/ValueWithRandom.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-81"},"imported":[{"uid":"9823acae-54"},{"uid":"9823acae-6"},{"uid":"9823acae-8"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-94"},{"uid":"9823acae-82"},{"uid":"9823acae-106"}]},"9823acae-82":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Move/Path/MovePath.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-83"},"imported":[{"uid":"9823acae-80"},{"uid":"9823acae-22"},{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-88"}]},"9823acae-84":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Move/OutModes.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-85"},"imported":[{"uid":"9823acae-44"},{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-88"}]},"9823acae-86":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Move/Spin.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-87"},"imported":[{"uid":"9823acae-22"},{"uid":"9823acae-6"},{"uid":"9823acae-8"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-88"}]},"9823acae-88":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Move/Move.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-89"},"imported":[{"uid":"9823acae-2"},{"uid":"9823acae-6"},{"uid":"9823acae-74"},{"uid":"9823acae-76"},{"uid":"9823acae-78"},{"uid":"9823acae-82"},{"uid":"9823acae-84"},{"uid":"9823acae-86"},{"uid":"9823acae-8"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-108"}]},"9823acae-90":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Stroke.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-91"},"imported":[{"uid":"9823acae-62"},{"uid":"9823acae-6"},{"uid":"9823acae-8"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-92"}]},"9823acae-92":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Paint.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-93"},"imported":[{"uid":"9823acae-62"},{"uid":"9823acae-72"},{"uid":"9823acae-90"},{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-108"}]},"9823acae-94":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Bounce/ParticlesBounceFactor.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-95"},"imported":[{"uid":"9823acae-80"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-96"}]},"9823acae-96":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Bounce/ParticlesBounce.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-97"},"imported":[{"uid":"9823acae-94"},{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-108"}]},"9823acae-98":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Number/ParticlesDensity.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-99"},"imported":[{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-102"}]},"9823acae-100":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Number/ParticlesNumberLimit.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-101"},"imported":[{"uid":"9823acae-42"},{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-102"}]},"9823acae-102":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Number/ParticlesNumber.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-103"},"imported":[{"uid":"9823acae-98"},{"uid":"9823acae-100"},{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-108"}]},"9823acae-104":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/Shape/Shape.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-105"},"imported":[{"uid":"9823acae-22"},{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-108"}]},"9823acae-106":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/ZIndex/ZIndex.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-107"},"imported":[{"uid":"9823acae-80"},{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-108"}]},"9823acae-108":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Particles/ParticlesOptions.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-109"},"imported":[{"uid":"9823acae-22"},{"uid":"9823acae-6"},{"uid":"9823acae-62"},{"uid":"9823acae-70"},{"uid":"9823acae-72"},{"uid":"9823acae-88"},{"uid":"9823acae-92"},{"uid":"9823acae-96"},{"uid":"9823acae-102"},{"uid":"9823acae-104"},{"uid":"9823acae-106"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-110"}]},"9823acae-110":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/OptionsUtils.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-111"},"imported":[{"uid":"9823acae-108"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-112"},{"uid":"9823acae-200"},{"uid":"9823acae-196"},{"uid":"9823acae-192"}]},"9823acae-112":{"id":"/home/workflows/workspace/engine/dist/browser/Options/Classes/Options.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-113"},"imported":[{"uid":"9823acae-22"},{"uid":"9823acae-6"},{"uid":"9823acae-64"},{"uid":"9823acae-66"},{"uid":"9823acae-68"},{"uid":"9823acae-110"},{"uid":"9823acae-8"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-200"}]},"9823acae-114":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/CanvasUtils.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-115"},"imported":[{"uid":"9823acae-0"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-186"}]},"9823acae-116":{"id":"/home/workflows/workspace/engine/dist/browser/Utils/ColorUtils.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-117"},"imported":[{"uid":"9823acae-8"},{"uid":"9823acae-0"},{"uid":"9823acae-6"},{"uid":"9823acae-46"},{"uid":"9823acae-12"},{"uid":"9823acae-22"}],"importedBy":[{"uid":"9823acae-208"},{"uid":"9823acae-188"},{"uid":"9823acae-186"},{"uid":"9823acae-192"}]},"9823acae-118":{"id":"/home/workflows/workspace/engine/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-119"},"imported":[{"uid":"9823acae-34"},{"uid":"9823acae-208"}],"importedBy":[{"uid":"9823acae-184"},{"uid":"9823acae-142"},{"uid":"9823acae-128"},{"uid":"9823acae-136"},{"uid":"9823acae-148"},{"uid":"9823acae-162"},{"uid":"9823acae-166"},{"uid":"9823acae-170"},{"uid":"9823acae-178"},{"uid":"9823acae-120"},{"uid":"9823acae-202"},{"uid":"9823acae-126"},{"uid":"9823acae-206"},{"uid":"9823acae-146"},{"uid":"9823acae-154"},{"uid":"9823acae-156"},{"uid":"9823acae-158"},{"uid":"9823acae-160"},{"uid":"9823acae-176"},{"uid":"9823acae-204"},{"uid":"9823acae-144"},{"uid":"9823acae-152"},{"uid":"9823acae-174"}]},"9823acae-120":{"id":"/home/workflows/workspace/plugins/blend/dist/browser/Options/Classes/Blend.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-121"},"imported":[{"uid":"9823acae-118"}],"importedBy":[{"uid":"9823acae-122"}]},"9823acae-122":{"id":"/home/workflows/workspace/plugins/blend/dist/browser/BlendPlugin.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-123"},"imported":[{"uid":"9823acae-120"},{"uid":"9823acae-202","dynamic":true}],"importedBy":[{"uid":"9823acae-124"}]},"9823acae-124":{"id":"/home/workflows/workspace/plugins/blend/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-125"},"imported":[{"uid":"9823acae-122"}],"importedBy":[{"uid":"9823acae-182"}]},"9823acae-126":{"id":"/home/workflows/workspace/shapes/circle/dist/browser/Utils.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-127"},"imported":[{"uid":"9823acae-118"}],"importedBy":[{"uid":"9823acae-128"}]},"9823acae-128":{"id":"/home/workflows/workspace/shapes/circle/dist/browser/CircleDrawer.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-129"},"imported":[{"uid":"9823acae-118"},{"uid":"9823acae-126"}],"importedBy":[{"uid":"9823acae-130"}]},"9823acae-130":{"id":"/home/workflows/workspace/shapes/circle/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-131"},"imported":[{"uid":"9823acae-128"}],"importedBy":[{"uid":"9823acae-182"}]},"9823acae-132":{"id":"/home/workflows/workspace/plugins/colors/hex/dist/browser/HexColorManager.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-133"},"imported":[],"importedBy":[{"uid":"9823acae-134"}]},"9823acae-134":{"id":"/home/workflows/workspace/plugins/colors/hex/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-135"},"imported":[{"uid":"9823acae-132"}],"importedBy":[{"uid":"9823acae-182"}]},"9823acae-136":{"id":"/home/workflows/workspace/plugins/colors/hsl/dist/browser/HslColorManager.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-137"},"imported":[{"uid":"9823acae-118"}],"importedBy":[{"uid":"9823acae-138"}]},"9823acae-138":{"id":"/home/workflows/workspace/plugins/colors/hsl/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-139"},"imported":[{"uid":"9823acae-136"}],"importedBy":[{"uid":"9823acae-182"}]},"9823acae-140":{"id":"/home/workflows/workspace/plugins/move/dist/browser/MovePlugin.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-141"},"imported":[{"uid":"9823acae-206","dynamic":true}],"importedBy":[{"uid":"9823acae-142"}]},"9823acae-142":{"id":"/home/workflows/workspace/plugins/move/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-143"},"imported":[{"uid":"9823acae-118"},{"uid":"9823acae-140"}],"importedBy":[{"uid":"9823acae-182"}]},"9823acae-144":{"id":"/home/workflows/workspace/updaters/opacity/dist/browser/Options/Classes/OpacityAnimation.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-145"},"imported":[{"uid":"9823acae-118"}],"importedBy":[{"uid":"9823acae-146"}]},"9823acae-146":{"id":"/home/workflows/workspace/updaters/opacity/dist/browser/Options/Classes/Opacity.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-147"},"imported":[{"uid":"9823acae-118"},{"uid":"9823acae-144"}],"importedBy":[{"uid":"9823acae-148"}]},"9823acae-148":{"id":"/home/workflows/workspace/updaters/opacity/dist/browser/OpacityUpdater.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-149"},"imported":[{"uid":"9823acae-118"},{"uid":"9823acae-146"}],"importedBy":[{"uid":"9823acae-150"}]},"9823acae-150":{"id":"/home/workflows/workspace/updaters/opacity/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-151"},"imported":[{"uid":"9823acae-148"}],"importedBy":[{"uid":"9823acae-182"}]},"9823acae-152":{"id":"/home/workflows/workspace/updaters/outModes/dist/browser/Utils.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-153"},"imported":[{"uid":"9823acae-118"}],"importedBy":[{"uid":"9823acae-154"}]},"9823acae-154":{"id":"/home/workflows/workspace/updaters/outModes/dist/browser/BounceOutMode.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-155"},"imported":[{"uid":"9823acae-118"},{"uid":"9823acae-152"}],"importedBy":[{"uid":"9823acae-162"}]},"9823acae-156":{"id":"/home/workflows/workspace/updaters/outModes/dist/browser/DestroyOutMode.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-157"},"imported":[{"uid":"9823acae-118"}],"importedBy":[{"uid":"9823acae-162"}]},"9823acae-158":{"id":"/home/workflows/workspace/updaters/outModes/dist/browser/NoneOutMode.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-159"},"imported":[{"uid":"9823acae-118"}],"importedBy":[{"uid":"9823acae-162"}]},"9823acae-160":{"id":"/home/workflows/workspace/updaters/outModes/dist/browser/OutOutMode.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-161"},"imported":[{"uid":"9823acae-118"}],"importedBy":[{"uid":"9823acae-162"}]},"9823acae-162":{"id":"/home/workflows/workspace/updaters/outModes/dist/browser/OutOfCanvasUpdater.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-163"},"imported":[{"uid":"9823acae-118"},{"uid":"9823acae-154"},{"uid":"9823acae-156"},{"uid":"9823acae-158"},{"uid":"9823acae-160"}],"importedBy":[{"uid":"9823acae-164"}]},"9823acae-164":{"id":"/home/workflows/workspace/updaters/outModes/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-165"},"imported":[{"uid":"9823acae-162"}],"importedBy":[{"uid":"9823acae-182"}]},"9823acae-166":{"id":"/home/workflows/workspace/updaters/paint/dist/browser/PaintUpdater.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-167"},"imported":[{"uid":"9823acae-118"}],"importedBy":[{"uid":"9823acae-168"}]},"9823acae-168":{"id":"/home/workflows/workspace/updaters/paint/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-169"},"imported":[{"uid":"9823acae-166"}],"importedBy":[{"uid":"9823acae-182"}]},"9823acae-170":{"id":"/home/workflows/workspace/plugins/colors/rgb/dist/browser/RgbColorManager.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-171"},"imported":[{"uid":"9823acae-118"}],"importedBy":[{"uid":"9823acae-172"}]},"9823acae-172":{"id":"/home/workflows/workspace/plugins/colors/rgb/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-173"},"imported":[{"uid":"9823acae-170"}],"importedBy":[{"uid":"9823acae-182"}]},"9823acae-174":{"id":"/home/workflows/workspace/updaters/size/dist/browser/Options/Classes/SizeAnimation.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-175"},"imported":[{"uid":"9823acae-118"}],"importedBy":[{"uid":"9823acae-176"}]},"9823acae-176":{"id":"/home/workflows/workspace/updaters/size/dist/browser/Options/Classes/Size.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-177"},"imported":[{"uid":"9823acae-118"},{"uid":"9823acae-174"}],"importedBy":[{"uid":"9823acae-178"}]},"9823acae-178":{"id":"/home/workflows/workspace/updaters/size/dist/browser/SizeUpdater.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-179"},"imported":[{"uid":"9823acae-118"},{"uid":"9823acae-176"}],"importedBy":[{"uid":"9823acae-180"}]},"9823acae-180":{"id":"/home/workflows/workspace/updaters/size/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-181"},"imported":[{"uid":"9823acae-178"}],"importedBy":[{"uid":"9823acae-182"}]},"9823acae-182":{"id":"/dist/browser/index.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-183"},"imported":[{"uid":"9823acae-124"},{"uid":"9823acae-130"},{"uid":"9823acae-134"},{"uid":"9823acae-138"},{"uid":"9823acae-142"},{"uid":"9823acae-150"},{"uid":"9823acae-164"},{"uid":"9823acae-168"},{"uid":"9823acae-172"},{"uid":"9823acae-180"}],"importedBy":[{"uid":"9823acae-184"}]},"9823acae-184":{"id":"/dist/browser/bundle.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-185"},"imported":[{"uid":"9823acae-182"},{"uid":"9823acae-118"}],"importedBy":[],"isEntry":true},"9823acae-186":{"id":"/home/workflows/workspace/engine/dist/browser/Core/RenderManager.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-187"},"imported":[{"uid":"9823acae-114"},{"uid":"9823acae-0"},{"uid":"9823acae-116"}],"importedBy":[{"uid":"9823acae-188"}]},"9823acae-188":{"id":"/home/workflows/workspace/engine/dist/browser/Core/CanvasManager.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-189"},"imported":[{"uid":"9823acae-22"},{"uid":"9823acae-0"},{"uid":"9823acae-116"},{"uid":"9823acae-186"}],"importedBy":[{"uid":"9823acae-200"}]},"9823acae-190":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Utils/EventListeners.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-191"},"imported":[{"uid":"9823acae-22"},{"uid":"9823acae-0"}],"importedBy":[{"uid":"9823acae-200"}]},"9823acae-192":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Particle.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-193"},"imported":[{"uid":"9823acae-4"},{"uid":"9823acae-116"},{"uid":"9823acae-8"},{"uid":"9823acae-22"},{"uid":"9823acae-0"},{"uid":"9823acae-26"},{"uid":"9823acae-2"},{"uid":"9823acae-44"},{"uid":"9823acae-16"},{"uid":"9823acae-50"},{"uid":"9823acae-110"}],"importedBy":[{"uid":"9823acae-196"}]},"9823acae-194":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Utils/SpatialHashGrid.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-195"},"imported":[{"uid":"9823acae-38"}],"importedBy":[{"uid":"9823acae-196"}]},"9823acae-196":{"id":"/home/workflows/workspace/engine/dist/browser/Core/ParticlesManager.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-197"},"imported":[{"uid":"9823acae-0"},{"uid":"9823acae-26"},{"uid":"9823acae-42"},{"uid":"9823acae-192"},{"uid":"9823acae-194"},{"uid":"9823acae-30"},{"uid":"9823acae-110"}],"importedBy":[{"uid":"9823acae-200"}]},"9823acae-198":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Retina.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-199"},"imported":[{"uid":"9823acae-0"},{"uid":"9823acae-8"}],"importedBy":[{"uid":"9823acae-200"}]},"9823acae-200":{"id":"/home/workflows/workspace/engine/dist/browser/Core/Container.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-201"},"imported":[{"uid":"9823acae-8"},{"uid":"9823acae-0"},{"uid":"9823acae-188"},{"uid":"9823acae-190"},{"uid":"9823acae-26"},{"uid":"9823acae-112"},{"uid":"9823acae-196"},{"uid":"9823acae-198"},{"uid":"9823acae-30"},{"uid":"9823acae-110"}],"importedBy":[{"uid":"9823acae-32"}]},"9823acae-202":{"id":"/home/workflows/workspace/plugins/blend/dist/browser/BlendPluginInstance.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-203"},"imported":[{"uid":"9823acae-118"}],"importedBy":[{"uid":"9823acae-122"}]},"9823acae-204":{"id":"/home/workflows/workspace/plugins/move/dist/browser/Utils.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-205"},"imported":[{"uid":"9823acae-118"}],"importedBy":[{"uid":"9823acae-206"}]},"9823acae-206":{"id":"/home/workflows/workspace/plugins/move/dist/browser/MovePluginInstance.js","moduleParts":{"tsparticles.basic.bundle.js":"9823acae-207"},"imported":[{"uid":"9823acae-118"},{"uid":"9823acae-204"}],"importedBy":[{"uid":"9823acae-140"}]},"9823acae-208":{"id":"/home/workflows/workspace/engine/dist/browser/exports.js","moduleParts":{},"imported":[{"uid":"9823acae-0"},{"uid":"9823acae-38"},{"uid":"9823acae-4"},{"uid":"9823acae-2"},{"uid":"9823acae-40"},{"uid":"9823acae-16"},{"uid":"9823acae-10"},{"uid":"9823acae-42"},{"uid":"9823acae-44"},{"uid":"9823acae-18"},{"uid":"9823acae-46"},{"uid":"9823acae-14"},{"uid":"9823acae-48"},{"uid":"9823acae-50"},{"uid":"9823acae-20"},{"uid":"9823acae-52"},{"uid":"9823acae-26"},{"uid":"9823acae-12"},{"uid":"9823acae-62"},{"uid":"9823acae-54"},{"uid":"9823acae-64"},{"uid":"9823acae-56"},{"uid":"9823acae-66"},{"uid":"9823acae-58"},{"uid":"9823acae-112"},{"uid":"9823acae-60"},{"uid":"9823acae-96"},{"uid":"9823acae-94"},{"uid":"9823acae-108"},{"uid":"9823acae-72"},{"uid":"9823acae-92"},{"uid":"9823acae-90"},{"uid":"9823acae-88"},{"uid":"9823acae-74"},{"uid":"9823acae-76"},{"uid":"9823acae-78"},{"uid":"9823acae-84"},{"uid":"9823acae-82"},{"uid":"9823acae-86"},{"uid":"9823acae-102"},{"uid":"9823acae-100"},{"uid":"9823acae-98"},{"uid":"9823acae-104"},{"uid":"9823acae-106"},{"uid":"9823acae-68"},{"uid":"9823acae-80"},{"uid":"9823acae-114"},{"uid":"9823acae-116"},{"uid":"9823acae-30"},{"uid":"9823acae-8"},{"uid":"9823acae-110"},{"uid":"9823acae-22"},{"uid":"9823acae-6"}],"importedBy":[{"uid":"9823acae-118"}]}},"env":{"rollup":"4.60.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4934
4934
|
|
|
4935
4935
|
const run = () => {
|
|
4936
4936
|
const width = window.innerWidth;
|