@tsparticles/preset-confetti 3.0.2 → 3.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/bundle.js +0 -1
- package/browser/index.js +2 -1
- package/cjs/bundle.js +0 -1
- package/cjs/index.js +2 -1
- package/esm/bundle.js +0 -1
- package/esm/index.js +2 -1
- package/package.json +11 -11
- package/report.html +3 -3
- package/tsparticles.preset.confetti.bundle.js +2718 -7737
- package/tsparticles.preset.confetti.bundle.min.js +1 -1
- package/tsparticles.preset.confetti.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.preset.confetti.js +93 -211
- package/tsparticles.preset.confetti.min.js +1 -1
- package/tsparticles.preset.confetti.min.js.LICENSE.txt +1 -1
- package/umd/bundle.js +0 -1
- package/umd/index.js +2 -1
package/browser/bundle.js
CHANGED
package/browser/index.js
CHANGED
|
@@ -18,7 +18,8 @@ async function loadPreset(engine, refresh = true) {
|
|
|
18
18
|
await loadRotateUpdater(engine, false);
|
|
19
19
|
await loadTiltUpdater(engine, false);
|
|
20
20
|
await loadLifeUpdater(engine, false);
|
|
21
|
-
await engine.addPreset("confetti", options,
|
|
21
|
+
await engine.addPreset("confetti", options, false);
|
|
22
|
+
await engine.refresh(refresh);
|
|
22
23
|
}
|
|
23
24
|
export async function loadConfettiPreset(engine) {
|
|
24
25
|
await loadPreset(engine);
|
package/cjs/bundle.js
CHANGED
|
@@ -5,4 +5,3 @@ const index_js_1 = require("./index.js");
|
|
|
5
5
|
Object.defineProperty(exports, "loadConfettiPreset", { enumerable: true, get: function () { return index_js_1.loadConfettiPreset; } });
|
|
6
6
|
const engine_1 = require("@tsparticles/engine");
|
|
7
7
|
Object.defineProperty(exports, "tsParticles", { enumerable: true, get: function () { return engine_1.tsParticles; } });
|
|
8
|
-
void (0, index_js_1.loadConfettiPreset)(engine_1.tsParticles);
|
package/cjs/index.js
CHANGED
|
@@ -21,7 +21,8 @@ async function loadPreset(engine, refresh = true) {
|
|
|
21
21
|
await (0, updater_rotate_1.loadRotateUpdater)(engine, false);
|
|
22
22
|
await (0, updater_tilt_1.loadTiltUpdater)(engine, false);
|
|
23
23
|
await (0, updater_life_1.loadLifeUpdater)(engine, false);
|
|
24
|
-
await engine.addPreset("confetti", options_js_1.options,
|
|
24
|
+
await engine.addPreset("confetti", options_js_1.options, false);
|
|
25
|
+
await engine.refresh(refresh);
|
|
25
26
|
}
|
|
26
27
|
async function loadConfettiPreset(engine) {
|
|
27
28
|
await loadPreset(engine);
|
package/esm/bundle.js
CHANGED
package/esm/index.js
CHANGED
|
@@ -18,7 +18,8 @@ async function loadPreset(engine, refresh = true) {
|
|
|
18
18
|
await loadRotateUpdater(engine, false);
|
|
19
19
|
await loadTiltUpdater(engine, false);
|
|
20
20
|
await loadLifeUpdater(engine, false);
|
|
21
|
-
await engine.addPreset("confetti", options,
|
|
21
|
+
await engine.addPreset("confetti", options, false);
|
|
22
|
+
await engine.refresh(refresh);
|
|
22
23
|
}
|
|
23
24
|
export async function loadConfettiPreset(engine) {
|
|
24
25
|
await loadPreset(engine);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/preset-confetti",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "tsParticles confetti preset",
|
|
5
5
|
"homepage": "https://particles.js.org",
|
|
6
6
|
"repository": {
|
|
@@ -87,16 +87,16 @@
|
|
|
87
87
|
"module": "esm/index.js",
|
|
88
88
|
"types": "types/index.d.ts",
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@tsparticles/basic": "^3.0
|
|
91
|
-
"@tsparticles/engine": "^3.0
|
|
92
|
-
"@tsparticles/plugin-emitters": "^3.0
|
|
93
|
-
"@tsparticles/plugin-motion": "^3.0
|
|
94
|
-
"@tsparticles/shape-square": "^3.0
|
|
95
|
-
"@tsparticles/updater-life": "^3.0
|
|
96
|
-
"@tsparticles/updater-roll": "^3.0
|
|
97
|
-
"@tsparticles/updater-rotate": "^3.0
|
|
98
|
-
"@tsparticles/updater-tilt": "^3.0
|
|
99
|
-
"@tsparticles/updater-wobble": "^3.0
|
|
90
|
+
"@tsparticles/basic": "^3.4.0",
|
|
91
|
+
"@tsparticles/engine": "^3.4.0",
|
|
92
|
+
"@tsparticles/plugin-emitters": "^3.4.0",
|
|
93
|
+
"@tsparticles/plugin-motion": "^3.4.0",
|
|
94
|
+
"@tsparticles/shape-square": "^3.4.0",
|
|
95
|
+
"@tsparticles/updater-life": "^3.4.0",
|
|
96
|
+
"@tsparticles/updater-roll": "^3.4.0",
|
|
97
|
+
"@tsparticles/updater-rotate": "^3.4.0",
|
|
98
|
+
"@tsparticles/updater-tilt": "^3.4.0",
|
|
99
|
+
"@tsparticles/updater-wobble": "^3.4.0"
|
|
100
100
|
},
|
|
101
101
|
"publishConfig": {
|
|
102
102
|
"access": "public"
|
package/report.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8"/>
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
6
|
-
<title>@tsparticles/preset-confetti [
|
|
6
|
+
<title>@tsparticles/preset-confetti [3 Jun 2024 at 08:26]</title>
|
|
7
7
|
<link rel="shortcut icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABrVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+O1foceMD///+J0/qK1Pr7/v8Xdr/9///W8P4UdL7L7P0Scr2r4Pyj3vwad8D5/f/2/f+55f3E6f34+/2H0/ojfMKpzOd0rNgQcb3F3O/j9f7c8v6g3Pz0/P/w+v/q+P7n9v6T1/uQ1vuE0vqLut/y+v+Z2fvt+f+15Pzv9fuc2/vR7v2V2Pvd6/bg9P7I6/285/2y4/yp3/zp8vk8i8kqgMT7/P31+fyv4vxGkcz6/P6/6P3j7vfS5PNnpNUxhcbO7f7F6v3O4vHK3/DA2u631Ouy0eqXweKJud5wqthfoNMMbLvY8f73+v2dxeR8sNtTmdDx9/zX6PSjyeaCtd1YnNGX2PuQveCGt95Nls42h8dLlM3F4vBtAAAAM3RSTlMAAyOx0/sKBvik8opWGBMOAe3l1snDm2E9LSb06eHcu5JpHbarfHZCN9CBb08zzkdNS0kYaptYAAAFV0lEQVRYw92X51/aYBDHHS2O2qqttVbrqNq9m+TJIAYIShBkWwqIiCgoWvfeq7Z2/s29hyQNyUcR7LveGwVyXy6XH8/9rqxglLfUPLxVduUor3h0rfp2TYvpivk37929TkG037hffoX0+peVtZQc1589rigVUdXS/ABSAyEmGIO/1XfvldSK8vs3OqB6u3m0nxmIrvgB0dj7rr7Y9IbuF68hnfFaiHA/sxqm0wciIG43P60qKv9WXWc1RXGh/mFESFABTSBi0sNAKzqet17eCtOb3kZIDwxEEU0oAIJGYxNBDhBND29e0rtXXbcpuPmED9IhEAAQ/AXEaF8EPmnrrKsv0LvWR3fg5sWDNAFZOgAgaKvZDogHNU9MFwnnYROkc56RD5CjAbQX9Ow4g7upCsvYu55aSI/Nj0H1akgKQEUM94dwK65hYRmFU9MIcH/fqJYOZYcnuJSU/waKDgTOEVaVKhwrTRP5XzgSpAITYzom7UvkhFX5VutmxeNnWDjjswTKTyfgluNDGbUpWissXhF3s7mlSml+czWkg3D0l1nNjGNjz3myOQOa1KM/jOS6ebdbAVTCi4gljHSFrviza7tOgRWcS0MOUX9zdNgag5w7rRqA44Lzw0hr1WqES36dFliSJFlh2rXIae3FFcDDgKdxrUIDePr8jGcSClV1u7A9xeN0ModY/pHMxmR1EzRh8TJiwqsHmKW0l4FCEZI+jHio+JdPPE9qwQtTRxku2D8sIeRL2LnxWSllANCQGOIiqVHAz2ye2JR0DcH+HoxDkaADLjgxjKQ+AwCX/g0+DNgdG0ukYCONAe+dbc2IAc6fwt1ARoDSezNHxV2Cmzwv3O6lDMV55edBGwGK9n1+x2F8EDfAGCxug8MhpsMEcTEAWf3rx2vZhe/LAmtIn/6apE6PN0ULKgywD9mmdxbmFl3OvD5AS5fW5zLbv/YHmcsBTjf/afDz3MaZTVCfAP9z6/Bw6ycv8EUBWJIn9zYcoAWWlW9+OzO3vkTy8H+RANLmdrpOuYWdZYEXpo+TlCJrW5EARb7fF+bWdqf3hhyZI1nWJQHgznErZhbjoEsWqi8dQNoE294aldzFurwSABL2XXMf9+H1VQGke9exw5P/AnA5Pv5ngMul7LOvO922iwACu8WkCwLCafvM4CeWPxfA8lNHcWZSoi8EwMAIciKX2Z4SWCMAa3snCZ/G4EA8D6CMLNFsGQhkkz/gQNEBbPCbWsxGUpYVu3z8IyNAknwJkfPMEhLyrdi5RTyUVACkw4GSFRNWJNEW+fgPGwHD8/JxnRuLabN4CGNRkAE23na2+VmEAUmrYymSGjMAYqH84YUIyzgzs3XC7gNgH36Vcc4zKY9o9fgPBXUAiHHwVboBHGLiX6Zcjp1f2wu4tvzZKo0ecPnDtQYDQvJXaBeNzce45Fp28ZQLrEZVuFqgBwOalArKXnW1UzlnSusQKJqKYNuz4tOnI6sZG4zanpemv+7ySU2jbA9h6uhcgpfy6G2PahirDZ6zvq6zDduMVFTKvzw8wgyEdelwY9in3XkEPs3osJuwRQ4qTkfzifndg9Gfc4pdsu82+tTnHZTBa2EAMrqr2t43pguc8tNm7JQVQ2S0ukj2d22dhXYP0/veWtwKrCkNoNimAN5+Xr/oLrxswKbVJjteWrX7eR63o4j9q0GxnaBdWgGA5VStpanIjQmEhV0/nVt5VOFUvix6awJhPcAaTEShgrG+iGyvb5a0Ndb1YGHFPEwoqAinoaykaID1o1pdPNu7XsnCKQ3R+hwWIIhGvORcJUBYXe3Xa3vq/mF/N9V13ugufMkfXn+KHsRD0B8AAAAASUVORK5CYII=" type="image/x-icon" />
|
|
8
8
|
|
|
9
9
|
<script>
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
<body>
|
|
32
32
|
<div id="app"></div>
|
|
33
33
|
<script>
|
|
34
|
-
window.chartData = [{"label":"tsparticles.preset.confetti.bundle.js","isAsset":true,"statSize":265305,"parsedSize":268077,"gzipSize":42852,"groups":[{"label":"dist/browser","path":"./dist/browser","statSize":265305,"groups":[{"id":772,"label":"bundle.js + 142 modules (concatenated)","path":"./dist/browser/bundle.js + 142 modules (concatenated)","statSize":265305,"parsedSize":268077,"gzipSize":42852,"concatenated":true,"groups":[{"label":"dist/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/dist/browser","statSize":3462,"groups":[{"id":null,"label":"bundle.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/dist/browser/bundle.js","statSize":181,"parsedSize":182,"gzipSize":29,"inaccurateSizes":true},{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/dist/browser/index.js","statSize":1144,"parsedSize":1155,"gzipSize":184,"inaccurateSizes":true},{"id":null,"label":"options.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/dist/browser/options.js","statSize":2137,"parsedSize":2159,"gzipSize":345,"inaccurateSizes":true}],"parsedSize":3498,"gzipSize":559,"inaccurateSizes":true},{"label":"../node_modules/.pnpm","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm","statSize":261843,"groups":[{"label":"@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser","statSize":175769,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/index.js","statSize":249,"parsedSize":251,"gzipSize":40,"inaccurateSizes":true},{"id":null,"label":"init.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/init.js","statSize":490,"parsedSize":495,"gzipSize":79,"inaccurateSizes":true},{"label":"Utils","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Utils","statSize":34158,"groups":[{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Utils/Utils.js","statSize":12019,"parsedSize":12144,"gzipSize":1941,"inaccurateSizes":true},{"id":null,"label":"NumberUtils.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Utils/NumberUtils.js","statSize":4641,"parsedSize":4689,"gzipSize":749,"inaccurateSizes":true},{"id":null,"label":"CanvasUtils.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Utils/CanvasUtils.js","statSize":4542,"parsedSize":4589,"gzipSize":733,"inaccurateSizes":true},{"id":null,"label":"ColorUtils.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Utils/ColorUtils.js","statSize":8721,"parsedSize":8812,"gzipSize":1408,"inaccurateSizes":true},{"id":null,"label":"OptionsUtils.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Utils/OptionsUtils.js","statSize":451,"parsedSize":455,"gzipSize":72,"inaccurateSizes":true},{"id":null,"label":"HslColorManager.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Utils/HslColorManager.js","statSize":1384,"parsedSize":1398,"gzipSize":223,"inaccurateSizes":true},{"id":null,"label":"RgbColorManager.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Utils/RgbColorManager.js","statSize":1222,"parsedSize":1234,"gzipSize":197,"inaccurateSizes":true},{"id":null,"label":"EventDispatcher.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Utils/EventDispatcher.js","statSize":1178,"parsedSize":1190,"gzipSize":190,"inaccurateSizes":true}],"parsedSize":34514,"gzipSize":5517,"inaccurateSizes":true},{"id":null,"label":"exports.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/exports.js","statSize":4901,"parsedSize":4952,"gzipSize":791,"inaccurateSizes":true},{"label":"Core","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core","statSize":94383,"groups":[{"id":null,"label":"Engine.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Engine.js","statSize":8657,"parsedSize":8747,"gzipSize":1398,"inaccurateSizes":true},{"label":"Utils","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Utils","statSize":23975,"groups":[{"id":null,"label":"Vector.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Utils/Vector.js","statSize":369,"parsedSize":372,"gzipSize":59,"inaccurateSizes":true},{"id":null,"label":"Vector3d.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Utils/Vector3d.js","statSize":2737,"parsedSize":2765,"gzipSize":442,"inaccurateSizes":true},{"id":null,"label":"Constants.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Utils/Constants.js","statSize":588,"parsedSize":594,"gzipSize":94,"inaccurateSizes":true},{"id":null,"label":"Circle.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Utils/Circle.js","statSize":1102,"parsedSize":1113,"gzipSize":177,"inaccurateSizes":true},{"id":null,"label":"Rectangle.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Utils/Rectangle.js","statSize":911,"parsedSize":920,"gzipSize":147,"inaccurateSizes":true},{"id":null,"label":"Range.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Utils/Range.js","statSize":126,"parsedSize":127,"gzipSize":20,"inaccurateSizes":true},{"id":null,"label":"Point.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Utils/Point.js","statSize":135,"parsedSize":136,"gzipSize":21,"inaccurateSizes":true},{"id":null,"label":"EventListeners.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Utils/EventListeners.js","statSize":14126,"parsedSize":14273,"gzipSize":2281,"inaccurateSizes":true},{"id":null,"label":"QuadTree.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Utils/QuadTree.js","statSize":2062,"parsedSize":2083,"gzipSize":333,"inaccurateSizes":true},{"id":null,"label":"InteractionManager.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Utils/InteractionManager.js","statSize":1819,"parsedSize":1838,"gzipSize":293,"inaccurateSizes":true}],"parsedSize":24225,"gzipSize":3872,"inaccurateSizes":true},{"id":null,"label":"Container.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Container.js","statSize":15587,"parsedSize":15749,"gzipSize":2517,"inaccurateSizes":true},{"id":null,"label":"Canvas.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Canvas.js","statSize":16233,"parsedSize":16402,"gzipSize":2621,"inaccurateSizes":true},{"id":null,"label":"Particles.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Particles.js","statSize":12721,"parsedSize":12853,"gzipSize":2054,"inaccurateSizes":true},{"id":null,"label":"Retina.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Retina.js","statSize":1758,"parsedSize":1776,"gzipSize":283,"inaccurateSizes":true},{"id":null,"label":"Particle.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Core/Particle.js","statSize":15452,"parsedSize":15613,"gzipSize":2495,"inaccurateSizes":true}],"parsedSize":95369,"gzipSize":15244,"inaccurateSizes":true},{"label":"Options/Classes","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes","statSize":41588,"groups":[{"id":null,"label":"Options.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Options.js","statSize":6184,"parsedSize":6248,"gzipSize":998,"inaccurateSizes":true},{"label":"Background","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Background","statSize":950,"groups":[{"id":null,"label":"Background.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Background/Background.js","statSize":950,"parsedSize":959,"gzipSize":153,"inaccurateSizes":true}],"parsedSize":959,"gzipSize":153,"inaccurateSizes":true},{"id":null,"label":"OptionsColor.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/OptionsColor.js","statSize":619,"parsedSize":625,"gzipSize":99,"inaccurateSizes":true},{"label":"BackgroundMask","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/BackgroundMask","statSize":1301,"groups":[{"id":null,"label":"BackgroundMask.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/BackgroundMask/BackgroundMask.js","statSize":798,"parsedSize":806,"gzipSize":128,"inaccurateSizes":true},{"id":null,"label":"BackgroundMaskCover.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/BackgroundMask/BackgroundMaskCover.js","statSize":503,"parsedSize":508,"gzipSize":81,"inaccurateSizes":true}],"parsedSize":1314,"gzipSize":210,"inaccurateSizes":true},{"label":"Interactivity","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity","statSize":4361,"groups":[{"id":null,"label":"Interactivity.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Interactivity.js","statSize":564,"parsedSize":569,"gzipSize":91,"inaccurateSizes":true},{"label":"Events","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events","statSize":3197,"groups":[{"id":null,"label":"Events.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/Events.js","statSize":922,"parsedSize":931,"gzipSize":148,"inaccurateSizes":true},{"id":null,"label":"ClickEvent.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/ClickEvent.js","statSize":355,"parsedSize":358,"gzipSize":57,"inaccurateSizes":true},{"id":null,"label":"DivEvent.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/DivEvent.js","statSize":595,"parsedSize":601,"gzipSize":96,"inaccurateSizes":true},{"id":null,"label":"HoverEvent.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/HoverEvent.js","statSize":480,"parsedSize":485,"gzipSize":77,"inaccurateSizes":true},{"id":null,"label":"Parallax.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/Parallax.js","statSize":472,"parsedSize":476,"gzipSize":76,"inaccurateSizes":true},{"id":null,"label":"ResizeEvent.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/ResizeEvent.js","statSize":373,"parsedSize":376,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":3230,"gzipSize":516,"inaccurateSizes":true},{"label":"Modes","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Modes","statSize":600,"groups":[{"id":null,"label":"Modes.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Modes/Modes.js","statSize":600,"parsedSize":606,"gzipSize":96,"inaccurateSizes":true}],"parsedSize":606,"gzipSize":96,"inaccurateSizes":true}],"parsedSize":4406,"gzipSize":704,"inaccurateSizes":true},{"id":null,"label":"ManualParticle.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/ManualParticle.js","statSize":475,"parsedSize":479,"gzipSize":76,"inaccurateSizes":true},{"id":null,"label":"Responsive.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Responsive.js","statSize":689,"parsedSize":696,"gzipSize":111,"inaccurateSizes":true},{"label":"Theme","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Theme","statSize":995,"groups":[{"id":null,"label":"Theme.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Theme/Theme.js","statSize":528,"parsedSize":533,"gzipSize":85,"inaccurateSizes":true},{"id":null,"label":"ThemeDefault.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Theme/ThemeDefault.js","statSize":467,"parsedSize":471,"gzipSize":75,"inaccurateSizes":true}],"parsedSize":1005,"gzipSize":160,"inaccurateSizes":true},{"label":"Particles","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles","statSize":21316,"groups":[{"id":null,"label":"ParticlesOptions.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/ParticlesOptions.js","statSize":3535,"parsedSize":3571,"gzipSize":570,"inaccurateSizes":true},{"label":"Collisions","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Collisions","statSize":1623,"groups":[{"id":null,"label":"Collisions.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Collisions/Collisions.js","statSize":1006,"parsedSize":1016,"gzipSize":162,"inaccurateSizes":true},{"id":null,"label":"CollisionsAbsorb.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Collisions/CollisionsAbsorb.js","statSize":245,"parsedSize":247,"gzipSize":39,"inaccurateSizes":true},{"id":null,"label":"CollisionsOverlap.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Collisions/CollisionsOverlap.js","statSize":372,"parsedSize":375,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":1639,"gzipSize":262,"inaccurateSizes":true},{"label":"Bounce","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Bounce","statSize":589,"groups":[{"id":null,"label":"ParticlesBounce.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Bounce/ParticlesBounce.js","statSize":399,"parsedSize":403,"gzipSize":64,"inaccurateSizes":true},{"id":null,"label":"ParticlesBounceFactor.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Bounce/ParticlesBounceFactor.js","statSize":190,"parsedSize":191,"gzipSize":30,"inaccurateSizes":true}],"parsedSize":595,"gzipSize":95,"inaccurateSizes":true},{"label":"Move","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move","statSize":8345,"groups":[{"id":null,"label":"Move.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/Move.js","statSize":3064,"parsedSize":3096,"gzipSize":494,"inaccurateSizes":true},{"id":null,"label":"MoveAngle.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveAngle.js","statSize":450,"parsedSize":454,"gzipSize":72,"inaccurateSizes":true},{"id":null,"label":"MoveAttract.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveAttract.js","statSize":846,"parsedSize":854,"gzipSize":136,"inaccurateSizes":true},{"id":null,"label":"MoveGravity.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveGravity.js","statSize":733,"parsedSize":740,"gzipSize":118,"inaccurateSizes":true},{"label":"Path","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/Path","statSize":736,"groups":[{"id":null,"label":"MovePath.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/Path/MovePath.js","statSize":736,"parsedSize":743,"gzipSize":118,"inaccurateSizes":true}],"parsedSize":743,"gzipSize":118,"inaccurateSizes":true},{"id":null,"label":"MoveTrail.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveTrail.js","statSize":543,"parsedSize":548,"gzipSize":87,"inaccurateSizes":true},{"id":null,"label":"Spin.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/Spin.js","statSize":616,"parsedSize":622,"gzipSize":99,"inaccurateSizes":true},{"id":null,"label":"MoveCenter.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveCenter.js","statSize":550,"parsedSize":555,"gzipSize":88,"inaccurateSizes":true},{"id":null,"label":"OutModes.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/OutModes.js","statSize":441,"parsedSize":445,"gzipSize":71,"inaccurateSizes":true},{"id":null,"label":"MoveTrailFill.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveTrailFill.js","statSize":366,"parsedSize":369,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":8432,"gzipSize":1347,"inaccurateSizes":true},{"label":"Opacity","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Opacity","statSize":972,"groups":[{"id":null,"label":"Opacity.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Opacity/Opacity.js","statSize":548,"parsedSize":553,"gzipSize":88,"inaccurateSizes":true},{"id":null,"label":"OpacityAnimation.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Opacity/OpacityAnimation.js","statSize":424,"parsedSize":428,"gzipSize":68,"inaccurateSizes":true}],"parsedSize":982,"gzipSize":156,"inaccurateSizes":true},{"id":null,"label":"Shadow.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Shadow.js","statSize":877,"parsedSize":886,"gzipSize":141,"inaccurateSizes":true},{"label":"Shape","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Shape","statSize":865,"groups":[{"id":null,"label":"Shape.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Shape/Shape.js","statSize":865,"parsedSize":874,"gzipSize":139,"inaccurateSizes":true}],"parsedSize":874,"gzipSize":139,"inaccurateSizes":true},{"label":"Size","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Size","statSize":957,"groups":[{"id":null,"label":"Size.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Size/Size.js","statSize":536,"parsedSize":541,"gzipSize":86,"inaccurateSizes":true},{"id":null,"label":"SizeAnimation.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Size/SizeAnimation.js","statSize":421,"parsedSize":425,"gzipSize":67,"inaccurateSizes":true}],"parsedSize":966,"gzipSize":154,"inaccurateSizes":true},{"id":null,"label":"Stroke.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Stroke.js","statSize":601,"parsedSize":607,"gzipSize":97,"inaccurateSizes":true},{"label":"ZIndex","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/ZIndex","statSize":648,"groups":[{"id":null,"label":"ZIndex.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/ZIndex/ZIndex.js","statSize":648,"parsedSize":654,"gzipSize":104,"inaccurateSizes":true}],"parsedSize":654,"gzipSize":104,"inaccurateSizes":true},{"label":"Number","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Number","statSize":1440,"groups":[{"id":null,"label":"ParticlesNumber.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Number/ParticlesNumber.js","statSize":542,"parsedSize":547,"gzipSize":87,"inaccurateSizes":true},{"id":null,"label":"ParticlesDensity.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Number/ParticlesDensity.js","statSize":535,"parsedSize":540,"gzipSize":86,"inaccurateSizes":true},{"id":null,"label":"ParticlesNumberLimit.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Number/ParticlesNumberLimit.js","statSize":363,"parsedSize":366,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":1455,"gzipSize":232,"inaccurateSizes":true},{"label":"Effect","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Effect","statSize":864,"groups":[{"id":null,"label":"Effect.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Effect/Effect.js","statSize":864,"parsedSize":873,"gzipSize":139,"inaccurateSizes":true}],"parsedSize":873,"gzipSize":139,"inaccurateSizes":true}],"parsedSize":21538,"gzipSize":3442,"inaccurateSizes":true},{"id":null,"label":"AnimatableColor.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/AnimatableColor.js","statSize":1067,"parsedSize":1078,"gzipSize":172,"inaccurateSizes":true},{"id":null,"label":"HslAnimation.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/HslAnimation.js","statSize":388,"parsedSize":392,"gzipSize":62,"inaccurateSizes":true},{"id":null,"label":"ColorAnimation.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/ColorAnimation.js","statSize":474,"parsedSize":478,"gzipSize":76,"inaccurateSizes":true},{"id":null,"label":"AnimationOptions.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/AnimationOptions.js","statSize":1386,"parsedSize":1400,"gzipSize":223,"inaccurateSizes":true},{"id":null,"label":"ValueWithRandom.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/ValueWithRandom.js","statSize":1022,"parsedSize":1032,"gzipSize":165,"inaccurateSizes":true},{"label":"FullScreen","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/FullScreen","statSize":361,"groups":[{"id":null,"label":"FullScreen.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.3/node_modules/@tsparticles/engine/browser/Options/Classes/FullScreen/FullScreen.js","statSize":361,"parsedSize":364,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":364,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":42022,"gzipSize":6717,"inaccurateSizes":true}],"parsedSize":177605,"gzipSize":28390,"inaccurateSizes":true},{"label":"@tsparticles+basic@3.0.3/node_modules/@tsparticles/basic/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+basic@3.0.3/node_modules/@tsparticles/basic/browser","statSize":731,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+basic@3.0.3/node_modules/@tsparticles/basic/browser/index.js","statSize":731,"parsedSize":738,"gzipSize":118,"inaccurateSizes":true}],"parsedSize":738,"gzipSize":118,"inaccurateSizes":true},{"label":"@tsparticles+plugin-emitters@3.0.3/node_modules/@tsparticles/plugin-emitters/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-emitters@3.0.3/node_modules/@tsparticles/plugin-emitters/browser","statSize":25569,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-emitters@3.0.3/node_modules/@tsparticles/plugin-emitters/browser/index.js","statSize":4270,"parsedSize":4314,"gzipSize":689,"inaccurateSizes":true},{"label":"Options/Classes","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-emitters@3.0.3/node_modules/@tsparticles/plugin-emitters/browser/Options/Classes","statSize":4578,"groups":[{"id":null,"label":"Emitter.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-emitters@3.0.3/node_modules/@tsparticles/plugin-emitters/browser/Options/Classes/Emitter.js","statSize":2075,"parsedSize":2096,"gzipSize":335,"inaccurateSizes":true},{"id":null,"label":"EmitterLife.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-emitters@3.0.3/node_modules/@tsparticles/plugin-emitters/browser/Options/Classes/EmitterLife.js","statSize":593,"parsedSize":599,"gzipSize":95,"inaccurateSizes":true},{"id":null,"label":"EmitterRate.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-emitters@3.0.3/node_modules/@tsparticles/plugin-emitters/browser/Options/Classes/EmitterRate.js","statSize":461,"parsedSize":465,"gzipSize":74,"inaccurateSizes":true},{"id":null,"label":"EmitterShape.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-emitters@3.0.3/node_modules/@tsparticles/plugin-emitters/browser/Options/Classes/EmitterShape.js","statSize":591,"parsedSize":597,"gzipSize":95,"inaccurateSizes":true},{"id":null,"label":"EmitterSize.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-emitters@3.0.3/node_modules/@tsparticles/plugin-emitters/browser/Options/Classes/EmitterSize.js","statSize":483,"parsedSize":488,"gzipSize":78,"inaccurateSizes":true},{"id":null,"label":"EmitterShapeReplace.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-emitters@3.0.3/node_modules/@tsparticles/plugin-emitters/browser/Options/Classes/EmitterShapeReplace.js","statSize":375,"parsedSize":378,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":4625,"gzipSize":739,"inaccurateSizes":true},{"id":null,"label":"Emitters.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-emitters@3.0.3/node_modules/@tsparticles/plugin-emitters/browser/Emitters.js","statSize":4325,"parsedSize":4370,"gzipSize":698,"inaccurateSizes":true},{"id":null,"label":"ShapeManager.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-emitters@3.0.3/node_modules/@tsparticles/plugin-emitters/browser/ShapeManager.js","statSize":443,"parsedSize":447,"gzipSize":71,"inaccurateSizes":true},{"id":null,"label":"EmitterInstance.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-emitters@3.0.3/node_modules/@tsparticles/plugin-emitters/browser/EmitterInstance.js","statSize":11953,"parsedSize":12077,"gzipSize":1930,"inaccurateSizes":true}],"parsedSize":25836,"gzipSize":4129,"inaccurateSizes":true},{"label":"@tsparticles+updater-life@3.0.3/node_modules/@tsparticles/updater-life/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-life@3.0.3/node_modules/@tsparticles/updater-life/browser","statSize":4783,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-life@3.0.3/node_modules/@tsparticles/updater-life/browser/index.js","statSize":211,"parsedSize":213,"gzipSize":34,"inaccurateSizes":true},{"id":null,"label":"LifeUpdater.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-life@3.0.3/node_modules/@tsparticles/updater-life/browser/LifeUpdater.js","statSize":3360,"parsedSize":3395,"gzipSize":542,"inaccurateSizes":true},{"label":"Options/Classes","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-life@3.0.3/node_modules/@tsparticles/updater-life/browser/Options/Classes","statSize":1212,"groups":[{"id":null,"label":"Life.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-life@3.0.3/node_modules/@tsparticles/updater-life/browser/Options/Classes/Life.js","statSize":489,"parsedSize":494,"gzipSize":78,"inaccurateSizes":true},{"id":null,"label":"LifeDelay.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-life@3.0.3/node_modules/@tsparticles/updater-life/browser/Options/Classes/LifeDelay.js","statSize":360,"parsedSize":363,"gzipSize":58,"inaccurateSizes":true},{"id":null,"label":"LifeDuration.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-life@3.0.3/node_modules/@tsparticles/updater-life/browser/Options/Classes/LifeDuration.js","statSize":363,"parsedSize":366,"gzipSize":58,"inaccurateSizes":true}],"parsedSize":1224,"gzipSize":195,"inaccurateSizes":true}],"parsedSize":4832,"gzipSize":772,"inaccurateSizes":true},{"label":"@tsparticles+plugin-motion@3.0.3/node_modules/@tsparticles/plugin-motion/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-motion@3.0.3/node_modules/@tsparticles/plugin-motion/browser","statSize":3153,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-motion@3.0.3/node_modules/@tsparticles/plugin-motion/browser/index.js","statSize":791,"parsedSize":799,"gzipSize":127,"inaccurateSizes":true},{"id":null,"label":"MotionInstance.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-motion@3.0.3/node_modules/@tsparticles/plugin-motion/browser/MotionInstance.js","statSize":1625,"parsedSize":1641,"gzipSize":262,"inaccurateSizes":true},{"label":"Options/Classes","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-motion@3.0.3/node_modules/@tsparticles/plugin-motion/browser/Options/Classes","statSize":737,"groups":[{"id":null,"label":"Motion.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-motion@3.0.3/node_modules/@tsparticles/plugin-motion/browser/Options/Classes/Motion.js","statSize":378,"parsedSize":381,"gzipSize":61,"inaccurateSizes":true},{"id":null,"label":"MotionReduce.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+plugin-motion@3.0.3/node_modules/@tsparticles/plugin-motion/browser/Options/Classes/MotionReduce.js","statSize":359,"parsedSize":362,"gzipSize":57,"inaccurateSizes":true}],"parsedSize":744,"gzipSize":119,"inaccurateSizes":true}],"parsedSize":3185,"gzipSize":509,"inaccurateSizes":true},{"label":"@tsparticles+updater-roll@3.0.3/node_modules/@tsparticles/updater-roll/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-roll@3.0.3/node_modules/@tsparticles/updater-roll/browser","statSize":4342,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-roll@3.0.3/node_modules/@tsparticles/updater-roll/browser/index.js","statSize":193,"parsedSize":195,"gzipSize":31,"inaccurateSizes":true},{"id":null,"label":"RollUpdater.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-roll@3.0.3/node_modules/@tsparticles/updater-roll/browser/RollUpdater.js","statSize":1047,"parsedSize":1057,"gzipSize":169,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-roll@3.0.3/node_modules/@tsparticles/updater-roll/browser/Utils.js","statSize":1780,"parsedSize":1798,"gzipSize":287,"inaccurateSizes":true},{"label":"Options/Classes","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-roll@3.0.3/node_modules/@tsparticles/updater-roll/browser/Options/Classes","statSize":1322,"groups":[{"id":null,"label":"Roll.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-roll@3.0.3/node_modules/@tsparticles/updater-roll/browser/Options/Classes/Roll.js","statSize":897,"parsedSize":906,"gzipSize":144,"inaccurateSizes":true},{"id":null,"label":"RollLight.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-roll@3.0.3/node_modules/@tsparticles/updater-roll/browser/Options/Classes/RollLight.js","statSize":425,"parsedSize":429,"gzipSize":68,"inaccurateSizes":true}],"parsedSize":1335,"gzipSize":213,"inaccurateSizes":true}],"parsedSize":4387,"gzipSize":701,"inaccurateSizes":true},{"label":"@tsparticles+updater-rotate@3.0.3/node_modules/@tsparticles/updater-rotate/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-rotate@3.0.3/node_modules/@tsparticles/updater-rotate/browser","statSize":4692,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-rotate@3.0.3/node_modules/@tsparticles/updater-rotate/browser/index.js","statSize":221,"parsedSize":223,"gzipSize":35,"inaccurateSizes":true},{"id":null,"label":"RotateUpdater.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-rotate@3.0.3/node_modules/@tsparticles/updater-rotate/browser/RotateUpdater.js","statSize":3135,"parsedSize":3167,"gzipSize":506,"inaccurateSizes":true},{"label":"Options/Classes","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-rotate@3.0.3/node_modules/@tsparticles/updater-rotate/browser/Options/Classes","statSize":1336,"groups":[{"id":null,"label":"Rotate.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-rotate@3.0.3/node_modules/@tsparticles/updater-rotate/browser/Options/Classes/Rotate.js","statSize":668,"parsedSize":674,"gzipSize":107,"inaccurateSizes":true},{"id":null,"label":"RotateAnimation.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-rotate@3.0.3/node_modules/@tsparticles/updater-rotate/browser/Options/Classes/RotateAnimation.js","statSize":668,"parsedSize":674,"gzipSize":107,"inaccurateSizes":true}],"parsedSize":1349,"gzipSize":215,"inaccurateSizes":true}],"parsedSize":4741,"gzipSize":757,"inaccurateSizes":true},{"label":"@tsparticles+shape-square@3.0.3/node_modules/@tsparticles/shape-square/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+shape-square@3.0.3/node_modules/@tsparticles/shape-square/browser","statSize":512,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+shape-square@3.0.3/node_modules/@tsparticles/shape-square/browser/index.js","statSize":192,"parsedSize":194,"gzipSize":31,"inaccurateSizes":true},{"id":null,"label":"SquareDrawer.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+shape-square@3.0.3/node_modules/@tsparticles/shape-square/browser/SquareDrawer.js","statSize":320,"parsedSize":323,"gzipSize":51,"inaccurateSizes":true}],"parsedSize":517,"gzipSize":82,"inaccurateSizes":true},{"label":"@tsparticles+updater-tilt@3.0.3/node_modules/@tsparticles/updater-tilt/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-tilt@3.0.3/node_modules/@tsparticles/updater-tilt/browser","statSize":4854,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-tilt@3.0.3/node_modules/@tsparticles/updater-tilt/browser/index.js","statSize":211,"parsedSize":213,"gzipSize":34,"inaccurateSizes":true},{"id":null,"label":"TiltUpdater.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-tilt@3.0.3/node_modules/@tsparticles/updater-tilt/browser/TiltUpdater.js","statSize":2419,"parsedSize":2444,"gzipSize":390,"inaccurateSizes":true},{"label":"Options/Classes","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-tilt@3.0.3/node_modules/@tsparticles/updater-tilt/browser/Options/Classes","statSize":1333,"groups":[{"id":null,"label":"Tilt.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-tilt@3.0.3/node_modules/@tsparticles/updater-tilt/browser/Options/Classes/Tilt.js","statSize":667,"parsedSize":673,"gzipSize":107,"inaccurateSizes":true},{"id":null,"label":"TiltAnimation.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-tilt@3.0.3/node_modules/@tsparticles/updater-tilt/browser/Options/Classes/TiltAnimation.js","statSize":666,"parsedSize":672,"gzipSize":107,"inaccurateSizes":true}],"parsedSize":1346,"gzipSize":215,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-tilt@3.0.3/node_modules/@tsparticles/updater-tilt/browser/Utils.js","statSize":891,"parsedSize":900,"gzipSize":143,"inaccurateSizes":true}],"parsedSize":4904,"gzipSize":784,"inaccurateSizes":true},{"label":"@tsparticles+updater-wobble@3.0.3/node_modules/@tsparticles/updater-wobble/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-wobble@3.0.3/node_modules/@tsparticles/updater-wobble/browser","statSize":3696,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-wobble@3.0.3/node_modules/@tsparticles/updater-wobble/browser/index.js","statSize":221,"parsedSize":223,"gzipSize":35,"inaccurateSizes":true},{"id":null,"label":"WobbleUpdater.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-wobble@3.0.3/node_modules/@tsparticles/updater-wobble/browser/WobbleUpdater.js","statSize":1400,"parsedSize":1414,"gzipSize":226,"inaccurateSizes":true},{"label":"Options/Classes","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-wobble@3.0.3/node_modules/@tsparticles/updater-wobble/browser/Options/Classes","statSize":1425,"groups":[{"id":null,"label":"Wobble.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-wobble@3.0.3/node_modules/@tsparticles/updater-wobble/browser/Options/Classes/Wobble.js","statSize":993,"parsedSize":1003,"gzipSize":160,"inaccurateSizes":true},{"id":null,"label":"WobbleSpeed.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-wobble@3.0.3/node_modules/@tsparticles/updater-wobble/browser/Options/Classes/WobbleSpeed.js","statSize":432,"parsedSize":436,"gzipSize":69,"inaccurateSizes":true}],"parsedSize":1439,"gzipSize":230,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-wobble@3.0.3/node_modules/@tsparticles/updater-wobble/browser/Utils.js","statSize":650,"parsedSize":656,"gzipSize":104,"inaccurateSizes":true}],"parsedSize":3734,"gzipSize":596,"inaccurateSizes":true},{"label":"@tsparticles+move-base@3.0.3/node_modules/@tsparticles/move-base/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+move-base@3.0.3/node_modules/@tsparticles/move-base/browser","statSize":7705,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+move-base@3.0.3/node_modules/@tsparticles/move-base/browser/index.js","statSize":175,"parsedSize":176,"gzipSize":28,"inaccurateSizes":true},{"id":null,"label":"BaseMover.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+move-base@3.0.3/node_modules/@tsparticles/move-base/browser/BaseMover.js","statSize":2748,"parsedSize":2776,"gzipSize":443,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+move-base@3.0.3/node_modules/@tsparticles/move-base/browser/Utils.js","statSize":4782,"parsedSize":4831,"gzipSize":772,"inaccurateSizes":true}],"parsedSize":7785,"gzipSize":1244,"inaccurateSizes":true},{"label":"@tsparticles+shape-circle@3.0.3/node_modules/@tsparticles/shape-circle/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+shape-circle@3.0.3/node_modules/@tsparticles/shape-circle/browser","statSize":1029,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+shape-circle@3.0.3/node_modules/@tsparticles/shape-circle/browser/index.js","statSize":182,"parsedSize":183,"gzipSize":29,"inaccurateSizes":true},{"id":null,"label":"CircleDrawer.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+shape-circle@3.0.3/node_modules/@tsparticles/shape-circle/browser/CircleDrawer.js","statSize":847,"parsedSize":855,"gzipSize":136,"inaccurateSizes":true}],"parsedSize":1039,"gzipSize":166,"inaccurateSizes":true},{"label":"@tsparticles+updater-color@3.0.3/node_modules/@tsparticles/updater-color/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-color@3.0.3/node_modules/@tsparticles/updater-color/browser","statSize":3417,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-color@3.0.3/node_modules/@tsparticles/updater-color/browser/index.js","statSize":216,"parsedSize":218,"gzipSize":34,"inaccurateSizes":true},{"id":null,"label":"ColorUpdater.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-color@3.0.3/node_modules/@tsparticles/updater-color/browser/ColorUpdater.js","statSize":1040,"parsedSize":1050,"gzipSize":167,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-color@3.0.3/node_modules/@tsparticles/updater-color/browser/Utils.js","statSize":2161,"parsedSize":2183,"gzipSize":349,"inaccurateSizes":true}],"parsedSize":3452,"gzipSize":551,"inaccurateSizes":true},{"label":"@tsparticles+updater-opacity@3.0.3/node_modules/@tsparticles/updater-opacity/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-opacity@3.0.3/node_modules/@tsparticles/updater-opacity/browser","statSize":3668,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-opacity@3.0.3/node_modules/@tsparticles/updater-opacity/browser/index.js","statSize":226,"parsedSize":228,"gzipSize":36,"inaccurateSizes":true},{"id":null,"label":"OpacityUpdater.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-opacity@3.0.3/node_modules/@tsparticles/updater-opacity/browser/OpacityUpdater.js","statSize":1448,"parsedSize":1463,"gzipSize":233,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-opacity@3.0.3/node_modules/@tsparticles/updater-opacity/browser/Utils.js","statSize":1994,"parsedSize":2014,"gzipSize":322,"inaccurateSizes":true}],"parsedSize":3706,"gzipSize":592,"inaccurateSizes":true},{"label":"@tsparticles+updater-out-modes@3.0.3/node_modules/@tsparticles/updater-out-modes/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.3/node_modules/@tsparticles/updater-out-modes/browser","statSize":14605,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.3/node_modules/@tsparticles/updater-out-modes/browser/index.js","statSize":240,"parsedSize":242,"gzipSize":38,"inaccurateSizes":true},{"id":null,"label":"OutOfCanvasUpdater.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.3/node_modules/@tsparticles/updater-out-modes/browser/OutOfCanvasUpdater.js","statSize":1288,"parsedSize":1301,"gzipSize":208,"inaccurateSizes":true},{"id":null,"label":"BounceOutMode.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.3/node_modules/@tsparticles/updater-out-modes/browser/BounceOutMode.js","statSize":1311,"parsedSize":1324,"gzipSize":211,"inaccurateSizes":true},{"id":null,"label":"DestroyOutMode.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.3/node_modules/@tsparticles/updater-out-modes/browser/DestroyOutMode.js","statSize":1280,"parsedSize":1293,"gzipSize":206,"inaccurateSizes":true},{"id":null,"label":"NoneOutMode.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.3/node_modules/@tsparticles/updater-out-modes/browser/NoneOutMode.js","statSize":1788,"parsedSize":1806,"gzipSize":288,"inaccurateSizes":true},{"id":null,"label":"OutOutMode.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.3/node_modules/@tsparticles/updater-out-modes/browser/OutOutMode.js","statSize":5702,"parsedSize":5761,"gzipSize":920,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.3/node_modules/@tsparticles/updater-out-modes/browser/Utils.js","statSize":2996,"parsedSize":3027,"gzipSize":483,"inaccurateSizes":true}],"parsedSize":14757,"gzipSize":2358,"inaccurateSizes":true},{"label":"@tsparticles+updater-size@3.0.3/node_modules/@tsparticles/updater-size/browser","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-size@3.0.3/node_modules/@tsparticles/updater-size/browser","statSize":3318,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-size@3.0.3/node_modules/@tsparticles/updater-size/browser/index.js","statSize":193,"parsedSize":195,"gzipSize":31,"inaccurateSizes":true},{"id":null,"label":"SizeUpdater.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-size@3.0.3/node_modules/@tsparticles/updater-size/browser/SizeUpdater.js","statSize":1126,"parsedSize":1137,"gzipSize":181,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 142 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-size@3.0.3/node_modules/@tsparticles/updater-size/browser/Utils.js","statSize":1999,"parsedSize":2019,"gzipSize":322,"inaccurateSizes":true}],"parsedSize":3352,"gzipSize":535,"inaccurateSizes":true}],"parsedSize":264578,"gzipSize":42292,"inaccurateSizes":true}]}],"parsedSize":268077,"gzipSize":42852}],"isInitialByEntrypoint":{"tsparticles.preset.confetti.bundle":true}}];
|
|
35
|
-
window.entrypoints = ["tsparticles.preset.confetti.bundle
|
|
34
|
+
window.chartData = [];
|
|
35
|
+
window.entrypoints = ["tsparticles.preset.confetti.bundle.min"];
|
|
36
36
|
window.defaultSizes = "parsed";
|
|
37
37
|
</script>
|
|
38
38
|
</body>
|