Socket
Socket
Sign inDemoInstall

tsparticles-slim

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsparticles-slim - npm Package Compare versions

Comparing version 2.11.1 to 2.12.0

17

browser/index.js
import { initPjs } from "tsparticles-particles.js";
import { loadBaseMover } from "tsparticles-move-base";
import { loadCircleShape } from "tsparticles-shape-circle";
import { loadColorUpdater } from "tsparticles-updater-color";
import { loadBasic } from "tsparticles-basic";
import { loadEasingQuadPlugin } from "tsparticles-plugin-easing-quad";
import { loadExternalAttractInteraction } from "tsparticles-interaction-external-attract";

@@ -18,4 +17,2 @@ import { loadExternalBounceInteraction } from "tsparticles-interaction-external-bounce";

import { loadLineShape } from "tsparticles-shape-line";
import { loadOpacityUpdater } from "tsparticles-updater-opacity";
import { loadOutModesUpdater } from "tsparticles-updater-out-modes";
import { loadParallaxMover } from "tsparticles-move-parallax";

@@ -27,3 +24,2 @@ import { loadParticlesAttractInteraction } from "tsparticles-interaction-particles-attract";

import { loadRotateUpdater } from "tsparticles-updater-rotate";
import { loadSizeUpdater } from "tsparticles-updater-size";
import { loadSquareShape } from "tsparticles-shape-square";

@@ -35,3 +31,2 @@ import { loadStarShape } from "tsparticles-shape-star";

initPjs(engine);
await loadBaseMover(engine, false);
await loadParallaxMover(engine, false);

@@ -51,3 +46,3 @@ await loadExternalAttractInteraction(engine, false);

await loadParticlesLinksInteraction(engine, false);
await loadCircleShape(engine, false);
await loadEasingQuadPlugin();
await loadImageShape(engine, false);

@@ -60,9 +55,5 @@ await loadLineShape(engine, false);

await loadLifeUpdater(engine, false);
await loadOpacityUpdater(engine, false);
await loadSizeUpdater(engine, false);
await loadColorUpdater(engine, false);
await loadOutModesUpdater(engine, false);
await loadRotateUpdater(engine, false);
await loadStrokeColorUpdater(engine, false);
await engine.refresh(refresh);
await loadBasic(engine, refresh);
}

@@ -5,5 +5,4 @@ "use strict";

const tsparticles_particles_js_1 = require("tsparticles-particles.js");
const tsparticles_move_base_1 = require("tsparticles-move-base");
const tsparticles_shape_circle_1 = require("tsparticles-shape-circle");
const tsparticles_updater_color_1 = require("tsparticles-updater-color");
const tsparticles_basic_1 = require("tsparticles-basic");
const tsparticles_plugin_easing_quad_1 = require("tsparticles-plugin-easing-quad");
const tsparticles_interaction_external_attract_1 = require("tsparticles-interaction-external-attract");

@@ -22,4 +21,2 @@ const tsparticles_interaction_external_bounce_1 = require("tsparticles-interaction-external-bounce");

const tsparticles_shape_line_1 = require("tsparticles-shape-line");
const tsparticles_updater_opacity_1 = require("tsparticles-updater-opacity");
const tsparticles_updater_out_modes_1 = require("tsparticles-updater-out-modes");
const tsparticles_move_parallax_1 = require("tsparticles-move-parallax");

@@ -31,3 +28,2 @@ const tsparticles_interaction_particles_attract_1 = require("tsparticles-interaction-particles-attract");

const tsparticles_updater_rotate_1 = require("tsparticles-updater-rotate");
const tsparticles_updater_size_1 = require("tsparticles-updater-size");
const tsparticles_shape_square_1 = require("tsparticles-shape-square");

@@ -39,3 +35,2 @@ const tsparticles_shape_star_1 = require("tsparticles-shape-star");

(0, tsparticles_particles_js_1.initPjs)(engine);
await (0, tsparticles_move_base_1.loadBaseMover)(engine, false);
await (0, tsparticles_move_parallax_1.loadParallaxMover)(engine, false);

@@ -55,3 +50,3 @@ await (0, tsparticles_interaction_external_attract_1.loadExternalAttractInteraction)(engine, false);

await (0, tsparticles_interaction_particles_links_1.loadParticlesLinksInteraction)(engine, false);
await (0, tsparticles_shape_circle_1.loadCircleShape)(engine, false);
await (0, tsparticles_plugin_easing_quad_1.loadEasingQuadPlugin)();
await (0, tsparticles_shape_image_1.loadImageShape)(engine, false);

@@ -64,10 +59,6 @@ await (0, tsparticles_shape_line_1.loadLineShape)(engine, false);

await (0, tsparticles_updater_life_1.loadLifeUpdater)(engine, false);
await (0, tsparticles_updater_opacity_1.loadOpacityUpdater)(engine, false);
await (0, tsparticles_updater_size_1.loadSizeUpdater)(engine, false);
await (0, tsparticles_updater_color_1.loadColorUpdater)(engine, false);
await (0, tsparticles_updater_out_modes_1.loadOutModesUpdater)(engine, false);
await (0, tsparticles_updater_rotate_1.loadRotateUpdater)(engine, false);
await (0, tsparticles_updater_stroke_color_1.loadStrokeColorUpdater)(engine, false);
await engine.refresh(refresh);
await (0, tsparticles_basic_1.loadBasic)(engine, refresh);
}
exports.loadSlim = loadSlim;
import { initPjs } from "tsparticles-particles.js";
import { loadBaseMover } from "tsparticles-move-base";
import { loadCircleShape } from "tsparticles-shape-circle";
import { loadColorUpdater } from "tsparticles-updater-color";
import { loadBasic } from "tsparticles-basic";
import { loadEasingQuadPlugin } from "tsparticles-plugin-easing-quad";
import { loadExternalAttractInteraction } from "tsparticles-interaction-external-attract";

@@ -18,4 +17,2 @@ import { loadExternalBounceInteraction } from "tsparticles-interaction-external-bounce";

import { loadLineShape } from "tsparticles-shape-line";
import { loadOpacityUpdater } from "tsparticles-updater-opacity";
import { loadOutModesUpdater } from "tsparticles-updater-out-modes";
import { loadParallaxMover } from "tsparticles-move-parallax";

@@ -27,3 +24,2 @@ import { loadParticlesAttractInteraction } from "tsparticles-interaction-particles-attract";

import { loadRotateUpdater } from "tsparticles-updater-rotate";
import { loadSizeUpdater } from "tsparticles-updater-size";
import { loadSquareShape } from "tsparticles-shape-square";

@@ -35,3 +31,2 @@ import { loadStarShape } from "tsparticles-shape-star";

initPjs(engine);
await loadBaseMover(engine, false);
await loadParallaxMover(engine, false);

@@ -51,3 +46,3 @@ await loadExternalAttractInteraction(engine, false);

await loadParticlesLinksInteraction(engine, false);
await loadCircleShape(engine, false);
await loadEasingQuadPlugin();
await loadImageShape(engine, false);

@@ -60,9 +55,5 @@ await loadLineShape(engine, false);

await loadLifeUpdater(engine, false);
await loadOpacityUpdater(engine, false);
await loadSizeUpdater(engine, false);
await loadColorUpdater(engine, false);
await loadOutModesUpdater(engine, false);
await loadRotateUpdater(engine, false);
await loadStrokeColorUpdater(engine, false);
await engine.refresh(refresh);
await loadBasic(engine, refresh);
}
{
"name": "tsparticles-slim",
"version": "2.11.1",
"version": "2.12.0",
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",

@@ -90,35 +90,36 @@ "homepage": "https://particles.js.org",

"dependencies": {
"tsparticles-engine": "^2.11.1",
"tsparticles-interaction-external-attract": "^2.11.1",
"tsparticles-interaction-external-bounce": "^2.11.1",
"tsparticles-interaction-external-bubble": "^2.11.1",
"tsparticles-interaction-external-connect": "^2.11.1",
"tsparticles-interaction-external-grab": "^2.11.1",
"tsparticles-interaction-external-pause": "^2.11.1",
"tsparticles-interaction-external-push": "^2.11.1",
"tsparticles-interaction-external-remove": "^2.11.1",
"tsparticles-interaction-external-repulse": "^2.11.1",
"tsparticles-interaction-external-slow": "^2.11.1",
"tsparticles-interaction-particles-attract": "^2.11.1",
"tsparticles-interaction-particles-collisions": "^2.11.1",
"tsparticles-interaction-particles-links": "^2.11.1",
"tsparticles-move-base": "^2.11.1",
"tsparticles-move-parallax": "^2.11.1",
"tsparticles-particles.js": "^2.11.1",
"tsparticles-plugin-easing-quad": "^2.11.1",
"tsparticles-shape-circle": "^2.11.1",
"tsparticles-shape-image": "^2.11.1",
"tsparticles-shape-line": "^2.11.1",
"tsparticles-shape-polygon": "^2.11.1",
"tsparticles-shape-square": "^2.11.1",
"tsparticles-shape-star": "^2.11.1",
"tsparticles-shape-text": "^2.11.1",
"tsparticles-updater-color": "^2.11.1",
"tsparticles-updater-life": "^2.11.1",
"tsparticles-updater-opacity": "^2.11.1",
"tsparticles-updater-out-modes": "^2.11.1",
"tsparticles-updater-rotate": "^2.11.1",
"tsparticles-updater-size": "^2.11.1",
"tsparticles-updater-stroke-color": "^2.11.1"
"tsparticles-basic": "^2.12.0",
"tsparticles-engine": "^2.12.0",
"tsparticles-interaction-external-attract": "^2.12.0",
"tsparticles-interaction-external-bounce": "^2.12.0",
"tsparticles-interaction-external-bubble": "^2.12.0",
"tsparticles-interaction-external-connect": "^2.12.0",
"tsparticles-interaction-external-grab": "^2.12.0",
"tsparticles-interaction-external-pause": "^2.12.0",
"tsparticles-interaction-external-push": "^2.12.0",
"tsparticles-interaction-external-remove": "^2.12.0",
"tsparticles-interaction-external-repulse": "^2.12.0",
"tsparticles-interaction-external-slow": "^2.12.0",
"tsparticles-interaction-particles-attract": "^2.12.0",
"tsparticles-interaction-particles-collisions": "^2.12.0",
"tsparticles-interaction-particles-links": "^2.12.0",
"tsparticles-move-base": "^2.12.0",
"tsparticles-move-parallax": "^2.12.0",
"tsparticles-particles.js": "^2.12.0",
"tsparticles-plugin-easing-quad": "^2.12.0",
"tsparticles-shape-circle": "^2.12.0",
"tsparticles-shape-image": "^2.12.0",
"tsparticles-shape-line": "^2.12.0",
"tsparticles-shape-polygon": "^2.12.0",
"tsparticles-shape-square": "^2.12.0",
"tsparticles-shape-star": "^2.12.0",
"tsparticles-shape-text": "^2.12.0",
"tsparticles-updater-color": "^2.12.0",
"tsparticles-updater-life": "^2.12.0",
"tsparticles-updater-opacity": "^2.12.0",
"tsparticles-updater-out-modes": "^2.12.0",
"tsparticles-updater-rotate": "^2.12.0",
"tsparticles-updater-size": "^2.12.0",
"tsparticles-updater-stroke-color": "^2.12.0"
}
}
}

@@ -12,3 +12,3 @@ [![banner](https://particles.js.org/images/banner2.png)](https://particles.js.org)

- [tsparticles-engine](https://github.com/matteobruni/tsparticles/tree/main/engine)
- [tsparticles-basic (and all its dependencies)](https://github.com/matteobruni/tsparticles/tree/main/bundles/basic)
- [tsparticles-interaction-external-attract](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/attract)

@@ -27,7 +27,5 @@ - [tsparticles-interaction-external-bounce](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/bounce)

- [tsparticles-interaction-particles-links](https://github.com/matteobruni/tsparticles/tree/main/interactions/particles/links)
- [tsparticles-move-base](https://github.com/matteobruni/tsparticles/tree/main/move/base)
- [tsparticles-move-parallax](https://github.com/matteobruni/tsparticles/tree/main/move/parallax)
- [tsparticles-particles.js](https://github.com/matteobruni/tsparticles/tree/main/bundles/pjs)
- [tsparticles-plugin-easing-quad](https://github.com/matteobruni/tsparticles/tree/main/plugins/easings/quad)
- [tsparticles-shape-circle](https://github.com/matteobruni/tsparticles/tree/main/shapes/circle)
- [tsparticles-shape-image](https://github.com/matteobruni/tsparticles/tree/main/shapes/image)

@@ -39,8 +37,4 @@ - [tsparticles-shape-line](https://github.com/matteobruni/tsparticles/tree/main/shapes/line)

- [tsparticles-shape-text](https://github.com/matteobruni/tsparticles/tree/main/shapes/text)
- [tsparticles-updater-color](https://github.com/matteobruni/tsparticles/tree/main/updaters/color)
- [tsparticles-updater-life](https://github.com/matteobruni/tsparticles/tree/main/updaters/life)
- [tsparticles-updater-opacity](https://github.com/matteobruni/tsparticles/tree/main/updaters/opacity)
- [tsparticles-updater-out-modes](https://github.com/matteobruni/tsparticles/tree/main/updaters/outModes)
- [tsparticles-updater-rotate](https://github.com/matteobruni/tsparticles/tree/main/updaters/rotate)
- [tsparticles-updater-size](https://github.com/matteobruni/tsparticles/tree/main/updaters/size)
- [tsparticles-updater-stroke-color](https://github.com/matteobruni/tsparticles/tree/main/updaters/strokeColor)

@@ -47,0 +41,0 @@

@@ -1,1 +0,1 @@

/*! tsParticles Slim v2.11.1 by Matteo Bruni */
/*! tsParticles Slim v2.12.0 by Matteo Bruni */

@@ -7,14 +7,14 @@ /*!

* How to use? : Check the GitHub README
* v2.11.1
* v2.12.0
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("tsparticles-particles.js"), require("tsparticles-move-base"), require("tsparticles-shape-circle"), require("tsparticles-updater-color"), require("tsparticles-interaction-external-attract"), require("tsparticles-interaction-external-bounce"), require("tsparticles-interaction-external-bubble"), require("tsparticles-interaction-external-connect"), require("tsparticles-interaction-external-grab"), require("tsparticles-interaction-external-pause"), require("tsparticles-interaction-external-push"), require("tsparticles-interaction-external-remove"), require("tsparticles-interaction-external-repulse"), require("tsparticles-interaction-external-slow"), require("tsparticles-shape-image"), require("tsparticles-updater-life"), require("tsparticles-shape-line"), require("tsparticles-updater-opacity"), require("tsparticles-updater-out-modes"), require("tsparticles-move-parallax"), require("tsparticles-interaction-particles-attract"), require("tsparticles-interaction-particles-collisions"), require("tsparticles-interaction-particles-links"), require("tsparticles-shape-polygon"), require("tsparticles-updater-rotate"), require("tsparticles-updater-size"), require("tsparticles-shape-square"), require("tsparticles-shape-star"), require("tsparticles-updater-stroke-color"), require("tsparticles-shape-text"));
module.exports = factory(require("tsparticles-particles.js"), require("tsparticles-basic"), require("tsparticles-plugin-easing-quad"), require("tsparticles-interaction-external-attract"), require("tsparticles-interaction-external-bounce"), require("tsparticles-interaction-external-bubble"), require("tsparticles-interaction-external-connect"), require("tsparticles-interaction-external-grab"), require("tsparticles-interaction-external-pause"), require("tsparticles-interaction-external-push"), require("tsparticles-interaction-external-remove"), require("tsparticles-interaction-external-repulse"), require("tsparticles-interaction-external-slow"), require("tsparticles-shape-image"), require("tsparticles-updater-life"), require("tsparticles-shape-line"), require("tsparticles-move-parallax"), require("tsparticles-interaction-particles-attract"), require("tsparticles-interaction-particles-collisions"), require("tsparticles-interaction-particles-links"), require("tsparticles-shape-polygon"), require("tsparticles-updater-rotate"), require("tsparticles-shape-square"), require("tsparticles-shape-star"), require("tsparticles-updater-stroke-color"), require("tsparticles-shape-text"));
else if(typeof define === 'function' && define.amd)
define(["tsparticles-particles.js", "tsparticles-move-base", "tsparticles-shape-circle", "tsparticles-updater-color", "tsparticles-interaction-external-attract", "tsparticles-interaction-external-bounce", "tsparticles-interaction-external-bubble", "tsparticles-interaction-external-connect", "tsparticles-interaction-external-grab", "tsparticles-interaction-external-pause", "tsparticles-interaction-external-push", "tsparticles-interaction-external-remove", "tsparticles-interaction-external-repulse", "tsparticles-interaction-external-slow", "tsparticles-shape-image", "tsparticles-updater-life", "tsparticles-shape-line", "tsparticles-updater-opacity", "tsparticles-updater-out-modes", "tsparticles-move-parallax", "tsparticles-interaction-particles-attract", "tsparticles-interaction-particles-collisions", "tsparticles-interaction-particles-links", "tsparticles-shape-polygon", "tsparticles-updater-rotate", "tsparticles-updater-size", "tsparticles-shape-square", "tsparticles-shape-star", "tsparticles-updater-stroke-color", "tsparticles-shape-text"], factory);
define(["tsparticles-particles.js", "tsparticles-basic", "tsparticles-plugin-easing-quad", "tsparticles-interaction-external-attract", "tsparticles-interaction-external-bounce", "tsparticles-interaction-external-bubble", "tsparticles-interaction-external-connect", "tsparticles-interaction-external-grab", "tsparticles-interaction-external-pause", "tsparticles-interaction-external-push", "tsparticles-interaction-external-remove", "tsparticles-interaction-external-repulse", "tsparticles-interaction-external-slow", "tsparticles-shape-image", "tsparticles-updater-life", "tsparticles-shape-line", "tsparticles-move-parallax", "tsparticles-interaction-particles-attract", "tsparticles-interaction-particles-collisions", "tsparticles-interaction-particles-links", "tsparticles-shape-polygon", "tsparticles-updater-rotate", "tsparticles-shape-square", "tsparticles-shape-star", "tsparticles-updater-stroke-color", "tsparticles-shape-text"], factory);
else {
var a = typeof exports === 'object' ? factory(require("tsparticles-particles.js"), require("tsparticles-move-base"), require("tsparticles-shape-circle"), require("tsparticles-updater-color"), require("tsparticles-interaction-external-attract"), require("tsparticles-interaction-external-bounce"), require("tsparticles-interaction-external-bubble"), require("tsparticles-interaction-external-connect"), require("tsparticles-interaction-external-grab"), require("tsparticles-interaction-external-pause"), require("tsparticles-interaction-external-push"), require("tsparticles-interaction-external-remove"), require("tsparticles-interaction-external-repulse"), require("tsparticles-interaction-external-slow"), require("tsparticles-shape-image"), require("tsparticles-updater-life"), require("tsparticles-shape-line"), require("tsparticles-updater-opacity"), require("tsparticles-updater-out-modes"), require("tsparticles-move-parallax"), require("tsparticles-interaction-particles-attract"), require("tsparticles-interaction-particles-collisions"), require("tsparticles-interaction-particles-links"), require("tsparticles-shape-polygon"), require("tsparticles-updater-rotate"), require("tsparticles-updater-size"), require("tsparticles-shape-square"), require("tsparticles-shape-star"), require("tsparticles-updater-stroke-color"), require("tsparticles-shape-text")) : factory(root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"]);
var a = typeof exports === 'object' ? factory(require("tsparticles-particles.js"), require("tsparticles-basic"), require("tsparticles-plugin-easing-quad"), require("tsparticles-interaction-external-attract"), require("tsparticles-interaction-external-bounce"), require("tsparticles-interaction-external-bubble"), require("tsparticles-interaction-external-connect"), require("tsparticles-interaction-external-grab"), require("tsparticles-interaction-external-pause"), require("tsparticles-interaction-external-push"), require("tsparticles-interaction-external-remove"), require("tsparticles-interaction-external-repulse"), require("tsparticles-interaction-external-slow"), require("tsparticles-shape-image"), require("tsparticles-updater-life"), require("tsparticles-shape-line"), require("tsparticles-move-parallax"), require("tsparticles-interaction-particles-attract"), require("tsparticles-interaction-particles-collisions"), require("tsparticles-interaction-particles-links"), require("tsparticles-shape-polygon"), require("tsparticles-updater-rotate"), require("tsparticles-shape-square"), require("tsparticles-shape-star"), require("tsparticles-updater-stroke-color"), require("tsparticles-shape-text")) : factory(root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"]);
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
}
})(this, (__WEBPACK_EXTERNAL_MODULE__736__, __WEBPACK_EXTERNAL_MODULE__565__, __WEBPACK_EXTERNAL_MODULE__851__, __WEBPACK_EXTERNAL_MODULE__613__, __WEBPACK_EXTERNAL_MODULE__947__, __WEBPACK_EXTERNAL_MODULE__428__, __WEBPACK_EXTERNAL_MODULE__557__, __WEBPACK_EXTERNAL_MODULE__240__, __WEBPACK_EXTERNAL_MODULE__354__, __WEBPACK_EXTERNAL_MODULE__199__, __WEBPACK_EXTERNAL_MODULE__997__, __WEBPACK_EXTERNAL_MODULE__341__, __WEBPACK_EXTERNAL_MODULE__142__, __WEBPACK_EXTERNAL_MODULE__563__, __WEBPACK_EXTERNAL_MODULE__520__, __WEBPACK_EXTERNAL_MODULE__86__, __WEBPACK_EXTERNAL_MODULE__598__, __WEBPACK_EXTERNAL_MODULE__515__, __WEBPACK_EXTERNAL_MODULE__509__, __WEBPACK_EXTERNAL_MODULE__845__, __WEBPACK_EXTERNAL_MODULE__718__, __WEBPACK_EXTERNAL_MODULE__203__, __WEBPACK_EXTERNAL_MODULE__39__, __WEBPACK_EXTERNAL_MODULE__841__, __WEBPACK_EXTERNAL_MODULE__389__, __WEBPACK_EXTERNAL_MODULE__694__, __WEBPACK_EXTERNAL_MODULE__860__, __WEBPACK_EXTERNAL_MODULE__208__, __WEBPACK_EXTERNAL_MODULE__226__, __WEBPACK_EXTERNAL_MODULE__706__) => {
})(this, (__WEBPACK_EXTERNAL_MODULE__736__, __WEBPACK_EXTERNAL_MODULE__477__, __WEBPACK_EXTERNAL_MODULE__534__, __WEBPACK_EXTERNAL_MODULE__947__, __WEBPACK_EXTERNAL_MODULE__428__, __WEBPACK_EXTERNAL_MODULE__557__, __WEBPACK_EXTERNAL_MODULE__240__, __WEBPACK_EXTERNAL_MODULE__354__, __WEBPACK_EXTERNAL_MODULE__199__, __WEBPACK_EXTERNAL_MODULE__997__, __WEBPACK_EXTERNAL_MODULE__341__, __WEBPACK_EXTERNAL_MODULE__142__, __WEBPACK_EXTERNAL_MODULE__563__, __WEBPACK_EXTERNAL_MODULE__520__, __WEBPACK_EXTERNAL_MODULE__86__, __WEBPACK_EXTERNAL_MODULE__598__, __WEBPACK_EXTERNAL_MODULE__845__, __WEBPACK_EXTERNAL_MODULE__718__, __WEBPACK_EXTERNAL_MODULE__203__, __WEBPACK_EXTERNAL_MODULE__39__, __WEBPACK_EXTERNAL_MODULE__841__, __WEBPACK_EXTERNAL_MODULE__389__, __WEBPACK_EXTERNAL_MODULE__860__, __WEBPACK_EXTERNAL_MODULE__208__, __WEBPACK_EXTERNAL_MODULE__226__, __WEBPACK_EXTERNAL_MODULE__706__) => {
return /******/ (() => { // webpackBootstrap

@@ -24,2 +24,9 @@ /******/ "use strict";

/***/ 477:
/***/ ((module) => {
module.exports = __WEBPACK_EXTERNAL_MODULE__477__;
/***/ }),
/***/ 947:

@@ -116,9 +123,2 @@ /***/ ((module) => {

/***/ 565:
/***/ ((module) => {
module.exports = __WEBPACK_EXTERNAL_MODULE__565__;
/***/ }),
/***/ 845:

@@ -138,6 +138,6 @@ /***/ ((module) => {

/***/ 851:
/***/ 534:
/***/ ((module) => {
module.exports = __WEBPACK_EXTERNAL_MODULE__851__;
module.exports = __WEBPACK_EXTERNAL_MODULE__534__;

@@ -188,9 +188,2 @@ /***/ }),

/***/ 613:
/***/ ((module) => {
module.exports = __WEBPACK_EXTERNAL_MODULE__613__;
/***/ }),
/***/ 86:

@@ -203,16 +196,2 @@ /***/ ((module) => {

/***/ 515:
/***/ ((module) => {
module.exports = __WEBPACK_EXTERNAL_MODULE__515__;
/***/ }),
/***/ 509:
/***/ ((module) => {
module.exports = __WEBPACK_EXTERNAL_MODULE__509__;
/***/ }),
/***/ 389:

@@ -225,9 +204,2 @@ /***/ ((module) => {

/***/ 694:
/***/ ((module) => {
module.exports = __WEBPACK_EXTERNAL_MODULE__694__;
/***/ }),
/***/ 226:

@@ -317,60 +289,52 @@ /***/ ((module) => {

/* harmony import */ var tsparticles_particles_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(tsparticles_particles_js__WEBPACK_IMPORTED_MODULE_0__);
/* harmony import */ var tsparticles_move_base__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(565);
/* harmony import */ var tsparticles_move_base__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(tsparticles_move_base__WEBPACK_IMPORTED_MODULE_1__);
/* harmony import */ var tsparticles_shape_circle__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(851);
/* harmony import */ var tsparticles_shape_circle__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(tsparticles_shape_circle__WEBPACK_IMPORTED_MODULE_2__);
/* harmony import */ var tsparticles_updater_color__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(613);
/* harmony import */ var tsparticles_updater_color__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_color__WEBPACK_IMPORTED_MODULE_3__);
/* harmony import */ var tsparticles_interaction_external_attract__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(947);
/* harmony import */ var tsparticles_interaction_external_attract__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_attract__WEBPACK_IMPORTED_MODULE_4__);
/* harmony import */ var tsparticles_interaction_external_bounce__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(428);
/* harmony import */ var tsparticles_interaction_external_bounce__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_bounce__WEBPACK_IMPORTED_MODULE_5__);
/* harmony import */ var tsparticles_interaction_external_bubble__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(557);
/* harmony import */ var tsparticles_interaction_external_bubble__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_bubble__WEBPACK_IMPORTED_MODULE_6__);
/* harmony import */ var tsparticles_interaction_external_connect__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(240);
/* harmony import */ var tsparticles_interaction_external_connect__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_connect__WEBPACK_IMPORTED_MODULE_7__);
/* harmony import */ var tsparticles_interaction_external_grab__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(354);
/* harmony import */ var tsparticles_interaction_external_grab__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_grab__WEBPACK_IMPORTED_MODULE_8__);
/* harmony import */ var tsparticles_interaction_external_pause__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(199);
/* harmony import */ var tsparticles_interaction_external_pause__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_pause__WEBPACK_IMPORTED_MODULE_9__);
/* harmony import */ var tsparticles_interaction_external_push__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(997);
/* harmony import */ var tsparticles_interaction_external_push__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_push__WEBPACK_IMPORTED_MODULE_10__);
/* harmony import */ var tsparticles_interaction_external_remove__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(341);
/* harmony import */ var tsparticles_interaction_external_remove__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_remove__WEBPACK_IMPORTED_MODULE_11__);
/* harmony import */ var tsparticles_interaction_external_repulse__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(142);
/* harmony import */ var tsparticles_interaction_external_repulse__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_repulse__WEBPACK_IMPORTED_MODULE_12__);
/* harmony import */ var tsparticles_interaction_external_slow__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(563);
/* harmony import */ var tsparticles_interaction_external_slow__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_slow__WEBPACK_IMPORTED_MODULE_13__);
/* harmony import */ var tsparticles_shape_image__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(520);
/* harmony import */ var tsparticles_shape_image__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(tsparticles_shape_image__WEBPACK_IMPORTED_MODULE_14__);
/* harmony import */ var tsparticles_updater_life__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(86);
/* harmony import */ var tsparticles_updater_life__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_life__WEBPACK_IMPORTED_MODULE_15__);
/* harmony import */ var tsparticles_shape_line__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(598);
/* harmony import */ var tsparticles_shape_line__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(tsparticles_shape_line__WEBPACK_IMPORTED_MODULE_16__);
/* harmony import */ var tsparticles_updater_opacity__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(515);
/* harmony import */ var tsparticles_updater_opacity__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_opacity__WEBPACK_IMPORTED_MODULE_17__);
/* harmony import */ var tsparticles_updater_out_modes__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(509);
/* harmony import */ var tsparticles_updater_out_modes__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_out_modes__WEBPACK_IMPORTED_MODULE_18__);
/* harmony import */ var tsparticles_move_parallax__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(845);
/* harmony import */ var tsparticles_move_parallax__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(tsparticles_move_parallax__WEBPACK_IMPORTED_MODULE_19__);
/* harmony import */ var tsparticles_interaction_particles_attract__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(718);
/* harmony import */ var tsparticles_interaction_particles_attract__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_particles_attract__WEBPACK_IMPORTED_MODULE_20__);
/* harmony import */ var tsparticles_interaction_particles_collisions__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(203);
/* harmony import */ var tsparticles_interaction_particles_collisions__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_particles_collisions__WEBPACK_IMPORTED_MODULE_21__);
/* harmony import */ var tsparticles_interaction_particles_links__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(39);
/* harmony import */ var tsparticles_interaction_particles_links__WEBPACK_IMPORTED_MODULE_22___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_particles_links__WEBPACK_IMPORTED_MODULE_22__);
/* harmony import */ var tsparticles_shape_polygon__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(841);
/* harmony import */ var tsparticles_shape_polygon__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__webpack_require__.n(tsparticles_shape_polygon__WEBPACK_IMPORTED_MODULE_23__);
/* harmony import */ var tsparticles_updater_rotate__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(389);
/* harmony import */ var tsparticles_updater_rotate__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_rotate__WEBPACK_IMPORTED_MODULE_24__);
/* harmony import */ var tsparticles_updater_size__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(694);
/* harmony import */ var tsparticles_updater_size__WEBPACK_IMPORTED_MODULE_25___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_size__WEBPACK_IMPORTED_MODULE_25__);
/* harmony import */ var tsparticles_shape_square__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(860);
/* harmony import */ var tsparticles_shape_square__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__webpack_require__.n(tsparticles_shape_square__WEBPACK_IMPORTED_MODULE_26__);
/* harmony import */ var tsparticles_shape_star__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(208);
/* harmony import */ var tsparticles_shape_star__WEBPACK_IMPORTED_MODULE_27___default = /*#__PURE__*/__webpack_require__.n(tsparticles_shape_star__WEBPACK_IMPORTED_MODULE_27__);
/* harmony import */ var tsparticles_updater_stroke_color__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(226);
/* harmony import */ var tsparticles_updater_stroke_color__WEBPACK_IMPORTED_MODULE_28___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_stroke_color__WEBPACK_IMPORTED_MODULE_28__);
/* harmony import */ var tsparticles_shape_text__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(706);
/* harmony import */ var tsparticles_shape_text__WEBPACK_IMPORTED_MODULE_29___default = /*#__PURE__*/__webpack_require__.n(tsparticles_shape_text__WEBPACK_IMPORTED_MODULE_29__);
/* harmony import */ var tsparticles_basic__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(477);
/* harmony import */ var tsparticles_basic__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(tsparticles_basic__WEBPACK_IMPORTED_MODULE_1__);
/* harmony import */ var tsparticles_plugin_easing_quad__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(534);
/* harmony import */ var tsparticles_plugin_easing_quad__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(tsparticles_plugin_easing_quad__WEBPACK_IMPORTED_MODULE_2__);
/* harmony import */ var tsparticles_interaction_external_attract__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(947);
/* harmony import */ var tsparticles_interaction_external_attract__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_attract__WEBPACK_IMPORTED_MODULE_3__);
/* harmony import */ var tsparticles_interaction_external_bounce__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(428);
/* harmony import */ var tsparticles_interaction_external_bounce__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_bounce__WEBPACK_IMPORTED_MODULE_4__);
/* harmony import */ var tsparticles_interaction_external_bubble__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(557);
/* harmony import */ var tsparticles_interaction_external_bubble__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_bubble__WEBPACK_IMPORTED_MODULE_5__);
/* harmony import */ var tsparticles_interaction_external_connect__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(240);
/* harmony import */ var tsparticles_interaction_external_connect__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_connect__WEBPACK_IMPORTED_MODULE_6__);
/* harmony import */ var tsparticles_interaction_external_grab__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(354);
/* harmony import */ var tsparticles_interaction_external_grab__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_grab__WEBPACK_IMPORTED_MODULE_7__);
/* harmony import */ var tsparticles_interaction_external_pause__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(199);
/* harmony import */ var tsparticles_interaction_external_pause__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_pause__WEBPACK_IMPORTED_MODULE_8__);
/* harmony import */ var tsparticles_interaction_external_push__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(997);
/* harmony import */ var tsparticles_interaction_external_push__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_push__WEBPACK_IMPORTED_MODULE_9__);
/* harmony import */ var tsparticles_interaction_external_remove__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(341);
/* harmony import */ var tsparticles_interaction_external_remove__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_remove__WEBPACK_IMPORTED_MODULE_10__);
/* harmony import */ var tsparticles_interaction_external_repulse__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(142);
/* harmony import */ var tsparticles_interaction_external_repulse__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_repulse__WEBPACK_IMPORTED_MODULE_11__);
/* harmony import */ var tsparticles_interaction_external_slow__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(563);
/* harmony import */ var tsparticles_interaction_external_slow__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_slow__WEBPACK_IMPORTED_MODULE_12__);
/* harmony import */ var tsparticles_shape_image__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(520);
/* harmony import */ var tsparticles_shape_image__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(tsparticles_shape_image__WEBPACK_IMPORTED_MODULE_13__);
/* harmony import */ var tsparticles_updater_life__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(86);
/* harmony import */ var tsparticles_updater_life__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_life__WEBPACK_IMPORTED_MODULE_14__);
/* harmony import */ var tsparticles_shape_line__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(598);
/* harmony import */ var tsparticles_shape_line__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(tsparticles_shape_line__WEBPACK_IMPORTED_MODULE_15__);
/* harmony import */ var tsparticles_move_parallax__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(845);
/* harmony import */ var tsparticles_move_parallax__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(tsparticles_move_parallax__WEBPACK_IMPORTED_MODULE_16__);
/* harmony import */ var tsparticles_interaction_particles_attract__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(718);
/* harmony import */ var tsparticles_interaction_particles_attract__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_particles_attract__WEBPACK_IMPORTED_MODULE_17__);
/* harmony import */ var tsparticles_interaction_particles_collisions__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(203);
/* harmony import */ var tsparticles_interaction_particles_collisions__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_particles_collisions__WEBPACK_IMPORTED_MODULE_18__);
/* harmony import */ var tsparticles_interaction_particles_links__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(39);
/* harmony import */ var tsparticles_interaction_particles_links__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_particles_links__WEBPACK_IMPORTED_MODULE_19__);
/* harmony import */ var tsparticles_shape_polygon__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(841);
/* harmony import */ var tsparticles_shape_polygon__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(tsparticles_shape_polygon__WEBPACK_IMPORTED_MODULE_20__);
/* harmony import */ var tsparticles_updater_rotate__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(389);
/* harmony import */ var tsparticles_updater_rotate__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_rotate__WEBPACK_IMPORTED_MODULE_21__);
/* harmony import */ var tsparticles_shape_square__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(860);
/* harmony import */ var tsparticles_shape_square__WEBPACK_IMPORTED_MODULE_22___default = /*#__PURE__*/__webpack_require__.n(tsparticles_shape_square__WEBPACK_IMPORTED_MODULE_22__);
/* harmony import */ var tsparticles_shape_star__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(208);
/* harmony import */ var tsparticles_shape_star__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__webpack_require__.n(tsparticles_shape_star__WEBPACK_IMPORTED_MODULE_23__);
/* harmony import */ var tsparticles_updater_stroke_color__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(226);
/* harmony import */ var tsparticles_updater_stroke_color__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_stroke_color__WEBPACK_IMPORTED_MODULE_24__);
/* harmony import */ var tsparticles_shape_text__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(706);
/* harmony import */ var tsparticles_shape_text__WEBPACK_IMPORTED_MODULE_25___default = /*#__PURE__*/__webpack_require__.n(tsparticles_shape_text__WEBPACK_IMPORTED_MODULE_25__);

@@ -402,38 +366,29 @@

async function loadSlim(engine, refresh = true) {
(0,tsparticles_particles_js__WEBPACK_IMPORTED_MODULE_0__.initPjs)(engine);
await (0,tsparticles_move_base__WEBPACK_IMPORTED_MODULE_1__.loadBaseMover)(engine, false);
await (0,tsparticles_move_parallax__WEBPACK_IMPORTED_MODULE_19__.loadParallaxMover)(engine, false);
await (0,tsparticles_interaction_external_attract__WEBPACK_IMPORTED_MODULE_4__.loadExternalAttractInteraction)(engine, false);
await (0,tsparticles_interaction_external_bounce__WEBPACK_IMPORTED_MODULE_5__.loadExternalBounceInteraction)(engine, false);
await (0,tsparticles_interaction_external_bubble__WEBPACK_IMPORTED_MODULE_6__.loadExternalBubbleInteraction)(engine, false);
await (0,tsparticles_interaction_external_connect__WEBPACK_IMPORTED_MODULE_7__.loadExternalConnectInteraction)(engine, false);
await (0,tsparticles_interaction_external_grab__WEBPACK_IMPORTED_MODULE_8__.loadExternalGrabInteraction)(engine, false);
await (0,tsparticles_interaction_external_pause__WEBPACK_IMPORTED_MODULE_9__.loadExternalPauseInteraction)(engine, false);
await (0,tsparticles_interaction_external_push__WEBPACK_IMPORTED_MODULE_10__.loadExternalPushInteraction)(engine, false);
await (0,tsparticles_interaction_external_remove__WEBPACK_IMPORTED_MODULE_11__.loadExternalRemoveInteraction)(engine, false);
await (0,tsparticles_interaction_external_repulse__WEBPACK_IMPORTED_MODULE_12__.loadExternalRepulseInteraction)(engine, false);
await (0,tsparticles_interaction_external_slow__WEBPACK_IMPORTED_MODULE_13__.loadExternalSlowInteraction)(engine, false);
await (0,tsparticles_interaction_particles_attract__WEBPACK_IMPORTED_MODULE_20__.loadParticlesAttractInteraction)(engine, false);
await (0,tsparticles_interaction_particles_collisions__WEBPACK_IMPORTED_MODULE_21__.loadParticlesCollisionsInteraction)(engine, false);
await (0,tsparticles_interaction_particles_links__WEBPACK_IMPORTED_MODULE_22__.loadParticlesLinksInteraction)(engine, false);
await (0,tsparticles_shape_circle__WEBPACK_IMPORTED_MODULE_2__.loadCircleShape)(engine, false);
await (0,tsparticles_shape_image__WEBPACK_IMPORTED_MODULE_14__.loadImageShape)(engine, false);
await (0,tsparticles_shape_line__WEBPACK_IMPORTED_MODULE_16__.loadLineShape)(engine, false);
await (0,tsparticles_shape_polygon__WEBPACK_IMPORTED_MODULE_23__.loadPolygonShape)(engine, false);
await (0,tsparticles_shape_square__WEBPACK_IMPORTED_MODULE_26__.loadSquareShape)(engine, false);
await (0,tsparticles_shape_star__WEBPACK_IMPORTED_MODULE_27__.loadStarShape)(engine, false);
await (0,tsparticles_shape_text__WEBPACK_IMPORTED_MODULE_29__.loadTextShape)(engine, false);
await (0,tsparticles_updater_life__WEBPACK_IMPORTED_MODULE_15__.loadLifeUpdater)(engine, false);
await (0,tsparticles_updater_opacity__WEBPACK_IMPORTED_MODULE_17__.loadOpacityUpdater)(engine, false);
await (0,tsparticles_updater_size__WEBPACK_IMPORTED_MODULE_25__.loadSizeUpdater)(engine, false);
await (0,tsparticles_updater_color__WEBPACK_IMPORTED_MODULE_3__.loadColorUpdater)(engine, false);
await (0,tsparticles_updater_out_modes__WEBPACK_IMPORTED_MODULE_18__.loadOutModesUpdater)(engine, false);
await (0,tsparticles_updater_rotate__WEBPACK_IMPORTED_MODULE_24__.loadRotateUpdater)(engine, false);
await (0,tsparticles_updater_stroke_color__WEBPACK_IMPORTED_MODULE_28__.loadStrokeColorUpdater)(engine, false);
await engine.refresh(refresh);
await (0,tsparticles_move_parallax__WEBPACK_IMPORTED_MODULE_16__.loadParallaxMover)(engine, false);
await (0,tsparticles_interaction_external_attract__WEBPACK_IMPORTED_MODULE_3__.loadExternalAttractInteraction)(engine, false);
await (0,tsparticles_interaction_external_bounce__WEBPACK_IMPORTED_MODULE_4__.loadExternalBounceInteraction)(engine, false);
await (0,tsparticles_interaction_external_bubble__WEBPACK_IMPORTED_MODULE_5__.loadExternalBubbleInteraction)(engine, false);
await (0,tsparticles_interaction_external_connect__WEBPACK_IMPORTED_MODULE_6__.loadExternalConnectInteraction)(engine, false);
await (0,tsparticles_interaction_external_grab__WEBPACK_IMPORTED_MODULE_7__.loadExternalGrabInteraction)(engine, false);
await (0,tsparticles_interaction_external_pause__WEBPACK_IMPORTED_MODULE_8__.loadExternalPauseInteraction)(engine, false);
await (0,tsparticles_interaction_external_push__WEBPACK_IMPORTED_MODULE_9__.loadExternalPushInteraction)(engine, false);
await (0,tsparticles_interaction_external_remove__WEBPACK_IMPORTED_MODULE_10__.loadExternalRemoveInteraction)(engine, false);
await (0,tsparticles_interaction_external_repulse__WEBPACK_IMPORTED_MODULE_11__.loadExternalRepulseInteraction)(engine, false);
await (0,tsparticles_interaction_external_slow__WEBPACK_IMPORTED_MODULE_12__.loadExternalSlowInteraction)(engine, false);
await (0,tsparticles_interaction_particles_attract__WEBPACK_IMPORTED_MODULE_17__.loadParticlesAttractInteraction)(engine, false);
await (0,tsparticles_interaction_particles_collisions__WEBPACK_IMPORTED_MODULE_18__.loadParticlesCollisionsInteraction)(engine, false);
await (0,tsparticles_interaction_particles_links__WEBPACK_IMPORTED_MODULE_19__.loadParticlesLinksInteraction)(engine, false);
await (0,tsparticles_plugin_easing_quad__WEBPACK_IMPORTED_MODULE_2__.loadEasingQuadPlugin)();
await (0,tsparticles_shape_image__WEBPACK_IMPORTED_MODULE_13__.loadImageShape)(engine, false);
await (0,tsparticles_shape_line__WEBPACK_IMPORTED_MODULE_15__.loadLineShape)(engine, false);
await (0,tsparticles_shape_polygon__WEBPACK_IMPORTED_MODULE_20__.loadPolygonShape)(engine, false);
await (0,tsparticles_shape_square__WEBPACK_IMPORTED_MODULE_22__.loadSquareShape)(engine, false);
await (0,tsparticles_shape_star__WEBPACK_IMPORTED_MODULE_23__.loadStarShape)(engine, false);
await (0,tsparticles_shape_text__WEBPACK_IMPORTED_MODULE_25__.loadTextShape)(engine, false);
await (0,tsparticles_updater_life__WEBPACK_IMPORTED_MODULE_14__.loadLifeUpdater)(engine, false);
await (0,tsparticles_updater_rotate__WEBPACK_IMPORTED_MODULE_21__.loadRotateUpdater)(engine, false);
await (0,tsparticles_updater_stroke_color__WEBPACK_IMPORTED_MODULE_24__.loadStrokeColorUpdater)(engine, false);
await (0,tsparticles_basic__WEBPACK_IMPORTED_MODULE_1__.loadBasic)(engine, refresh);
}

@@ -440,0 +395,0 @@ })();

/*! For license information please see tsparticles.slim.min.js.LICENSE.txt */
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("tsparticles-particles.js"),require("tsparticles-move-base"),require("tsparticles-shape-circle"),require("tsparticles-updater-color"),require("tsparticles-interaction-external-attract"),require("tsparticles-interaction-external-bounce"),require("tsparticles-interaction-external-bubble"),require("tsparticles-interaction-external-connect"),require("tsparticles-interaction-external-grab"),require("tsparticles-interaction-external-pause"),require("tsparticles-interaction-external-push"),require("tsparticles-interaction-external-remove"),require("tsparticles-interaction-external-repulse"),require("tsparticles-interaction-external-slow"),require("tsparticles-shape-image"),require("tsparticles-updater-life"),require("tsparticles-shape-line"),require("tsparticles-updater-opacity"),require("tsparticles-updater-out-modes"),require("tsparticles-move-parallax"),require("tsparticles-interaction-particles-attract"),require("tsparticles-interaction-particles-collisions"),require("tsparticles-interaction-particles-links"),require("tsparticles-shape-polygon"),require("tsparticles-updater-rotate"),require("tsparticles-updater-size"),require("tsparticles-shape-square"),require("tsparticles-shape-star"),require("tsparticles-updater-stroke-color"),require("tsparticles-shape-text"));else if("function"==typeof define&&define.amd)define(["tsparticles-particles.js","tsparticles-move-base","tsparticles-shape-circle","tsparticles-updater-color","tsparticles-interaction-external-attract","tsparticles-interaction-external-bounce","tsparticles-interaction-external-bubble","tsparticles-interaction-external-connect","tsparticles-interaction-external-grab","tsparticles-interaction-external-pause","tsparticles-interaction-external-push","tsparticles-interaction-external-remove","tsparticles-interaction-external-repulse","tsparticles-interaction-external-slow","tsparticles-shape-image","tsparticles-updater-life","tsparticles-shape-line","tsparticles-updater-opacity","tsparticles-updater-out-modes","tsparticles-move-parallax","tsparticles-interaction-particles-attract","tsparticles-interaction-particles-collisions","tsparticles-interaction-particles-links","tsparticles-shape-polygon","tsparticles-updater-rotate","tsparticles-updater-size","tsparticles-shape-square","tsparticles-shape-star","tsparticles-updater-stroke-color","tsparticles-shape-text"],t);else{var r="object"==typeof exports?t(require("tsparticles-particles.js"),require("tsparticles-move-base"),require("tsparticles-shape-circle"),require("tsparticles-updater-color"),require("tsparticles-interaction-external-attract"),require("tsparticles-interaction-external-bounce"),require("tsparticles-interaction-external-bubble"),require("tsparticles-interaction-external-connect"),require("tsparticles-interaction-external-grab"),require("tsparticles-interaction-external-pause"),require("tsparticles-interaction-external-push"),require("tsparticles-interaction-external-remove"),require("tsparticles-interaction-external-repulse"),require("tsparticles-interaction-external-slow"),require("tsparticles-shape-image"),require("tsparticles-updater-life"),require("tsparticles-shape-line"),require("tsparticles-updater-opacity"),require("tsparticles-updater-out-modes"),require("tsparticles-move-parallax"),require("tsparticles-interaction-particles-attract"),require("tsparticles-interaction-particles-collisions"),require("tsparticles-interaction-particles-links"),require("tsparticles-shape-polygon"),require("tsparticles-updater-rotate"),require("tsparticles-updater-size"),require("tsparticles-shape-square"),require("tsparticles-shape-star"),require("tsparticles-updater-stroke-color"),require("tsparticles-shape-text")):t(e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window);for(var a in r)("object"==typeof exports?exports:e)[a]=r[a]}}(this,((e,t,r,a,i,s,o,l,n,p,c,u,d,w,x,q,h,b,f,m,v,y,S,g,I,j,P,E,k,O)=>(()=>{"use strict";var U={947:e=>{e.exports=i},428:e=>{e.exports=s},557:e=>{e.exports=o},240:e=>{e.exports=l},354:e=>{e.exports=n},199:e=>{e.exports=p},997:e=>{e.exports=c},341:e=>{e.exports=u},142:e=>{e.exports=d},563:e=>{e.exports=w},718:e=>{e.exports=v},203:e=>{e.exports=y},39:e=>{e.exports=S},565:e=>{e.exports=t},845:e=>{e.exports=m},736:t=>{t.exports=e},851:e=>{e.exports=r},520:e=>{e.exports=x},598:e=>{e.exports=h},841:e=>{e.exports=g},860:e=>{e.exports=P},208:e=>{e.exports=E},706:e=>{e.exports=O},613:e=>{e.exports=a},86:e=>{e.exports=q},515:e=>{e.exports=b},509:e=>{e.exports=f},389:e=>{e.exports=I},694:e=>{e.exports=j},226:e=>{e.exports=k}},M={};function C(e){var t=M[e];if(void 0!==t)return t.exports;var r=M[e]={exports:{}};return U[e](r,r.exports,C),r.exports}C.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return C.d(t,{a:t}),t},C.d=(e,t)=>{for(var r in t)C.o(t,r)&&!C.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},C.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),C.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var z={};return(()=>{C.r(z),C.d(z,{loadSlim:()=>U});var e=C(736),t=C(565),r=C(851),a=C(613),i=C(947),s=C(428),o=C(557),l=C(240),n=C(354),p=C(199),c=C(997),u=C(341),d=C(142),w=C(563),x=C(520),q=C(86),h=C(598),b=C(515),f=C(509),m=C(845),v=C(718),y=C(203),S=C(39),g=C(841),I=C(389),j=C(694),P=C(860),E=C(208),k=C(226),O=C(706);async function U(U,M=!0){(0,e.initPjs)(U),await(0,t.loadBaseMover)(U,!1),await(0,m.loadParallaxMover)(U,!1),await(0,i.loadExternalAttractInteraction)(U,!1),await(0,s.loadExternalBounceInteraction)(U,!1),await(0,o.loadExternalBubbleInteraction)(U,!1),await(0,l.loadExternalConnectInteraction)(U,!1),await(0,n.loadExternalGrabInteraction)(U,!1),await(0,p.loadExternalPauseInteraction)(U,!1),await(0,c.loadExternalPushInteraction)(U,!1),await(0,u.loadExternalRemoveInteraction)(U,!1),await(0,d.loadExternalRepulseInteraction)(U,!1),await(0,w.loadExternalSlowInteraction)(U,!1),await(0,v.loadParticlesAttractInteraction)(U,!1),await(0,y.loadParticlesCollisionsInteraction)(U,!1),await(0,S.loadParticlesLinksInteraction)(U,!1),await(0,r.loadCircleShape)(U,!1),await(0,x.loadImageShape)(U,!1),await(0,h.loadLineShape)(U,!1),await(0,g.loadPolygonShape)(U,!1),await(0,P.loadSquareShape)(U,!1),await(0,E.loadStarShape)(U,!1),await(0,O.loadTextShape)(U,!1),await(0,q.loadLifeUpdater)(U,!1),await(0,b.loadOpacityUpdater)(U,!1),await(0,j.loadSizeUpdater)(U,!1),await(0,a.loadColorUpdater)(U,!1),await(0,f.loadOutModesUpdater)(U,!1),await(0,I.loadRotateUpdater)(U,!1),await(0,k.loadStrokeColorUpdater)(U,!1),await U.refresh(M)}})(),z})()));
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("tsparticles-particles.js"),require("tsparticles-basic"),require("tsparticles-plugin-easing-quad"),require("tsparticles-interaction-external-attract"),require("tsparticles-interaction-external-bounce"),require("tsparticles-interaction-external-bubble"),require("tsparticles-interaction-external-connect"),require("tsparticles-interaction-external-grab"),require("tsparticles-interaction-external-pause"),require("tsparticles-interaction-external-push"),require("tsparticles-interaction-external-remove"),require("tsparticles-interaction-external-repulse"),require("tsparticles-interaction-external-slow"),require("tsparticles-shape-image"),require("tsparticles-updater-life"),require("tsparticles-shape-line"),require("tsparticles-move-parallax"),require("tsparticles-interaction-particles-attract"),require("tsparticles-interaction-particles-collisions"),require("tsparticles-interaction-particles-links"),require("tsparticles-shape-polygon"),require("tsparticles-updater-rotate"),require("tsparticles-shape-square"),require("tsparticles-shape-star"),require("tsparticles-updater-stroke-color"),require("tsparticles-shape-text"));else if("function"==typeof define&&define.amd)define(["tsparticles-particles.js","tsparticles-basic","tsparticles-plugin-easing-quad","tsparticles-interaction-external-attract","tsparticles-interaction-external-bounce","tsparticles-interaction-external-bubble","tsparticles-interaction-external-connect","tsparticles-interaction-external-grab","tsparticles-interaction-external-pause","tsparticles-interaction-external-push","tsparticles-interaction-external-remove","tsparticles-interaction-external-repulse","tsparticles-interaction-external-slow","tsparticles-shape-image","tsparticles-updater-life","tsparticles-shape-line","tsparticles-move-parallax","tsparticles-interaction-particles-attract","tsparticles-interaction-particles-collisions","tsparticles-interaction-particles-links","tsparticles-shape-polygon","tsparticles-updater-rotate","tsparticles-shape-square","tsparticles-shape-star","tsparticles-updater-stroke-color","tsparticles-shape-text"],t);else{var r="object"==typeof exports?t(require("tsparticles-particles.js"),require("tsparticles-basic"),require("tsparticles-plugin-easing-quad"),require("tsparticles-interaction-external-attract"),require("tsparticles-interaction-external-bounce"),require("tsparticles-interaction-external-bubble"),require("tsparticles-interaction-external-connect"),require("tsparticles-interaction-external-grab"),require("tsparticles-interaction-external-pause"),require("tsparticles-interaction-external-push"),require("tsparticles-interaction-external-remove"),require("tsparticles-interaction-external-repulse"),require("tsparticles-interaction-external-slow"),require("tsparticles-shape-image"),require("tsparticles-updater-life"),require("tsparticles-shape-line"),require("tsparticles-move-parallax"),require("tsparticles-interaction-particles-attract"),require("tsparticles-interaction-particles-collisions"),require("tsparticles-interaction-particles-links"),require("tsparticles-shape-polygon"),require("tsparticles-updater-rotate"),require("tsparticles-shape-square"),require("tsparticles-shape-star"),require("tsparticles-updater-stroke-color"),require("tsparticles-shape-text")):t(e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window);for(var a in r)("object"==typeof exports?exports:e)[a]=r[a]}}(this,((e,t,r,a,i,s,n,o,l,p,c,u,d,x,w,q,b,h,f,g,v,m,y,S,I,P)=>(()=>{"use strict";var j={477:e=>{e.exports=t},947:e=>{e.exports=a},428:e=>{e.exports=i},557:e=>{e.exports=s},240:e=>{e.exports=n},354:e=>{e.exports=o},199:e=>{e.exports=l},997:e=>{e.exports=p},341:e=>{e.exports=c},142:e=>{e.exports=u},563:e=>{e.exports=d},718:e=>{e.exports=h},203:e=>{e.exports=f},39:e=>{e.exports=g},845:e=>{e.exports=b},736:t=>{t.exports=e},534:e=>{e.exports=r},520:e=>{e.exports=x},598:e=>{e.exports=q},841:e=>{e.exports=v},860:e=>{e.exports=y},208:e=>{e.exports=S},706:e=>{e.exports=P},86:e=>{e.exports=w},389:e=>{e.exports=m},226:e=>{e.exports=I}},E={};function k(e){var t=E[e];if(void 0!==t)return t.exports;var r=E[e]={exports:{}};return j[e](r,r.exports,k),r.exports}k.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return k.d(t,{a:t}),t},k.d=(e,t)=>{for(var r in t)k.o(t,r)&&!k.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},k.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),k.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var O={};return(()=>{k.r(O),k.d(O,{loadSlim:()=>j});var e=k(736),t=k(477),r=k(534),a=k(947),i=k(428),s=k(557),n=k(240),o=k(354),l=k(199),p=k(997),c=k(341),u=k(142),d=k(563),x=k(520),w=k(86),q=k(598),b=k(845),h=k(718),f=k(203),g=k(39),v=k(841),m=k(389),y=k(860),S=k(208),I=k(226),P=k(706);async function j(j,E=!0){(0,e.initPjs)(j),await(0,b.loadParallaxMover)(j,!1),await(0,a.loadExternalAttractInteraction)(j,!1),await(0,i.loadExternalBounceInteraction)(j,!1),await(0,s.loadExternalBubbleInteraction)(j,!1),await(0,n.loadExternalConnectInteraction)(j,!1),await(0,o.loadExternalGrabInteraction)(j,!1),await(0,l.loadExternalPauseInteraction)(j,!1),await(0,p.loadExternalPushInteraction)(j,!1),await(0,c.loadExternalRemoveInteraction)(j,!1),await(0,u.loadExternalRepulseInteraction)(j,!1),await(0,d.loadExternalSlowInteraction)(j,!1),await(0,h.loadParticlesAttractInteraction)(j,!1),await(0,f.loadParticlesCollisionsInteraction)(j,!1),await(0,g.loadParticlesLinksInteraction)(j,!1),await(0,r.loadEasingQuadPlugin)(),await(0,x.loadImageShape)(j,!1),await(0,q.loadLineShape)(j,!1),await(0,v.loadPolygonShape)(j,!1),await(0,y.loadSquareShape)(j,!1),await(0,S.loadStarShape)(j,!1),await(0,P.loadTextShape)(j,!1),await(0,w.loadLifeUpdater)(j,!1),await(0,m.loadRotateUpdater)(j,!1),await(0,I.loadStrokeColorUpdater)(j,!1),await(0,t.loadBasic)(j,E)}})(),O})()));

@@ -1,1 +0,1 @@

/*! tsParticles Slim v2.11.1 by Matteo Bruni */
/*! tsParticles Slim v2.12.0 by Matteo Bruni */

@@ -7,3 +7,3 @@ (function (factory) {

else if (typeof define === "function" && define.amd) {
define(["require", "exports", "tsparticles-particles.js", "tsparticles-move-base", "tsparticles-shape-circle", "tsparticles-updater-color", "tsparticles-interaction-external-attract", "tsparticles-interaction-external-bounce", "tsparticles-interaction-external-bubble", "tsparticles-interaction-external-connect", "tsparticles-interaction-external-grab", "tsparticles-interaction-external-pause", "tsparticles-interaction-external-push", "tsparticles-interaction-external-remove", "tsparticles-interaction-external-repulse", "tsparticles-interaction-external-slow", "tsparticles-shape-image", "tsparticles-updater-life", "tsparticles-shape-line", "tsparticles-updater-opacity", "tsparticles-updater-out-modes", "tsparticles-move-parallax", "tsparticles-interaction-particles-attract", "tsparticles-interaction-particles-collisions", "tsparticles-interaction-particles-links", "tsparticles-shape-polygon", "tsparticles-updater-rotate", "tsparticles-updater-size", "tsparticles-shape-square", "tsparticles-shape-star", "tsparticles-updater-stroke-color", "tsparticles-shape-text"], factory);
define(["require", "exports", "tsparticles-particles.js", "tsparticles-basic", "tsparticles-plugin-easing-quad", "tsparticles-interaction-external-attract", "tsparticles-interaction-external-bounce", "tsparticles-interaction-external-bubble", "tsparticles-interaction-external-connect", "tsparticles-interaction-external-grab", "tsparticles-interaction-external-pause", "tsparticles-interaction-external-push", "tsparticles-interaction-external-remove", "tsparticles-interaction-external-repulse", "tsparticles-interaction-external-slow", "tsparticles-shape-image", "tsparticles-updater-life", "tsparticles-shape-line", "tsparticles-move-parallax", "tsparticles-interaction-particles-attract", "tsparticles-interaction-particles-collisions", "tsparticles-interaction-particles-links", "tsparticles-shape-polygon", "tsparticles-updater-rotate", "tsparticles-shape-square", "tsparticles-shape-star", "tsparticles-updater-stroke-color", "tsparticles-shape-text"], factory);
}

@@ -15,5 +15,4 @@ })(function (require, exports) {

const tsparticles_particles_js_1 = require("tsparticles-particles.js");
const tsparticles_move_base_1 = require("tsparticles-move-base");
const tsparticles_shape_circle_1 = require("tsparticles-shape-circle");
const tsparticles_updater_color_1 = require("tsparticles-updater-color");
const tsparticles_basic_1 = require("tsparticles-basic");
const tsparticles_plugin_easing_quad_1 = require("tsparticles-plugin-easing-quad");
const tsparticles_interaction_external_attract_1 = require("tsparticles-interaction-external-attract");

@@ -32,4 +31,2 @@ const tsparticles_interaction_external_bounce_1 = require("tsparticles-interaction-external-bounce");

const tsparticles_shape_line_1 = require("tsparticles-shape-line");
const tsparticles_updater_opacity_1 = require("tsparticles-updater-opacity");
const tsparticles_updater_out_modes_1 = require("tsparticles-updater-out-modes");
const tsparticles_move_parallax_1 = require("tsparticles-move-parallax");

@@ -41,3 +38,2 @@ const tsparticles_interaction_particles_attract_1 = require("tsparticles-interaction-particles-attract");

const tsparticles_updater_rotate_1 = require("tsparticles-updater-rotate");
const tsparticles_updater_size_1 = require("tsparticles-updater-size");
const tsparticles_shape_square_1 = require("tsparticles-shape-square");

@@ -49,3 +45,2 @@ const tsparticles_shape_star_1 = require("tsparticles-shape-star");

(0, tsparticles_particles_js_1.initPjs)(engine);
await (0, tsparticles_move_base_1.loadBaseMover)(engine, false);
await (0, tsparticles_move_parallax_1.loadParallaxMover)(engine, false);

@@ -65,3 +60,3 @@ await (0, tsparticles_interaction_external_attract_1.loadExternalAttractInteraction)(engine, false);

await (0, tsparticles_interaction_particles_links_1.loadParticlesLinksInteraction)(engine, false);
await (0, tsparticles_shape_circle_1.loadCircleShape)(engine, false);
await (0, tsparticles_plugin_easing_quad_1.loadEasingQuadPlugin)();
await (0, tsparticles_shape_image_1.loadImageShape)(engine, false);

@@ -74,11 +69,7 @@ await (0, tsparticles_shape_line_1.loadLineShape)(engine, false);

await (0, tsparticles_updater_life_1.loadLifeUpdater)(engine, false);
await (0, tsparticles_updater_opacity_1.loadOpacityUpdater)(engine, false);
await (0, tsparticles_updater_size_1.loadSizeUpdater)(engine, false);
await (0, tsparticles_updater_color_1.loadColorUpdater)(engine, false);
await (0, tsparticles_updater_out_modes_1.loadOutModesUpdater)(engine, false);
await (0, tsparticles_updater_rotate_1.loadRotateUpdater)(engine, false);
await (0, tsparticles_updater_stroke_color_1.loadStrokeColorUpdater)(engine, false);
await engine.refresh(refresh);
await (0, tsparticles_basic_1.loadBasic)(engine, refresh);
}
exports.loadSlim = loadSlim;
});

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc