@tsparticles/preset-triangles 3.0.0-beta.4 → 3.0.1
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 +2 -2
- package/browser/index.js +1 -1
- package/cjs/bundle.js +3 -3
- package/cjs/index.js +2 -2
- package/esm/bundle.js +2 -2
- package/esm/index.js +1 -1
- package/package.json +4 -4
- package/report.html +2 -2
- package/tsparticles.preset.triangles.bundle.js +172 -142
- package/tsparticles.preset.triangles.bundle.min.js +1 -1
- package/tsparticles.preset.triangles.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.preset.triangles.js +1 -1
- package/tsparticles.preset.triangles.min.js.LICENSE.txt +1 -1
- package/types/bundle.d.ts +1 -1
- package/umd/bundle.js +4 -4
- package/umd/index.js +3 -3
package/browser/bundle.js
CHANGED
package/browser/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { loadBasic } from "@tsparticles/basic";
|
|
2
2
|
import { loadParticlesLinksInteraction } from "@tsparticles/interaction-particles-links";
|
|
3
|
-
import { options } from "./options";
|
|
3
|
+
import { options } from "./options.js";
|
|
4
4
|
export async function loadTrianglesPreset(engine, refresh = true) {
|
|
5
5
|
await loadBasic(engine, false);
|
|
6
6
|
await loadParticlesLinksInteraction(engine, false);
|
package/cjs/bundle.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tsParticles = exports.loadTrianglesPreset = void 0;
|
|
4
|
-
const
|
|
5
|
-
Object.defineProperty(exports, "loadTrianglesPreset", { enumerable: true, get: function () { return
|
|
4
|
+
const index_js_1 = require("./index.js");
|
|
5
|
+
Object.defineProperty(exports, "loadTrianglesPreset", { enumerable: true, get: function () { return index_js_1.loadTrianglesPreset; } });
|
|
6
6
|
const engine_1 = require("@tsparticles/engine");
|
|
7
7
|
Object.defineProperty(exports, "tsParticles", { enumerable: true, get: function () { return engine_1.tsParticles; } });
|
|
8
|
-
(0,
|
|
8
|
+
void (0, index_js_1.loadTrianglesPreset)(engine_1.tsParticles);
|
package/cjs/index.js
CHANGED
|
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.loadTrianglesPreset = void 0;
|
|
4
4
|
const basic_1 = require("@tsparticles/basic");
|
|
5
5
|
const interaction_particles_links_1 = require("@tsparticles/interaction-particles-links");
|
|
6
|
-
const
|
|
6
|
+
const options_js_1 = require("./options.js");
|
|
7
7
|
async function loadTrianglesPreset(engine, refresh = true) {
|
|
8
8
|
await (0, basic_1.loadBasic)(engine, false);
|
|
9
9
|
await (0, interaction_particles_links_1.loadParticlesLinksInteraction)(engine, false);
|
|
10
|
-
await engine.addPreset("triangles",
|
|
10
|
+
await engine.addPreset("triangles", options_js_1.options, refresh);
|
|
11
11
|
}
|
|
12
12
|
exports.loadTrianglesPreset = loadTrianglesPreset;
|
package/esm/bundle.js
CHANGED
package/esm/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { loadBasic } from "@tsparticles/basic";
|
|
2
2
|
import { loadParticlesLinksInteraction } from "@tsparticles/interaction-particles-links";
|
|
3
|
-
import { options } from "./options";
|
|
3
|
+
import { options } from "./options.js";
|
|
4
4
|
export async function loadTrianglesPreset(engine, refresh = true) {
|
|
5
5
|
await loadBasic(engine, false);
|
|
6
6
|
await loadParticlesLinksInteraction(engine, false);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/preset-triangles",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "tsParticles triangles preset",
|
|
5
5
|
"homepage": "https://particles.js.org",
|
|
6
6
|
"repository": {
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
"module": "esm/index.js",
|
|
88
88
|
"types": "types/index.d.ts",
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@tsparticles/basic": "^3.0.0
|
|
91
|
-
"@tsparticles/engine": "^3.0.0
|
|
92
|
-
"@tsparticles/interaction-particles-links": "^3.0.0
|
|
90
|
+
"@tsparticles/basic": "^3.0.0",
|
|
91
|
+
"@tsparticles/engine": "^3.0.0",
|
|
92
|
+
"@tsparticles/interaction-particles-links": "^3.0.0"
|
|
93
93
|
},
|
|
94
94
|
"publishConfig": {
|
|
95
95
|
"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-triangles [
|
|
6
|
+
<title>@tsparticles/preset-triangles [25 Dec 2023 at 22:36]</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,7 +31,7 @@
|
|
|
31
31
|
<body>
|
|
32
32
|
<div id="app"></div>
|
|
33
33
|
<script>
|
|
34
|
-
window.chartData = [{"label":"tsparticles.preset.triangles.bundle.js","isAsset":true,"statSize":229180,"parsedSize":231189,"gzipSize":38106,"groups":[{"label":"dist/browser","path":"./dist/browser","statSize":229180,"groups":[{"id":393,"label":"bundle.js + 113 modules (concatenated)","path":"./dist/browser/bundle.js + 113 modules (concatenated)","statSize":229180,"parsedSize":231189,"gzipSize":38106,"concatenated":true,"groups":[{"label":"dist/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/dist/browser","statSize":944,"groups":[{"id":null,"label":"bundle.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/dist/browser/bundle.js","statSize":170,"parsedSize":171,"gzipSize":28,"inaccurateSizes":true},{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/dist/browser/index.js","statSize":389,"parsedSize":392,"gzipSize":64,"inaccurateSizes":true},{"id":null,"label":"options.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/dist/browser/options.js","statSize":385,"parsedSize":388,"gzipSize":64,"inaccurateSizes":true}],"parsedSize":952,"gzipSize":156,"inaccurateSizes":true},{"label":"../node_modules/.pnpm","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm","statSize":228236,"groups":[{"label":"@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser","statSize":174550,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/index.js","statSize":249,"parsedSize":251,"gzipSize":41,"inaccurateSizes":true},{"id":null,"label":"init.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/init.js","statSize":490,"parsedSize":494,"gzipSize":81,"inaccurateSizes":true},{"label":"Utils","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Utils","statSize":33804,"groups":[{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Utils/Utils.js","statSize":12019,"parsedSize":12124,"gzipSize":1998,"inaccurateSizes":true},{"id":null,"label":"NumberUtils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Utils/NumberUtils.js","statSize":4641,"parsedSize":4681,"gzipSize":771,"inaccurateSizes":true},{"id":null,"label":"CanvasUtils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Utils/CanvasUtils.js","statSize":4188,"parsedSize":4224,"gzipSize":696,"inaccurateSizes":true},{"id":null,"label":"ColorUtils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Utils/ColorUtils.js","statSize":8721,"parsedSize":8797,"gzipSize":1450,"inaccurateSizes":true},{"id":null,"label":"OptionsUtils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Utils/OptionsUtils.js","statSize":451,"parsedSize":454,"gzipSize":74,"inaccurateSizes":true},{"id":null,"label":"HslColorManager.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Utils/HslColorManager.js","statSize":1384,"parsedSize":1396,"gzipSize":230,"inaccurateSizes":true},{"id":null,"label":"RgbColorManager.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Utils/RgbColorManager.js","statSize":1222,"parsedSize":1232,"gzipSize":203,"inaccurateSizes":true},{"id":null,"label":"EventDispatcher.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Utils/EventDispatcher.js","statSize":1178,"parsedSize":1188,"gzipSize":195,"inaccurateSizes":true}],"parsedSize":34100,"gzipSize":5620,"inaccurateSizes":true},{"id":null,"label":"exports.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/exports.js","statSize":4901,"parsedSize":4943,"gzipSize":814,"inaccurateSizes":true},{"label":"Core","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core","statSize":93701,"groups":[{"id":null,"label":"Engine.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Engine.js","statSize":8642,"parsedSize":8717,"gzipSize":1436,"inaccurateSizes":true},{"label":"Utils","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Utils","statSize":24120,"groups":[{"id":null,"label":"Vector.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Utils/Vector.js","statSize":369,"parsedSize":372,"gzipSize":61,"inaccurateSizes":true},{"id":null,"label":"Vector3d.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Utils/Vector3d.js","statSize":2737,"parsedSize":2760,"gzipSize":455,"inaccurateSizes":true},{"id":null,"label":"Constants.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Utils/Constants.js","statSize":588,"parsedSize":593,"gzipSize":97,"inaccurateSizes":true},{"id":null,"label":"Circle.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Utils/Circle.js","statSize":1102,"parsedSize":1111,"gzipSize":183,"inaccurateSizes":true},{"id":null,"label":"Rectangle.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Utils/Rectangle.js","statSize":911,"parsedSize":918,"gzipSize":151,"inaccurateSizes":true},{"id":null,"label":"Range.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/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 + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Utils/Point.js","statSize":135,"parsedSize":136,"gzipSize":22,"inaccurateSizes":true},{"id":null,"label":"ParticlesInteractorBase.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Utils/ParticlesInteractorBase.js","statSize":145,"parsedSize":146,"gzipSize":24,"inaccurateSizes":true},{"id":null,"label":"EventListeners.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Utils/EventListeners.js","statSize":14126,"parsedSize":14249,"gzipSize":2348,"inaccurateSizes":true},{"id":null,"label":"QuadTree.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Utils/QuadTree.js","statSize":2062,"parsedSize":2080,"gzipSize":342,"inaccurateSizes":true},{"id":null,"label":"InteractionManager.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Utils/InteractionManager.js","statSize":1819,"parsedSize":1834,"gzipSize":302,"inaccurateSizes":true}],"parsedSize":24331,"gzipSize":4010,"inaccurateSizes":true},{"id":null,"label":"Container.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Container.js","statSize":15587,"parsedSize":15723,"gzipSize":2591,"inaccurateSizes":true},{"id":null,"label":"Canvas.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Canvas.js","statSize":16214,"parsedSize":16356,"gzipSize":2695,"inaccurateSizes":true},{"id":null,"label":"Particles.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Particles.js","statSize":12247,"parsedSize":12354,"gzipSize":2036,"inaccurateSizes":true},{"id":null,"label":"Retina.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Retina.js","statSize":1758,"parsedSize":1773,"gzipSize":292,"inaccurateSizes":true},{"id":null,"label":"Particle.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Core/Particle.js","statSize":15133,"parsedSize":15265,"gzipSize":2516,"inaccurateSizes":true}],"parsedSize":94522,"gzipSize":15579,"inaccurateSizes":true},{"label":"Options/Classes","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes","statSize":41405,"groups":[{"id":null,"label":"Options.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Options.js","statSize":5986,"parsedSize":6038,"gzipSize":995,"inaccurateSizes":true},{"label":"Background","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Background","statSize":950,"groups":[{"id":null,"label":"Background.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Background/Background.js","statSize":950,"parsedSize":958,"gzipSize":157,"inaccurateSizes":true}],"parsedSize":958,"gzipSize":157,"inaccurateSizes":true},{"id":null,"label":"OptionsColor.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/OptionsColor.js","statSize":619,"parsedSize":624,"gzipSize":102,"inaccurateSizes":true},{"label":"BackgroundMask","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/BackgroundMask","statSize":1301,"groups":[{"id":null,"label":"BackgroundMask.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/BackgroundMask/BackgroundMask.js","statSize":798,"parsedSize":804,"gzipSize":132,"inaccurateSizes":true},{"id":null,"label":"BackgroundMaskCover.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/BackgroundMask/BackgroundMaskCover.js","statSize":503,"parsedSize":507,"gzipSize":83,"inaccurateSizes":true}],"parsedSize":1312,"gzipSize":216,"inaccurateSizes":true},{"label":"Interactivity","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity","statSize":4495,"groups":[{"id":null,"label":"Interactivity.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Interactivity.js","statSize":564,"parsedSize":568,"gzipSize":93,"inaccurateSizes":true},{"label":"Events","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events","statSize":3331,"groups":[{"id":null,"label":"Events.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/Events.js","statSize":1056,"parsedSize":1065,"gzipSize":175,"inaccurateSizes":true},{"id":null,"label":"ClickEvent.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/ClickEvent.js","statSize":355,"parsedSize":358,"gzipSize":59,"inaccurateSizes":true},{"id":null,"label":"DivEvent.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/DivEvent.js","statSize":595,"parsedSize":600,"gzipSize":98,"inaccurateSizes":true},{"id":null,"label":"HoverEvent.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/HoverEvent.js","statSize":480,"parsedSize":484,"gzipSize":79,"inaccurateSizes":true},{"id":null,"label":"Parallax.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/Parallax.js","statSize":472,"parsedSize":476,"gzipSize":78,"inaccurateSizes":true},{"id":null,"label":"ResizeEvent.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/ResizeEvent.js","statSize":373,"parsedSize":376,"gzipSize":62,"inaccurateSizes":true}],"parsedSize":3360,"gzipSize":553,"inaccurateSizes":true},{"label":"Modes","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Modes","statSize":600,"groups":[{"id":null,"label":"Modes.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Modes/Modes.js","statSize":600,"parsedSize":605,"gzipSize":99,"inaccurateSizes":true}],"parsedSize":605,"gzipSize":99,"inaccurateSizes":true}],"parsedSize":4534,"gzipSize":747,"inaccurateSizes":true},{"id":null,"label":"ManualParticle.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/ManualParticle.js","statSize":475,"parsedSize":479,"gzipSize":78,"inaccurateSizes":true},{"id":null,"label":"Responsive.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Responsive.js","statSize":689,"parsedSize":695,"gzipSize":114,"inaccurateSizes":true},{"label":"Theme","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Theme","statSize":995,"groups":[{"id":null,"label":"Theme.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Theme/Theme.js","statSize":528,"parsedSize":532,"gzipSize":87,"inaccurateSizes":true},{"id":null,"label":"ThemeDefault.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Theme/ThemeDefault.js","statSize":467,"parsedSize":471,"gzipSize":77,"inaccurateSizes":true}],"parsedSize":1003,"gzipSize":165,"inaccurateSizes":true},{"label":"Particles","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles","statSize":21197,"groups":[{"id":null,"label":"ParticlesOptions.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/ParticlesOptions.js","statSize":3416,"parsedSize":3445,"gzipSize":567,"inaccurateSizes":true},{"label":"Collisions","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Collisions","statSize":1623,"groups":[{"id":null,"label":"Collisions.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Collisions/Collisions.js","statSize":1006,"parsedSize":1014,"gzipSize":167,"inaccurateSizes":true},{"id":null,"label":"CollisionsAbsorb.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Collisions/CollisionsAbsorb.js","statSize":245,"parsedSize":247,"gzipSize":40,"inaccurateSizes":true},{"id":null,"label":"CollisionsOverlap.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Collisions/CollisionsOverlap.js","statSize":372,"parsedSize":375,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":1637,"gzipSize":269,"inaccurateSizes":true},{"label":"Bounce","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Bounce","statSize":589,"groups":[{"id":null,"label":"ParticlesBounce.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Bounce/ParticlesBounce.js","statSize":399,"parsedSize":402,"gzipSize":66,"inaccurateSizes":true},{"id":null,"label":"ParticlesBounceFactor.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Bounce/ParticlesBounceFactor.js","statSize":190,"parsedSize":191,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":594,"gzipSize":97,"inaccurateSizes":true},{"label":"Move","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move","statSize":8345,"groups":[{"id":null,"label":"Move.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/Move.js","statSize":3064,"parsedSize":3090,"gzipSize":509,"inaccurateSizes":true},{"id":null,"label":"MoveAngle.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveAngle.js","statSize":450,"parsedSize":453,"gzipSize":74,"inaccurateSizes":true},{"id":null,"label":"MoveAttract.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveAttract.js","statSize":846,"parsedSize":853,"gzipSize":140,"inaccurateSizes":true},{"id":null,"label":"MoveGravity.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveGravity.js","statSize":733,"parsedSize":739,"gzipSize":121,"inaccurateSizes":true},{"label":"Path","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/Path","statSize":736,"groups":[{"id":null,"label":"MovePath.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/Path/MovePath.js","statSize":736,"parsedSize":742,"gzipSize":122,"inaccurateSizes":true}],"parsedSize":742,"gzipSize":122,"inaccurateSizes":true},{"id":null,"label":"MoveTrail.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveTrail.js","statSize":543,"parsedSize":547,"gzipSize":90,"inaccurateSizes":true},{"id":null,"label":"Spin.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/Spin.js","statSize":616,"parsedSize":621,"gzipSize":102,"inaccurateSizes":true},{"id":null,"label":"MoveCenter.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveCenter.js","statSize":550,"parsedSize":554,"gzipSize":91,"inaccurateSizes":true},{"id":null,"label":"OutModes.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/OutModes.js","statSize":441,"parsedSize":444,"gzipSize":73,"inaccurateSizes":true},{"id":null,"label":"MoveTrailFill.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveTrailFill.js","statSize":366,"parsedSize":369,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":8418,"gzipSize":1387,"inaccurateSizes":true},{"label":"Opacity","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Opacity","statSize":972,"groups":[{"id":null,"label":"Opacity.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Opacity/Opacity.js","statSize":548,"parsedSize":552,"gzipSize":91,"inaccurateSizes":true},{"id":null,"label":"OpacityAnimation.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Opacity/OpacityAnimation.js","statSize":424,"parsedSize":427,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":980,"gzipSize":161,"inaccurateSizes":true},{"id":null,"label":"Shadow.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Shadow.js","statSize":877,"parsedSize":884,"gzipSize":145,"inaccurateSizes":true},{"label":"Shape","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Shape","statSize":865,"groups":[{"id":null,"label":"Shape.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Shape/Shape.js","statSize":865,"parsedSize":872,"gzipSize":143,"inaccurateSizes":true}],"parsedSize":872,"gzipSize":143,"inaccurateSizes":true},{"label":"Size","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Size","statSize":957,"groups":[{"id":null,"label":"Size.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Size/Size.js","statSize":536,"parsedSize":540,"gzipSize":89,"inaccurateSizes":true},{"id":null,"label":"SizeAnimation.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Size/SizeAnimation.js","statSize":421,"parsedSize":424,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":965,"gzipSize":159,"inaccurateSizes":true},{"id":null,"label":"Stroke.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Stroke.js","statSize":601,"parsedSize":606,"gzipSize":99,"inaccurateSizes":true},{"label":"ZIndex","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/ZIndex","statSize":648,"groups":[{"id":null,"label":"ZIndex.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/ZIndex/ZIndex.js","statSize":648,"parsedSize":653,"gzipSize":107,"inaccurateSizes":true}],"parsedSize":653,"gzipSize":107,"inaccurateSizes":true},{"label":"Number","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Number","statSize":1440,"groups":[{"id":null,"label":"ParticlesNumber.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Number/ParticlesNumber.js","statSize":542,"parsedSize":546,"gzipSize":90,"inaccurateSizes":true},{"id":null,"label":"ParticlesDensity.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Number/ParticlesDensity.js","statSize":535,"parsedSize":539,"gzipSize":88,"inaccurateSizes":true},{"id":null,"label":"ParticlesNumberLimit.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Number/ParticlesNumberLimit.js","statSize":363,"parsedSize":366,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":1452,"gzipSize":239,"inaccurateSizes":true},{"label":"Effect","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Effect","statSize":864,"groups":[{"id":null,"label":"Effect.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Effect/Effect.js","statSize":864,"parsedSize":871,"gzipSize":143,"inaccurateSizes":true}],"parsedSize":871,"gzipSize":143,"inaccurateSizes":true}],"parsedSize":21382,"gzipSize":3524,"inaccurateSizes":true},{"id":null,"label":"AnimatableColor.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/AnimatableColor.js","statSize":1067,"parsedSize":1076,"gzipSize":177,"inaccurateSizes":true},{"id":null,"label":"HslAnimation.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/HslAnimation.js","statSize":388,"parsedSize":391,"gzipSize":64,"inaccurateSizes":true},{"id":null,"label":"ColorAnimation.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/ColorAnimation.js","statSize":474,"parsedSize":478,"gzipSize":78,"inaccurateSizes":true},{"id":null,"label":"AnimationOptions.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/AnimationOptions.js","statSize":1386,"parsedSize":1398,"gzipSize":230,"inaccurateSizes":true},{"id":null,"label":"ValueWithRandom.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/ValueWithRandom.js","statSize":1022,"parsedSize":1030,"gzipSize":169,"inaccurateSizes":true},{"label":"FullScreen","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/FullScreen","statSize":361,"groups":[{"id":null,"label":"FullScreen.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0-beta.4/node_modules/@tsparticles/engine/browser/Options/Classes/FullScreen/FullScreen.js","statSize":361,"parsedSize":364,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":364,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":41767,"gzipSize":6884,"inaccurateSizes":true}],"parsedSize":176080,"gzipSize":29022,"inaccurateSizes":true},{"label":"@tsparticles+basic@3.0.0-beta.4/node_modules/@tsparticles/basic/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+basic@3.0.0-beta.4/node_modules/@tsparticles/basic/browser","statSize":731,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+basic@3.0.0-beta.4/node_modules/@tsparticles/basic/browser/index.js","statSize":731,"parsedSize":737,"gzipSize":121,"inaccurateSizes":true}],"parsedSize":737,"gzipSize":121,"inaccurateSizes":true},{"label":"@tsparticles+interaction-particles-links@3.0.0-beta.4/node_modules/@tsparticles/interaction-particles-links/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0-beta.4/node_modules/@tsparticles/interaction-particles-links/browser","statSize":19213,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0-beta.4/node_modules/@tsparticles/interaction-particles-links/browser/index.js","statSize":581,"parsedSize":586,"gzipSize":96,"inaccurateSizes":true},{"id":null,"label":"interaction.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0-beta.4/node_modules/@tsparticles/interaction-particles-links/browser/interaction.js","statSize":206,"parsedSize":207,"gzipSize":34,"inaccurateSizes":true},{"label":"Options/Classes","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0-beta.4/node_modules/@tsparticles/interaction-particles-links/browser/Options/Classes","statSize":2807,"groups":[{"id":null,"label":"Links.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0-beta.4/node_modules/@tsparticles/interaction-particles-links/browser/Options/Classes/Links.js","statSize":1616,"parsedSize":1630,"gzipSize":268,"inaccurateSizes":true},{"id":null,"label":"LinksShadow.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0-beta.4/node_modules/@tsparticles/interaction-particles-links/browser/Options/Classes/LinksShadow.js","statSize":549,"parsedSize":553,"gzipSize":91,"inaccurateSizes":true},{"id":null,"label":"LinksTriangle.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0-beta.4/node_modules/@tsparticles/interaction-particles-links/browser/Options/Classes/LinksTriangle.js","statSize":642,"parsedSize":647,"gzipSize":106,"inaccurateSizes":true}],"parsedSize":2831,"gzipSize":466,"inaccurateSizes":true},{"id":null,"label":"plugin.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0-beta.4/node_modules/@tsparticles/interaction-particles-links/browser/plugin.js","statSize":424,"parsedSize":427,"gzipSize":70,"inaccurateSizes":true},{"id":null,"label":"Linker.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0-beta.4/node_modules/@tsparticles/interaction-particles-links/browser/Linker.js","statSize":3974,"parsedSize":4008,"gzipSize":660,"inaccurateSizes":true},{"id":null,"label":"LinkInstance.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0-beta.4/node_modules/@tsparticles/interaction-particles-links/browser/LinkInstance.js","statSize":6471,"parsedSize":6527,"gzipSize":1075,"inaccurateSizes":true},{"id":null,"label":"CircleWarp.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0-beta.4/node_modules/@tsparticles/interaction-particles-links/browser/CircleWarp.js","statSize":1278,"parsedSize":1289,"gzipSize":212,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0-beta.4/node_modules/@tsparticles/interaction-particles-links/browser/Utils.js","statSize":3472,"parsedSize":3502,"gzipSize":577,"inaccurateSizes":true}],"parsedSize":19381,"gzipSize":3194,"inaccurateSizes":true},{"label":"@tsparticles+move-base@3.0.0-beta.4/node_modules/@tsparticles/move-base/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+move-base@3.0.0-beta.4/node_modules/@tsparticles/move-base/browser","statSize":7705,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+move-base@3.0.0-beta.4/node_modules/@tsparticles/move-base/browser/index.js","statSize":175,"parsedSize":176,"gzipSize":29,"inaccurateSizes":true},{"id":null,"label":"BaseMover.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+move-base@3.0.0-beta.4/node_modules/@tsparticles/move-base/browser/BaseMover.js","statSize":2748,"parsedSize":2772,"gzipSize":456,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+move-base@3.0.0-beta.4/node_modules/@tsparticles/move-base/browser/Utils.js","statSize":4782,"parsedSize":4823,"gzipSize":795,"inaccurateSizes":true}],"parsedSize":7772,"gzipSize":1281,"inaccurateSizes":true},{"label":"@tsparticles+shape-circle@3.0.0-beta.4/node_modules/@tsparticles/shape-circle/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+shape-circle@3.0.0-beta.4/node_modules/@tsparticles/shape-circle/browser","statSize":1029,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+shape-circle@3.0.0-beta.4/node_modules/@tsparticles/shape-circle/browser/index.js","statSize":182,"parsedSize":183,"gzipSize":30,"inaccurateSizes":true},{"id":null,"label":"CircleDrawer.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+shape-circle@3.0.0-beta.4/node_modules/@tsparticles/shape-circle/browser/CircleDrawer.js","statSize":847,"parsedSize":854,"gzipSize":140,"inaccurateSizes":true}],"parsedSize":1038,"gzipSize":171,"inaccurateSizes":true},{"label":"@tsparticles+updater-color@3.0.0-beta.4/node_modules/@tsparticles/updater-color/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-color@3.0.0-beta.4/node_modules/@tsparticles/updater-color/browser","statSize":3417,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-color@3.0.0-beta.4/node_modules/@tsparticles/updater-color/browser/index.js","statSize":216,"parsedSize":217,"gzipSize":35,"inaccurateSizes":true},{"id":null,"label":"ColorUpdater.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-color@3.0.0-beta.4/node_modules/@tsparticles/updater-color/browser/ColorUpdater.js","statSize":1040,"parsedSize":1049,"gzipSize":172,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-color@3.0.0-beta.4/node_modules/@tsparticles/updater-color/browser/Utils.js","statSize":2161,"parsedSize":2179,"gzipSize":359,"inaccurateSizes":true}],"parsedSize":3446,"gzipSize":568,"inaccurateSizes":true},{"label":"@tsparticles+updater-opacity@3.0.0-beta.4/node_modules/@tsparticles/updater-opacity/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-opacity@3.0.0-beta.4/node_modules/@tsparticles/updater-opacity/browser","statSize":3668,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-opacity@3.0.0-beta.4/node_modules/@tsparticles/updater-opacity/browser/index.js","statSize":226,"parsedSize":227,"gzipSize":37,"inaccurateSizes":true},{"id":null,"label":"OpacityUpdater.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-opacity@3.0.0-beta.4/node_modules/@tsparticles/updater-opacity/browser/OpacityUpdater.js","statSize":1448,"parsedSize":1460,"gzipSize":240,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-opacity@3.0.0-beta.4/node_modules/@tsparticles/updater-opacity/browser/Utils.js","statSize":1994,"parsedSize":2011,"gzipSize":331,"inaccurateSizes":true}],"parsedSize":3700,"gzipSize":609,"inaccurateSizes":true},{"label":"@tsparticles+updater-out-modes@3.0.0-beta.4/node_modules/@tsparticles/updater-out-modes/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0-beta.4/node_modules/@tsparticles/updater-out-modes/browser","statSize":14605,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0-beta.4/node_modules/@tsparticles/updater-out-modes/browser/index.js","statSize":240,"parsedSize":242,"gzipSize":39,"inaccurateSizes":true},{"id":null,"label":"OutOfCanvasUpdater.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0-beta.4/node_modules/@tsparticles/updater-out-modes/browser/OutOfCanvasUpdater.js","statSize":1288,"parsedSize":1299,"gzipSize":214,"inaccurateSizes":true},{"id":null,"label":"BounceOutMode.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0-beta.4/node_modules/@tsparticles/updater-out-modes/browser/BounceOutMode.js","statSize":1311,"parsedSize":1322,"gzipSize":217,"inaccurateSizes":true},{"id":null,"label":"DestroyOutMode.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0-beta.4/node_modules/@tsparticles/updater-out-modes/browser/DestroyOutMode.js","statSize":1280,"parsedSize":1291,"gzipSize":212,"inaccurateSizes":true},{"id":null,"label":"NoneOutMode.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0-beta.4/node_modules/@tsparticles/updater-out-modes/browser/NoneOutMode.js","statSize":1788,"parsedSize":1803,"gzipSize":297,"inaccurateSizes":true},{"id":null,"label":"OutOutMode.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0-beta.4/node_modules/@tsparticles/updater-out-modes/browser/OutOutMode.js","statSize":5702,"parsedSize":5751,"gzipSize":948,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0-beta.4/node_modules/@tsparticles/updater-out-modes/browser/Utils.js","statSize":2996,"parsedSize":3022,"gzipSize":498,"inaccurateSizes":true}],"parsedSize":14733,"gzipSize":2428,"inaccurateSizes":true},{"label":"@tsparticles+updater-size@3.0.0-beta.4/node_modules/@tsparticles/updater-size/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-size@3.0.0-beta.4/node_modules/@tsparticles/updater-size/browser","statSize":3318,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-size@3.0.0-beta.4/node_modules/@tsparticles/updater-size/browser/index.js","statSize":193,"parsedSize":194,"gzipSize":32,"inaccurateSizes":true},{"id":null,"label":"SizeUpdater.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-size@3.0.0-beta.4/node_modules/@tsparticles/updater-size/browser/SizeUpdater.js","statSize":1126,"parsedSize":1135,"gzipSize":187,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-size@3.0.0-beta.4/node_modules/@tsparticles/updater-size/browser/Utils.js","statSize":1999,"parsedSize":2016,"gzipSize":332,"inaccurateSizes":true}],"parsedSize":3347,"gzipSize":551,"inaccurateSizes":true}],"parsedSize":230236,"gzipSize":37949,"inaccurateSizes":true}]}],"parsedSize":231189,"gzipSize":38106}],"isInitialByEntrypoint":{"tsparticles.preset.triangles.bundle":true}}];
|
|
34
|
+
window.chartData = [{"label":"tsparticles.preset.triangles.bundle.js","isAsset":true,"statSize":229844,"parsedSize":231068,"gzipSize":38161,"groups":[{"label":"dist/browser","path":"./dist/browser","statSize":229844,"groups":[{"id":883,"label":"bundle.js + 113 modules (concatenated)","path":"./dist/browser/bundle.js + 113 modules (concatenated)","statSize":229844,"parsedSize":231068,"gzipSize":38161,"concatenated":true,"groups":[{"label":"dist/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/dist/browser","statSize":961,"groups":[{"id":null,"label":"bundle.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/dist/browser/bundle.js","statSize":184,"parsedSize":184,"gzipSize":30,"inaccurateSizes":true},{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/dist/browser/index.js","statSize":392,"parsedSize":394,"gzipSize":65,"inaccurateSizes":true},{"id":null,"label":"options.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/dist/browser/options.js","statSize":385,"parsedSize":387,"gzipSize":63,"inaccurateSizes":true}],"parsedSize":966,"gzipSize":159,"inaccurateSizes":true},{"label":"../node_modules/.pnpm","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm","statSize":228883,"groups":[{"label":"@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser","statSize":175242,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/index.js","statSize":249,"parsedSize":250,"gzipSize":41,"inaccurateSizes":true},{"id":null,"label":"init.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/init.js","statSize":490,"parsedSize":492,"gzipSize":81,"inaccurateSizes":true},{"label":"Utils","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Utils","statSize":34158,"groups":[{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Utils/Utils.js","statSize":12019,"parsedSize":12083,"gzipSize":1995,"inaccurateSizes":true},{"id":null,"label":"NumberUtils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Utils/NumberUtils.js","statSize":4641,"parsedSize":4665,"gzipSize":770,"inaccurateSizes":true},{"id":null,"label":"CanvasUtils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Utils/CanvasUtils.js","statSize":4542,"parsedSize":4566,"gzipSize":754,"inaccurateSizes":true},{"id":null,"label":"ColorUtils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Utils/ColorUtils.js","statSize":8721,"parsedSize":8767,"gzipSize":1447,"inaccurateSizes":true},{"id":null,"label":"OptionsUtils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Utils/OptionsUtils.js","statSize":451,"parsedSize":453,"gzipSize":74,"inaccurateSizes":true},{"id":null,"label":"HslColorManager.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Utils/HslColorManager.js","statSize":1384,"parsedSize":1391,"gzipSize":229,"inaccurateSizes":true},{"id":null,"label":"RgbColorManager.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Utils/RgbColorManager.js","statSize":1222,"parsedSize":1228,"gzipSize":202,"inaccurateSizes":true},{"id":null,"label":"EventDispatcher.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Utils/EventDispatcher.js","statSize":1178,"parsedSize":1184,"gzipSize":195,"inaccurateSizes":true}],"parsedSize":34339,"gzipSize":5671,"inaccurateSizes":true},{"id":null,"label":"exports.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/exports.js","statSize":4901,"parsedSize":4927,"gzipSize":813,"inaccurateSizes":true},{"label":"Core","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core","statSize":93856,"groups":[{"id":null,"label":"Engine.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Engine.js","statSize":8635,"parsedSize":8680,"gzipSize":1433,"inaccurateSizes":true},{"label":"Utils","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Utils","statSize":24120,"groups":[{"id":null,"label":"Vector.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Utils/Vector.js","statSize":369,"parsedSize":370,"gzipSize":61,"inaccurateSizes":true},{"id":null,"label":"Vector3d.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Utils/Vector3d.js","statSize":2737,"parsedSize":2751,"gzipSize":454,"inaccurateSizes":true},{"id":null,"label":"Constants.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Utils/Constants.js","statSize":588,"parsedSize":591,"gzipSize":97,"inaccurateSizes":true},{"id":null,"label":"Circle.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Utils/Circle.js","statSize":1102,"parsedSize":1107,"gzipSize":182,"inaccurateSizes":true},{"id":null,"label":"Rectangle.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Utils/Rectangle.js","statSize":911,"parsedSize":915,"gzipSize":151,"inaccurateSizes":true},{"id":null,"label":"Range.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Utils/Range.js","statSize":126,"parsedSize":126,"gzipSize":20,"inaccurateSizes":true},{"id":null,"label":"Point.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Utils/Point.js","statSize":135,"parsedSize":135,"gzipSize":22,"inaccurateSizes":true},{"id":null,"label":"ParticlesInteractorBase.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Utils/ParticlesInteractorBase.js","statSize":145,"parsedSize":145,"gzipSize":24,"inaccurateSizes":true},{"id":null,"label":"EventListeners.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Utils/EventListeners.js","statSize":14126,"parsedSize":14201,"gzipSize":2345,"inaccurateSizes":true},{"id":null,"label":"QuadTree.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Utils/QuadTree.js","statSize":2062,"parsedSize":2072,"gzipSize":342,"inaccurateSizes":true},{"id":null,"label":"InteractionManager.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Utils/InteractionManager.js","statSize":1819,"parsedSize":1828,"gzipSize":302,"inaccurateSizes":true}],"parsedSize":24248,"gzipSize":4004,"inaccurateSizes":true},{"id":null,"label":"Container.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Container.js","statSize":15587,"parsedSize":15670,"gzipSize":2587,"inaccurateSizes":true},{"id":null,"label":"Canvas.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Canvas.js","statSize":16233,"parsedSize":16319,"gzipSize":2695,"inaccurateSizes":true},{"id":null,"label":"Particles.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Particles.js","statSize":12247,"parsedSize":12312,"gzipSize":2033,"inaccurateSizes":true},{"id":null,"label":"Retina.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Retina.js","statSize":1758,"parsedSize":1767,"gzipSize":291,"inaccurateSizes":true},{"id":null,"label":"Particle.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Core/Particle.js","statSize":15276,"parsedSize":15357,"gzipSize":2536,"inaccurateSizes":true}],"parsedSize":94355,"gzipSize":15582,"inaccurateSizes":true},{"label":"Options/Classes","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes","statSize":41588,"groups":[{"id":null,"label":"Options.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Options.js","statSize":6184,"parsedSize":6216,"gzipSize":1026,"inaccurateSizes":true},{"label":"Background","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Background","statSize":950,"groups":[{"id":null,"label":"Background.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Background/Background.js","statSize":950,"parsedSize":955,"gzipSize":157,"inaccurateSizes":true}],"parsedSize":955,"gzipSize":157,"inaccurateSizes":true},{"id":null,"label":"OptionsColor.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/OptionsColor.js","statSize":619,"parsedSize":622,"gzipSize":102,"inaccurateSizes":true},{"label":"BackgroundMask","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/BackgroundMask","statSize":1301,"groups":[{"id":null,"label":"BackgroundMask.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/BackgroundMask/BackgroundMask.js","statSize":798,"parsedSize":802,"gzipSize":132,"inaccurateSizes":true},{"id":null,"label":"BackgroundMaskCover.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/BackgroundMask/BackgroundMaskCover.js","statSize":503,"parsedSize":505,"gzipSize":83,"inaccurateSizes":true}],"parsedSize":1307,"gzipSize":216,"inaccurateSizes":true},{"label":"Interactivity","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity","statSize":4361,"groups":[{"id":null,"label":"Interactivity.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Interactivity.js","statSize":564,"parsedSize":567,"gzipSize":93,"inaccurateSizes":true},{"label":"Events","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events","statSize":3197,"groups":[{"id":null,"label":"Events.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/Events.js","statSize":922,"parsedSize":926,"gzipSize":153,"inaccurateSizes":true},{"id":null,"label":"ClickEvent.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/ClickEvent.js","statSize":355,"parsedSize":356,"gzipSize":58,"inaccurateSizes":true},{"id":null,"label":"DivEvent.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/DivEvent.js","statSize":595,"parsedSize":598,"gzipSize":98,"inaccurateSizes":true},{"id":null,"label":"HoverEvent.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/HoverEvent.js","statSize":480,"parsedSize":482,"gzipSize":79,"inaccurateSizes":true},{"id":null,"label":"Parallax.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/Parallax.js","statSize":472,"parsedSize":474,"gzipSize":78,"inaccurateSizes":true},{"id":null,"label":"ResizeEvent.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Events/ResizeEvent.js","statSize":373,"parsedSize":374,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":3214,"gzipSize":530,"inaccurateSizes":true},{"label":"Modes","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Modes","statSize":600,"groups":[{"id":null,"label":"Modes.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Interactivity/Modes/Modes.js","statSize":600,"parsedSize":603,"gzipSize":99,"inaccurateSizes":true}],"parsedSize":603,"gzipSize":99,"inaccurateSizes":true}],"parsedSize":4384,"gzipSize":724,"inaccurateSizes":true},{"id":null,"label":"ManualParticle.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/ManualParticle.js","statSize":475,"parsedSize":477,"gzipSize":78,"inaccurateSizes":true},{"id":null,"label":"Responsive.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Responsive.js","statSize":689,"parsedSize":692,"gzipSize":114,"inaccurateSizes":true},{"label":"Theme","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Theme","statSize":995,"groups":[{"id":null,"label":"Theme.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Theme/Theme.js","statSize":528,"parsedSize":530,"gzipSize":87,"inaccurateSizes":true},{"id":null,"label":"ThemeDefault.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Theme/ThemeDefault.js","statSize":467,"parsedSize":469,"gzipSize":77,"inaccurateSizes":true}],"parsedSize":1000,"gzipSize":165,"inaccurateSizes":true},{"label":"Particles","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles","statSize":21316,"groups":[{"id":null,"label":"ParticlesOptions.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/ParticlesOptions.js","statSize":3535,"parsedSize":3553,"gzipSize":586,"inaccurateSizes":true},{"label":"Collisions","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Collisions","statSize":1623,"groups":[{"id":null,"label":"Collisions.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Collisions/Collisions.js","statSize":1006,"parsedSize":1011,"gzipSize":167,"inaccurateSizes":true},{"id":null,"label":"CollisionsAbsorb.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Collisions/CollisionsAbsorb.js","statSize":245,"parsedSize":246,"gzipSize":40,"inaccurateSizes":true},{"id":null,"label":"CollisionsOverlap.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Collisions/CollisionsOverlap.js","statSize":372,"parsedSize":373,"gzipSize":61,"inaccurateSizes":true}],"parsedSize":1631,"gzipSize":269,"inaccurateSizes":true},{"label":"Bounce","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Bounce","statSize":589,"groups":[{"id":null,"label":"ParticlesBounce.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Bounce/ParticlesBounce.js","statSize":399,"parsedSize":401,"gzipSize":66,"inaccurateSizes":true},{"id":null,"label":"ParticlesBounceFactor.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Bounce/ParticlesBounceFactor.js","statSize":190,"parsedSize":191,"gzipSize":31,"inaccurateSizes":true}],"parsedSize":592,"gzipSize":97,"inaccurateSizes":true},{"label":"Move","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move","statSize":8345,"groups":[{"id":null,"label":"Move.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/Move.js","statSize":3064,"parsedSize":3080,"gzipSize":508,"inaccurateSizes":true},{"id":null,"label":"MoveAngle.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveAngle.js","statSize":450,"parsedSize":452,"gzipSize":74,"inaccurateSizes":true},{"id":null,"label":"MoveAttract.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveAttract.js","statSize":846,"parsedSize":850,"gzipSize":140,"inaccurateSizes":true},{"id":null,"label":"MoveGravity.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveGravity.js","statSize":733,"parsedSize":736,"gzipSize":121,"inaccurateSizes":true},{"label":"Path","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/Path","statSize":736,"groups":[{"id":null,"label":"MovePath.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/Path/MovePath.js","statSize":736,"parsedSize":739,"gzipSize":122,"inaccurateSizes":true}],"parsedSize":739,"gzipSize":122,"inaccurateSizes":true},{"id":null,"label":"MoveTrail.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveTrail.js","statSize":543,"parsedSize":545,"gzipSize":90,"inaccurateSizes":true},{"id":null,"label":"Spin.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/Spin.js","statSize":616,"parsedSize":619,"gzipSize":102,"inaccurateSizes":true},{"id":null,"label":"MoveCenter.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveCenter.js","statSize":550,"parsedSize":552,"gzipSize":91,"inaccurateSizes":true},{"id":null,"label":"OutModes.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/OutModes.js","statSize":441,"parsedSize":443,"gzipSize":73,"inaccurateSizes":true},{"id":null,"label":"MoveTrailFill.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Move/MoveTrailFill.js","statSize":366,"parsedSize":367,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":8389,"gzipSize":1385,"inaccurateSizes":true},{"label":"Opacity","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Opacity","statSize":972,"groups":[{"id":null,"label":"Opacity.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Opacity/Opacity.js","statSize":548,"parsedSize":550,"gzipSize":90,"inaccurateSizes":true},{"id":null,"label":"OpacityAnimation.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Opacity/OpacityAnimation.js","statSize":424,"parsedSize":426,"gzipSize":70,"inaccurateSizes":true}],"parsedSize":977,"gzipSize":161,"inaccurateSizes":true},{"id":null,"label":"Shadow.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Shadow.js","statSize":877,"parsedSize":881,"gzipSize":145,"inaccurateSizes":true},{"label":"Shape","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Shape","statSize":865,"groups":[{"id":null,"label":"Shape.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Shape/Shape.js","statSize":865,"parsedSize":869,"gzipSize":143,"inaccurateSizes":true}],"parsedSize":869,"gzipSize":143,"inaccurateSizes":true},{"label":"Size","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Size","statSize":957,"groups":[{"id":null,"label":"Size.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Size/Size.js","statSize":536,"parsedSize":538,"gzipSize":88,"inaccurateSizes":true},{"id":null,"label":"SizeAnimation.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Size/SizeAnimation.js","statSize":421,"parsedSize":423,"gzipSize":69,"inaccurateSizes":true}],"parsedSize":962,"gzipSize":158,"inaccurateSizes":true},{"id":null,"label":"Stroke.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Stroke.js","statSize":601,"parsedSize":604,"gzipSize":99,"inaccurateSizes":true},{"label":"ZIndex","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/ZIndex","statSize":648,"groups":[{"id":null,"label":"ZIndex.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/ZIndex/ZIndex.js","statSize":648,"parsedSize":651,"gzipSize":107,"inaccurateSizes":true}],"parsedSize":651,"gzipSize":107,"inaccurateSizes":true},{"label":"Number","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Number","statSize":1440,"groups":[{"id":null,"label":"ParticlesNumber.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Number/ParticlesNumber.js","statSize":542,"parsedSize":544,"gzipSize":89,"inaccurateSizes":true},{"id":null,"label":"ParticlesDensity.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Number/ParticlesDensity.js","statSize":535,"parsedSize":537,"gzipSize":88,"inaccurateSizes":true},{"id":null,"label":"ParticlesNumberLimit.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Number/ParticlesNumberLimit.js","statSize":363,"parsedSize":364,"gzipSize":60,"inaccurateSizes":true}],"parsedSize":1447,"gzipSize":239,"inaccurateSizes":true},{"label":"Effect","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Effect","statSize":864,"groups":[{"id":null,"label":"Effect.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/Particles/Effect/Effect.js","statSize":864,"parsedSize":868,"gzipSize":143,"inaccurateSizes":true}],"parsedSize":868,"gzipSize":143,"inaccurateSizes":true}],"parsedSize":21429,"gzipSize":3539,"inaccurateSizes":true},{"id":null,"label":"AnimatableColor.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/AnimatableColor.js","statSize":1067,"parsedSize":1072,"gzipSize":177,"inaccurateSizes":true},{"id":null,"label":"HslAnimation.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/HslAnimation.js","statSize":388,"parsedSize":390,"gzipSize":64,"inaccurateSizes":true},{"id":null,"label":"ColorAnimation.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/ColorAnimation.js","statSize":474,"parsedSize":476,"gzipSize":78,"inaccurateSizes":true},{"id":null,"label":"AnimationOptions.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/AnimationOptions.js","statSize":1386,"parsedSize":1393,"gzipSize":230,"inaccurateSizes":true},{"id":null,"label":"ValueWithRandom.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/ValueWithRandom.js","statSize":1022,"parsedSize":1027,"gzipSize":169,"inaccurateSizes":true},{"label":"FullScreen","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/FullScreen","statSize":361,"groups":[{"id":null,"label":"FullScreen.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+engine@3.0.0/node_modules/@tsparticles/engine/browser/Options/Classes/FullScreen/FullScreen.js","statSize":361,"parsedSize":362,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":362,"gzipSize":59,"inaccurateSizes":true}],"parsedSize":41809,"gzipSize":6904,"inaccurateSizes":true}],"parsedSize":176175,"gzipSize":29095,"inaccurateSizes":true},{"label":"@tsparticles+basic@3.0.0/node_modules/@tsparticles/basic/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+basic@3.0.0/node_modules/@tsparticles/basic/browser","statSize":731,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+basic@3.0.0/node_modules/@tsparticles/basic/browser/index.js","statSize":731,"parsedSize":734,"gzipSize":121,"inaccurateSizes":true}],"parsedSize":734,"gzipSize":121,"inaccurateSizes":true},{"label":"@tsparticles+interaction-particles-links@3.0.0/node_modules/@tsparticles/interaction-particles-links/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0/node_modules/@tsparticles/interaction-particles-links/browser","statSize":19168,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0/node_modules/@tsparticles/interaction-particles-links/browser/index.js","statSize":581,"parsedSize":584,"gzipSize":96,"inaccurateSizes":true},{"id":null,"label":"interaction.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0/node_modules/@tsparticles/interaction-particles-links/browser/interaction.js","statSize":206,"parsedSize":207,"gzipSize":34,"inaccurateSizes":true},{"label":"Options/Classes","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0/node_modules/@tsparticles/interaction-particles-links/browser/Options/Classes","statSize":2807,"groups":[{"id":null,"label":"Links.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0/node_modules/@tsparticles/interaction-particles-links/browser/Options/Classes/Links.js","statSize":1616,"parsedSize":1624,"gzipSize":268,"inaccurateSizes":true},{"id":null,"label":"LinksShadow.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0/node_modules/@tsparticles/interaction-particles-links/browser/Options/Classes/LinksShadow.js","statSize":549,"parsedSize":551,"gzipSize":91,"inaccurateSizes":true},{"id":null,"label":"LinksTriangle.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0/node_modules/@tsparticles/interaction-particles-links/browser/Options/Classes/LinksTriangle.js","statSize":642,"parsedSize":645,"gzipSize":106,"inaccurateSizes":true}],"parsedSize":2821,"gzipSize":466,"inaccurateSizes":true},{"id":null,"label":"plugin.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0/node_modules/@tsparticles/interaction-particles-links/browser/plugin.js","statSize":424,"parsedSize":426,"gzipSize":70,"inaccurateSizes":true},{"id":null,"label":"Linker.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0/node_modules/@tsparticles/interaction-particles-links/browser/Linker.js","statSize":3929,"parsedSize":3949,"gzipSize":652,"inaccurateSizes":true},{"id":null,"label":"LinkInstance.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0/node_modules/@tsparticles/interaction-particles-links/browser/LinkInstance.js","statSize":6471,"parsedSize":6505,"gzipSize":1074,"inaccurateSizes":true},{"id":null,"label":"CircleWarp.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0/node_modules/@tsparticles/interaction-particles-links/browser/CircleWarp.js","statSize":1278,"parsedSize":1284,"gzipSize":212,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+interaction-particles-links@3.0.0/node_modules/@tsparticles/interaction-particles-links/browser/Utils.js","statSize":3472,"parsedSize":3490,"gzipSize":576,"inaccurateSizes":true}],"parsedSize":19270,"gzipSize":3182,"inaccurateSizes":true},{"label":"@tsparticles+move-base@3.0.0/node_modules/@tsparticles/move-base/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+move-base@3.0.0/node_modules/@tsparticles/move-base/browser","statSize":7705,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+move-base@3.0.0/node_modules/@tsparticles/move-base/browser/index.js","statSize":175,"parsedSize":175,"gzipSize":29,"inaccurateSizes":true},{"id":null,"label":"BaseMover.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+move-base@3.0.0/node_modules/@tsparticles/move-base/browser/BaseMover.js","statSize":2748,"parsedSize":2762,"gzipSize":456,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+move-base@3.0.0/node_modules/@tsparticles/move-base/browser/Utils.js","statSize":4782,"parsedSize":4807,"gzipSize":793,"inaccurateSizes":true}],"parsedSize":7746,"gzipSize":1279,"inaccurateSizes":true},{"label":"@tsparticles+shape-circle@3.0.0/node_modules/@tsparticles/shape-circle/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+shape-circle@3.0.0/node_modules/@tsparticles/shape-circle/browser","statSize":1029,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+shape-circle@3.0.0/node_modules/@tsparticles/shape-circle/browser/index.js","statSize":182,"parsedSize":182,"gzipSize":30,"inaccurateSizes":true},{"id":null,"label":"CircleDrawer.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+shape-circle@3.0.0/node_modules/@tsparticles/shape-circle/browser/CircleDrawer.js","statSize":847,"parsedSize":851,"gzipSize":140,"inaccurateSizes":true}],"parsedSize":1034,"gzipSize":170,"inaccurateSizes":true},{"label":"@tsparticles+updater-color@3.0.0/node_modules/@tsparticles/updater-color/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-color@3.0.0/node_modules/@tsparticles/updater-color/browser","statSize":3417,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-color@3.0.0/node_modules/@tsparticles/updater-color/browser/index.js","statSize":216,"parsedSize":217,"gzipSize":35,"inaccurateSizes":true},{"id":null,"label":"ColorUpdater.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-color@3.0.0/node_modules/@tsparticles/updater-color/browser/ColorUpdater.js","statSize":1040,"parsedSize":1045,"gzipSize":172,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-color@3.0.0/node_modules/@tsparticles/updater-color/browser/Utils.js","statSize":2161,"parsedSize":2172,"gzipSize":358,"inaccurateSizes":true}],"parsedSize":3435,"gzipSize":567,"inaccurateSizes":true},{"label":"@tsparticles+updater-opacity@3.0.0/node_modules/@tsparticles/updater-opacity/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-opacity@3.0.0/node_modules/@tsparticles/updater-opacity/browser","statSize":3668,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-opacity@3.0.0/node_modules/@tsparticles/updater-opacity/browser/index.js","statSize":226,"parsedSize":227,"gzipSize":37,"inaccurateSizes":true},{"id":null,"label":"OpacityUpdater.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-opacity@3.0.0/node_modules/@tsparticles/updater-opacity/browser/OpacityUpdater.js","statSize":1448,"parsedSize":1455,"gzipSize":240,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-opacity@3.0.0/node_modules/@tsparticles/updater-opacity/browser/Utils.js","statSize":1994,"parsedSize":2004,"gzipSize":331,"inaccurateSizes":true}],"parsedSize":3687,"gzipSize":608,"inaccurateSizes":true},{"label":"@tsparticles+updater-out-modes@3.0.0/node_modules/@tsparticles/updater-out-modes/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0/node_modules/@tsparticles/updater-out-modes/browser","statSize":14605,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0/node_modules/@tsparticles/updater-out-modes/browser/index.js","statSize":240,"parsedSize":241,"gzipSize":39,"inaccurateSizes":true},{"id":null,"label":"OutOfCanvasUpdater.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0/node_modules/@tsparticles/updater-out-modes/browser/OutOfCanvasUpdater.js","statSize":1288,"parsedSize":1294,"gzipSize":213,"inaccurateSizes":true},{"id":null,"label":"BounceOutMode.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0/node_modules/@tsparticles/updater-out-modes/browser/BounceOutMode.js","statSize":1311,"parsedSize":1317,"gzipSize":217,"inaccurateSizes":true},{"id":null,"label":"DestroyOutMode.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0/node_modules/@tsparticles/updater-out-modes/browser/DestroyOutMode.js","statSize":1280,"parsedSize":1286,"gzipSize":212,"inaccurateSizes":true},{"id":null,"label":"NoneOutMode.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0/node_modules/@tsparticles/updater-out-modes/browser/NoneOutMode.js","statSize":1788,"parsedSize":1797,"gzipSize":296,"inaccurateSizes":true},{"id":null,"label":"OutOutMode.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0/node_modules/@tsparticles/updater-out-modes/browser/OutOutMode.js","statSize":5702,"parsedSize":5732,"gzipSize":946,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-out-modes@3.0.0/node_modules/@tsparticles/updater-out-modes/browser/Utils.js","statSize":2996,"parsedSize":3011,"gzipSize":497,"inaccurateSizes":true}],"parsedSize":14682,"gzipSize":2424,"inaccurateSizes":true},{"label":"@tsparticles+updater-size@3.0.0/node_modules/@tsparticles/updater-size/browser","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-size@3.0.0/node_modules/@tsparticles/updater-size/browser","statSize":3318,"groups":[{"id":null,"label":"index.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-size@3.0.0/node_modules/@tsparticles/updater-size/browser/index.js","statSize":193,"parsedSize":194,"gzipSize":32,"inaccurateSizes":true},{"id":null,"label":"SizeUpdater.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-size@3.0.0/node_modules/@tsparticles/updater-size/browser/SizeUpdater.js","statSize":1126,"parsedSize":1131,"gzipSize":186,"inaccurateSizes":true},{"id":null,"label":"Utils.js","path":"./dist/browser/bundle.js + 113 modules (concatenated)/../node_modules/.pnpm/@tsparticles+updater-size@3.0.0/node_modules/@tsparticles/updater-size/browser/Utils.js","statSize":1999,"parsedSize":2009,"gzipSize":331,"inaccurateSizes":true}],"parsedSize":3335,"gzipSize":550,"inaccurateSizes":true}],"parsedSize":230101,"gzipSize":38001,"inaccurateSizes":true}]}],"parsedSize":231068,"gzipSize":38161}],"isInitialByEntrypoint":{"tsparticles.preset.triangles.bundle":true}}];
|
|
35
35
|
window.entrypoints = ["tsparticles.preset.triangles.bundle","tsparticles.preset.triangles.bundle.min"];
|
|
36
36
|
window.defaultSizes = "parsed";
|
|
37
37
|
</script>
|