@tsparticles/all 3.0.2 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/bundle.js +1 -1
- package/browser/index.js +4 -0
- package/cjs/bundle.js +1 -1
- package/cjs/index.js +4 -0
- package/esm/bundle.js +1 -1
- package/esm/index.js +4 -0
- package/package.json +47 -45
- package/report.html +2 -2
- package/tsparticles.all.bundle.js +2714 -1786
- package/tsparticles.all.bundle.min.js +1 -1
- package/tsparticles.all.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.all.js +54 -32
- package/tsparticles.all.min.js +1 -1
- package/tsparticles.all.min.js.LICENSE.txt +1 -1
- package/umd/bundle.js +1 -1
- package/umd/index.js +5 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tsParticles All v3.0
|
|
1
|
+
/*! tsParticles All v3.1.0 by Matteo Bruni */
|
package/tsparticles.all.js
CHANGED
|
@@ -4,18 +4,18 @@
|
|
|
4
4
|
* Demo / Generator : https://particles.js.org/
|
|
5
5
|
* GitHub : https://www.github.com/matteobruni/tsparticles
|
|
6
6
|
* How to use? : Check the GitHub README
|
|
7
|
-
* v3.0
|
|
7
|
+
* v3.1.0
|
|
8
8
|
*/
|
|
9
9
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
10
10
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
11
|
-
module.exports = factory(require("@tsparticles/pjs"), require("@tsparticles/shape-arrow"), require("@tsparticles/effect-bubble"), require("@tsparticles/plugin-canvas-mask"), require("@tsparticles/shape-cards"), require("@tsparticles/shape-cog"), require("@tsparticles/path-curl-noise"), require("@tsparticles/path-curves"), require("@tsparticles/plugin-easing-back"), require("@tsparticles/plugin-easing-circ"), require("@tsparticles/plugin-easing-cubic"), require("@tsparticles/plugin-easing-expo"), require("@tsparticles/plugin-easing-linear"), require("@tsparticles/plugin-easing-quart"), require("@tsparticles/plugin-easing-quint"), require("@tsparticles/plugin-easing-sine"), require("@tsparticles/plugin-emitters-shape-canvas"), require("@tsparticles/plugin-emitters-shape-path"), require("@tsparticles/plugin-emitters-shape-polygon"), require("@tsparticles/plugin-export-image"), require("@tsparticles/plugin-export-json"), require("@tsparticles/plugin-export-video"), require("@tsparticles/interaction-external-pop"), require("tsparticles"), require("@tsparticles/updater-gradient"), require("@tsparticles/shape-heart"), require("@tsparticles/plugin-hsv-color"), require("@tsparticles/plugin-infection"), require("@tsparticles/interaction-light"), require("@tsparticles/plugin-motion"), require("@tsparticles/updater-orbit"), require("@tsparticles/interaction-particles-repulse"), require("@tsparticles/shape-path"), require("@tsparticles/path-perlin-noise"), require("@tsparticles/plugin-polygon-mask"), require("@tsparticles/path-polygon"), require("@tsparticles/shape-rounded-polygon"), require("@tsparticles/shape-rounded-rect"), require("@tsparticles/path-svg"), require("@tsparticles/path-simplex-noise"), require("@tsparticles/plugin-sounds"), require("@tsparticles/shape-spiral"), require("@tsparticles/effect-trail"));
|
|
11
|
+
module.exports = factory(require("@tsparticles/pjs"), require("@tsparticles/shape-arrow"), require("@tsparticles/effect-bubble"), require("@tsparticles/plugin-canvas-mask"), require("@tsparticles/shape-cards"), require("@tsparticles/shape-cog"), require("@tsparticles/path-curl-noise"), require("@tsparticles/path-curves"), require("@tsparticles/plugin-easing-back"), require("@tsparticles/plugin-easing-circ"), require("@tsparticles/plugin-easing-cubic"), require("@tsparticles/plugin-easing-expo"), require("@tsparticles/plugin-easing-linear"), require("@tsparticles/plugin-easing-quart"), require("@tsparticles/plugin-easing-quint"), require("@tsparticles/plugin-easing-sine"), require("@tsparticles/plugin-emitters-shape-canvas"), require("@tsparticles/plugin-emitters-shape-path"), require("@tsparticles/plugin-emitters-shape-polygon"), require("@tsparticles/plugin-export-image"), require("@tsparticles/plugin-export-json"), require("@tsparticles/plugin-export-video"), require("@tsparticles/interaction-external-pop"), require("tsparticles"), require("@tsparticles/updater-gradient"), require("@tsparticles/shape-heart"), require("@tsparticles/plugin-hsv-color"), require("@tsparticles/plugin-infection"), require("@tsparticles/interaction-light"), require("@tsparticles/plugin-motion"), require("@tsparticles/updater-orbit"), require("@tsparticles/interaction-particles-repulse"), require("@tsparticles/shape-path"), require("@tsparticles/path-perlin-noise"), require("@tsparticles/plugin-poisson-disc"), require("@tsparticles/plugin-polygon-mask"), require("@tsparticles/path-polygon"), require("@tsparticles/shape-rounded-polygon"), require("@tsparticles/shape-rounded-rect"), require("@tsparticles/path-svg"), require("@tsparticles/path-simplex-noise"), require("@tsparticles/plugin-sounds"), require("@tsparticles/shape-spiral"), require("@tsparticles/effect-trail"), require("@tsparticles/path-zig-zag"));
|
|
12
12
|
else if(typeof define === 'function' && define.amd)
|
|
13
|
-
define(["@tsparticles/pjs", "@tsparticles/shape-arrow", "@tsparticles/effect-bubble", "@tsparticles/plugin-canvas-mask", "@tsparticles/shape-cards", "@tsparticles/shape-cog", "@tsparticles/path-curl-noise", "@tsparticles/path-curves", "@tsparticles/plugin-easing-back", "@tsparticles/plugin-easing-circ", "@tsparticles/plugin-easing-cubic", "@tsparticles/plugin-easing-expo", "@tsparticles/plugin-easing-linear", "@tsparticles/plugin-easing-quart", "@tsparticles/plugin-easing-quint", "@tsparticles/plugin-easing-sine", "@tsparticles/plugin-emitters-shape-canvas", "@tsparticles/plugin-emitters-shape-path", "@tsparticles/plugin-emitters-shape-polygon", "@tsparticles/plugin-export-image", "@tsparticles/plugin-export-json", "@tsparticles/plugin-export-video", "@tsparticles/interaction-external-pop", "tsparticles", "@tsparticles/updater-gradient", "@tsparticles/shape-heart", "@tsparticles/plugin-hsv-color", "@tsparticles/plugin-infection", "@tsparticles/interaction-light", "@tsparticles/plugin-motion", "@tsparticles/updater-orbit", "@tsparticles/interaction-particles-repulse", "@tsparticles/shape-path", "@tsparticles/path-perlin-noise", "@tsparticles/plugin-polygon-mask", "@tsparticles/path-polygon", "@tsparticles/shape-rounded-polygon", "@tsparticles/shape-rounded-rect", "@tsparticles/path-svg", "@tsparticles/path-simplex-noise", "@tsparticles/plugin-sounds", "@tsparticles/shape-spiral", "@tsparticles/effect-trail"], factory);
|
|
13
|
+
define(["@tsparticles/pjs", "@tsparticles/shape-arrow", "@tsparticles/effect-bubble", "@tsparticles/plugin-canvas-mask", "@tsparticles/shape-cards", "@tsparticles/shape-cog", "@tsparticles/path-curl-noise", "@tsparticles/path-curves", "@tsparticles/plugin-easing-back", "@tsparticles/plugin-easing-circ", "@tsparticles/plugin-easing-cubic", "@tsparticles/plugin-easing-expo", "@tsparticles/plugin-easing-linear", "@tsparticles/plugin-easing-quart", "@tsparticles/plugin-easing-quint", "@tsparticles/plugin-easing-sine", "@tsparticles/plugin-emitters-shape-canvas", "@tsparticles/plugin-emitters-shape-path", "@tsparticles/plugin-emitters-shape-polygon", "@tsparticles/plugin-export-image", "@tsparticles/plugin-export-json", "@tsparticles/plugin-export-video", "@tsparticles/interaction-external-pop", "tsparticles", "@tsparticles/updater-gradient", "@tsparticles/shape-heart", "@tsparticles/plugin-hsv-color", "@tsparticles/plugin-infection", "@tsparticles/interaction-light", "@tsparticles/plugin-motion", "@tsparticles/updater-orbit", "@tsparticles/interaction-particles-repulse", "@tsparticles/shape-path", "@tsparticles/path-perlin-noise", "@tsparticles/plugin-poisson-disc", "@tsparticles/plugin-polygon-mask", "@tsparticles/path-polygon", "@tsparticles/shape-rounded-polygon", "@tsparticles/shape-rounded-rect", "@tsparticles/path-svg", "@tsparticles/path-simplex-noise", "@tsparticles/plugin-sounds", "@tsparticles/shape-spiral", "@tsparticles/effect-trail", "@tsparticles/path-zig-zag"], factory);
|
|
14
14
|
else {
|
|
15
|
-
var a = typeof exports === 'object' ? factory(require("@tsparticles/pjs"), require("@tsparticles/shape-arrow"), require("@tsparticles/effect-bubble"), require("@tsparticles/plugin-canvas-mask"), require("@tsparticles/shape-cards"), require("@tsparticles/shape-cog"), require("@tsparticles/path-curl-noise"), require("@tsparticles/path-curves"), require("@tsparticles/plugin-easing-back"), require("@tsparticles/plugin-easing-circ"), require("@tsparticles/plugin-easing-cubic"), require("@tsparticles/plugin-easing-expo"), require("@tsparticles/plugin-easing-linear"), require("@tsparticles/plugin-easing-quart"), require("@tsparticles/plugin-easing-quint"), require("@tsparticles/plugin-easing-sine"), require("@tsparticles/plugin-emitters-shape-canvas"), require("@tsparticles/plugin-emitters-shape-path"), require("@tsparticles/plugin-emitters-shape-polygon"), require("@tsparticles/plugin-export-image"), require("@tsparticles/plugin-export-json"), require("@tsparticles/plugin-export-video"), require("@tsparticles/interaction-external-pop"), require("tsparticles"), require("@tsparticles/updater-gradient"), require("@tsparticles/shape-heart"), require("@tsparticles/plugin-hsv-color"), require("@tsparticles/plugin-infection"), require("@tsparticles/interaction-light"), require("@tsparticles/plugin-motion"), require("@tsparticles/updater-orbit"), require("@tsparticles/interaction-particles-repulse"), require("@tsparticles/shape-path"), require("@tsparticles/path-perlin-noise"), require("@tsparticles/plugin-polygon-mask"), require("@tsparticles/path-polygon"), require("@tsparticles/shape-rounded-polygon"), require("@tsparticles/shape-rounded-rect"), require("@tsparticles/path-svg"), require("@tsparticles/path-simplex-noise"), require("@tsparticles/plugin-sounds"), require("@tsparticles/shape-spiral"), require("@tsparticles/effect-trail")) : 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"], 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"]);
|
|
15
|
+
var a = typeof exports === 'object' ? factory(require("@tsparticles/pjs"), require("@tsparticles/shape-arrow"), require("@tsparticles/effect-bubble"), require("@tsparticles/plugin-canvas-mask"), require("@tsparticles/shape-cards"), require("@tsparticles/shape-cog"), require("@tsparticles/path-curl-noise"), require("@tsparticles/path-curves"), require("@tsparticles/plugin-easing-back"), require("@tsparticles/plugin-easing-circ"), require("@tsparticles/plugin-easing-cubic"), require("@tsparticles/plugin-easing-expo"), require("@tsparticles/plugin-easing-linear"), require("@tsparticles/plugin-easing-quart"), require("@tsparticles/plugin-easing-quint"), require("@tsparticles/plugin-easing-sine"), require("@tsparticles/plugin-emitters-shape-canvas"), require("@tsparticles/plugin-emitters-shape-path"), require("@tsparticles/plugin-emitters-shape-polygon"), require("@tsparticles/plugin-export-image"), require("@tsparticles/plugin-export-json"), require("@tsparticles/plugin-export-video"), require("@tsparticles/interaction-external-pop"), require("tsparticles"), require("@tsparticles/updater-gradient"), require("@tsparticles/shape-heart"), require("@tsparticles/plugin-hsv-color"), require("@tsparticles/plugin-infection"), require("@tsparticles/interaction-light"), require("@tsparticles/plugin-motion"), require("@tsparticles/updater-orbit"), require("@tsparticles/interaction-particles-repulse"), require("@tsparticles/shape-path"), require("@tsparticles/path-perlin-noise"), require("@tsparticles/plugin-poisson-disc"), require("@tsparticles/plugin-polygon-mask"), require("@tsparticles/path-polygon"), require("@tsparticles/shape-rounded-polygon"), require("@tsparticles/shape-rounded-rect"), require("@tsparticles/path-svg"), require("@tsparticles/path-simplex-noise"), require("@tsparticles/plugin-sounds"), require("@tsparticles/shape-spiral"), require("@tsparticles/effect-trail"), require("@tsparticles/path-zig-zag")) : 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"], 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"]);
|
|
16
16
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
17
17
|
}
|
|
18
|
-
})(this, (__WEBPACK_EXTERNAL_MODULE__860__, __WEBPACK_EXTERNAL_MODULE__142__, __WEBPACK_EXTERNAL_MODULE__247__, __WEBPACK_EXTERNAL_MODULE__72__, __WEBPACK_EXTERNAL_MODULE__686__, __WEBPACK_EXTERNAL_MODULE__364__, __WEBPACK_EXTERNAL_MODULE__220__, __WEBPACK_EXTERNAL_MODULE__997__, __WEBPACK_EXTERNAL_MODULE__792__, __WEBPACK_EXTERNAL_MODULE__176__, __WEBPACK_EXTERNAL_MODULE__922__, __WEBPACK_EXTERNAL_MODULE__594__, __WEBPACK_EXTERNAL_MODULE__479__, __WEBPACK_EXTERNAL_MODULE__205__, __WEBPACK_EXTERNAL_MODULE__144__, __WEBPACK_EXTERNAL_MODULE__691__, __WEBPACK_EXTERNAL_MODULE__268__, __WEBPACK_EXTERNAL_MODULE__289__, __WEBPACK_EXTERNAL_MODULE__485__, __WEBPACK_EXTERNAL_MODULE__118__, __WEBPACK_EXTERNAL_MODULE__261__, __WEBPACK_EXTERNAL_MODULE__57__, __WEBPACK_EXTERNAL_MODULE__305__, __WEBPACK_EXTERNAL_MODULE__802__, __WEBPACK_EXTERNAL_MODULE__887__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__673__, __WEBPACK_EXTERNAL_MODULE__521__, __WEBPACK_EXTERNAL_MODULE__55__, __WEBPACK_EXTERNAL_MODULE__82__, __WEBPACK_EXTERNAL_MODULE__193__, __WEBPACK_EXTERNAL_MODULE__297__, __WEBPACK_EXTERNAL_MODULE__901__, __WEBPACK_EXTERNAL_MODULE__228__, __WEBPACK_EXTERNAL_MODULE__124__, __WEBPACK_EXTERNAL_MODULE__231__, __WEBPACK_EXTERNAL_MODULE__24__, __WEBPACK_EXTERNAL_MODULE__550__, __WEBPACK_EXTERNAL_MODULE__214__, __WEBPACK_EXTERNAL_MODULE__520__, __WEBPACK_EXTERNAL_MODULE__490__, __WEBPACK_EXTERNAL_MODULE__561__, __WEBPACK_EXTERNAL_MODULE__4__) => {
|
|
18
|
+
})(this, (__WEBPACK_EXTERNAL_MODULE__860__, __WEBPACK_EXTERNAL_MODULE__142__, __WEBPACK_EXTERNAL_MODULE__247__, __WEBPACK_EXTERNAL_MODULE__72__, __WEBPACK_EXTERNAL_MODULE__686__, __WEBPACK_EXTERNAL_MODULE__364__, __WEBPACK_EXTERNAL_MODULE__220__, __WEBPACK_EXTERNAL_MODULE__997__, __WEBPACK_EXTERNAL_MODULE__792__, __WEBPACK_EXTERNAL_MODULE__176__, __WEBPACK_EXTERNAL_MODULE__922__, __WEBPACK_EXTERNAL_MODULE__594__, __WEBPACK_EXTERNAL_MODULE__479__, __WEBPACK_EXTERNAL_MODULE__205__, __WEBPACK_EXTERNAL_MODULE__144__, __WEBPACK_EXTERNAL_MODULE__691__, __WEBPACK_EXTERNAL_MODULE__268__, __WEBPACK_EXTERNAL_MODULE__289__, __WEBPACK_EXTERNAL_MODULE__485__, __WEBPACK_EXTERNAL_MODULE__118__, __WEBPACK_EXTERNAL_MODULE__261__, __WEBPACK_EXTERNAL_MODULE__57__, __WEBPACK_EXTERNAL_MODULE__305__, __WEBPACK_EXTERNAL_MODULE__802__, __WEBPACK_EXTERNAL_MODULE__887__, __WEBPACK_EXTERNAL_MODULE__12__, __WEBPACK_EXTERNAL_MODULE__673__, __WEBPACK_EXTERNAL_MODULE__521__, __WEBPACK_EXTERNAL_MODULE__55__, __WEBPACK_EXTERNAL_MODULE__82__, __WEBPACK_EXTERNAL_MODULE__193__, __WEBPACK_EXTERNAL_MODULE__297__, __WEBPACK_EXTERNAL_MODULE__901__, __WEBPACK_EXTERNAL_MODULE__228__, __WEBPACK_EXTERNAL_MODULE__357__, __WEBPACK_EXTERNAL_MODULE__124__, __WEBPACK_EXTERNAL_MODULE__231__, __WEBPACK_EXTERNAL_MODULE__24__, __WEBPACK_EXTERNAL_MODULE__550__, __WEBPACK_EXTERNAL_MODULE__214__, __WEBPACK_EXTERNAL_MODULE__520__, __WEBPACK_EXTERNAL_MODULE__490__, __WEBPACK_EXTERNAL_MODULE__561__, __WEBPACK_EXTERNAL_MODULE__4__, __WEBPACK_EXTERNAL_MODULE__612__) => {
|
|
19
19
|
return /******/ (() => { // webpackBootstrap
|
|
20
20
|
/******/ "use strict";
|
|
21
21
|
/******/ var __webpack_modules__ = ({
|
|
@@ -97,6 +97,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__214__;
|
|
|
97
97
|
|
|
98
98
|
/***/ }),
|
|
99
99
|
|
|
100
|
+
/***/ 612:
|
|
101
|
+
/***/ ((module) => {
|
|
102
|
+
|
|
103
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__612__;
|
|
104
|
+
|
|
105
|
+
/***/ }),
|
|
106
|
+
|
|
100
107
|
/***/ 860:
|
|
101
108
|
/***/ ((module) => {
|
|
102
109
|
|
|
@@ -230,6 +237,13 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__82__;
|
|
|
230
237
|
|
|
231
238
|
/***/ }),
|
|
232
239
|
|
|
240
|
+
/***/ 357:
|
|
241
|
+
/***/ ((module) => {
|
|
242
|
+
|
|
243
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__357__;
|
|
244
|
+
|
|
245
|
+
/***/ }),
|
|
246
|
+
|
|
233
247
|
/***/ 124:
|
|
234
248
|
/***/ ((module) => {
|
|
235
249
|
|
|
@@ -464,24 +478,30 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
464
478
|
/* harmony import */ var _tsparticles_shape_path__WEBPACK_IMPORTED_MODULE_32___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_shape_path__WEBPACK_IMPORTED_MODULE_32__);
|
|
465
479
|
/* harmony import */ var _tsparticles_path_perlin_noise__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(228);
|
|
466
480
|
/* harmony import */ var _tsparticles_path_perlin_noise__WEBPACK_IMPORTED_MODULE_33___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_path_perlin_noise__WEBPACK_IMPORTED_MODULE_33__);
|
|
467
|
-
/* harmony import */ var
|
|
468
|
-
/* harmony import */ var
|
|
469
|
-
/* harmony import */ var
|
|
470
|
-
/* harmony import */ var
|
|
471
|
-
/* harmony import */ var
|
|
472
|
-
/* harmony import */ var
|
|
473
|
-
/* harmony import */ var
|
|
474
|
-
/* harmony import */ var
|
|
475
|
-
/* harmony import */ var
|
|
476
|
-
/* harmony import */ var
|
|
477
|
-
/* harmony import */ var
|
|
478
|
-
/* harmony import */ var
|
|
479
|
-
/* harmony import */ var
|
|
480
|
-
/* harmony import */ var
|
|
481
|
-
/* harmony import */ var
|
|
482
|
-
/* harmony import */ var
|
|
483
|
-
/* harmony import */ var
|
|
484
|
-
/* harmony import */ var
|
|
481
|
+
/* harmony import */ var _tsparticles_plugin_poisson_disc__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(357);
|
|
482
|
+
/* harmony import */ var _tsparticles_plugin_poisson_disc__WEBPACK_IMPORTED_MODULE_34___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_plugin_poisson_disc__WEBPACK_IMPORTED_MODULE_34__);
|
|
483
|
+
/* harmony import */ var _tsparticles_plugin_polygon_mask__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(124);
|
|
484
|
+
/* harmony import */ var _tsparticles_plugin_polygon_mask__WEBPACK_IMPORTED_MODULE_35___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_plugin_polygon_mask__WEBPACK_IMPORTED_MODULE_35__);
|
|
485
|
+
/* harmony import */ var _tsparticles_path_polygon__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(231);
|
|
486
|
+
/* harmony import */ var _tsparticles_path_polygon__WEBPACK_IMPORTED_MODULE_36___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_path_polygon__WEBPACK_IMPORTED_MODULE_36__);
|
|
487
|
+
/* harmony import */ var _tsparticles_shape_rounded_polygon__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(24);
|
|
488
|
+
/* harmony import */ var _tsparticles_shape_rounded_polygon__WEBPACK_IMPORTED_MODULE_37___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_shape_rounded_polygon__WEBPACK_IMPORTED_MODULE_37__);
|
|
489
|
+
/* harmony import */ var _tsparticles_shape_rounded_rect__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(550);
|
|
490
|
+
/* harmony import */ var _tsparticles_shape_rounded_rect__WEBPACK_IMPORTED_MODULE_38___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_shape_rounded_rect__WEBPACK_IMPORTED_MODULE_38__);
|
|
491
|
+
/* harmony import */ var _tsparticles_path_svg__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(214);
|
|
492
|
+
/* harmony import */ var _tsparticles_path_svg__WEBPACK_IMPORTED_MODULE_39___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_path_svg__WEBPACK_IMPORTED_MODULE_39__);
|
|
493
|
+
/* harmony import */ var _tsparticles_path_simplex_noise__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(520);
|
|
494
|
+
/* harmony import */ var _tsparticles_path_simplex_noise__WEBPACK_IMPORTED_MODULE_40___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_path_simplex_noise__WEBPACK_IMPORTED_MODULE_40__);
|
|
495
|
+
/* harmony import */ var _tsparticles_plugin_sounds__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(490);
|
|
496
|
+
/* harmony import */ var _tsparticles_plugin_sounds__WEBPACK_IMPORTED_MODULE_41___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_plugin_sounds__WEBPACK_IMPORTED_MODULE_41__);
|
|
497
|
+
/* harmony import */ var _tsparticles_shape_spiral__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(561);
|
|
498
|
+
/* harmony import */ var _tsparticles_shape_spiral__WEBPACK_IMPORTED_MODULE_42___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_shape_spiral__WEBPACK_IMPORTED_MODULE_42__);
|
|
499
|
+
/* harmony import */ var _tsparticles_effect_trail__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(4);
|
|
500
|
+
/* harmony import */ var _tsparticles_effect_trail__WEBPACK_IMPORTED_MODULE_43___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_effect_trail__WEBPACK_IMPORTED_MODULE_43__);
|
|
501
|
+
/* harmony import */ var _tsparticles_path_zig_zag__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(612);
|
|
502
|
+
/* harmony import */ var _tsparticles_path_zig_zag__WEBPACK_IMPORTED_MODULE_44___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_path_zig_zag__WEBPACK_IMPORTED_MODULE_44__);
|
|
503
|
+
|
|
504
|
+
|
|
485
505
|
|
|
486
506
|
|
|
487
507
|
|
|
@@ -544,8 +564,8 @@ async function loadAll(engine, refresh = true) {
|
|
|
544
564
|
await (0,_tsparticles_plugin_canvas_mask__WEBPACK_IMPORTED_MODULE_3__.loadCanvasMaskPlugin)(engine, false);
|
|
545
565
|
await (0,_tsparticles_plugin_infection__WEBPACK_IMPORTED_MODULE_27__.loadInfectionPlugin)(engine, false);
|
|
546
566
|
await (0,_tsparticles_plugin_motion__WEBPACK_IMPORTED_MODULE_29__.loadMotionPlugin)(engine, false);
|
|
547
|
-
await (0,
|
|
548
|
-
await (0,
|
|
567
|
+
await (0,_tsparticles_plugin_polygon_mask__WEBPACK_IMPORTED_MODULE_35__.loadPolygonMaskPlugin)(engine, false);
|
|
568
|
+
await (0,_tsparticles_plugin_sounds__WEBPACK_IMPORTED_MODULE_41__.loadSoundsPlugin)(engine, false);
|
|
549
569
|
await (0,_tsparticles_plugin_export_image__WEBPACK_IMPORTED_MODULE_19__.loadExportImagePlugin)(engine, false);
|
|
550
570
|
await (0,_tsparticles_plugin_export_json__WEBPACK_IMPORTED_MODULE_20__.loadExportJSONPlugin)(engine, false);
|
|
551
571
|
await (0,_tsparticles_plugin_export_video__WEBPACK_IMPORTED_MODULE_21__.loadExportVideoPlugin)(engine, false);
|
|
@@ -557,19 +577,21 @@ async function loadAll(engine, refresh = true) {
|
|
|
557
577
|
await (0,_tsparticles_path_curves__WEBPACK_IMPORTED_MODULE_7__.loadCurvesPath)(engine, false);
|
|
558
578
|
await (0,_tsparticles_path_curl_noise__WEBPACK_IMPORTED_MODULE_6__.loadCurlNoisePath)(engine, false);
|
|
559
579
|
await (0,_tsparticles_path_perlin_noise__WEBPACK_IMPORTED_MODULE_33__.loadPerlinNoisePath)(engine, false);
|
|
560
|
-
await (0,
|
|
561
|
-
await (0,
|
|
562
|
-
await (0,
|
|
580
|
+
await (0,_tsparticles_plugin_poisson_disc__WEBPACK_IMPORTED_MODULE_34__.loadPoissonDiscPlugin)(engine, false);
|
|
581
|
+
await (0,_tsparticles_path_polygon__WEBPACK_IMPORTED_MODULE_36__.loadPolygonPath)(engine, false);
|
|
582
|
+
await (0,_tsparticles_path_svg__WEBPACK_IMPORTED_MODULE_39__.loadSVGPath)(engine, false);
|
|
583
|
+
await (0,_tsparticles_path_zig_zag__WEBPACK_IMPORTED_MODULE_44__.loadZigZagPath)(engine, false);
|
|
584
|
+
await (0,_tsparticles_path_simplex_noise__WEBPACK_IMPORTED_MODULE_40__.loadSimplexNoisePath)(engine, false);
|
|
563
585
|
await (0,_tsparticles_effect_bubble__WEBPACK_IMPORTED_MODULE_2__.loadBubbleEffect)(engine, false);
|
|
564
586
|
await (0,_tsparticles_shape_arrow__WEBPACK_IMPORTED_MODULE_1__.loadArrowShape)(engine, false);
|
|
565
587
|
await (0,_tsparticles_shape_cards__WEBPACK_IMPORTED_MODULE_4__.loadCardsShape)(engine, false);
|
|
566
588
|
await (0,_tsparticles_shape_cog__WEBPACK_IMPORTED_MODULE_5__.loadCogShape)(engine, false);
|
|
567
589
|
await (0,_tsparticles_shape_heart__WEBPACK_IMPORTED_MODULE_25__.loadHeartShape)(engine, false);
|
|
568
590
|
await (0,_tsparticles_shape_path__WEBPACK_IMPORTED_MODULE_32__.loadPathShape)(engine, false);
|
|
569
|
-
await (0,
|
|
570
|
-
await (0,
|
|
571
|
-
await (0,
|
|
572
|
-
await (0,
|
|
591
|
+
await (0,_tsparticles_shape_rounded_polygon__WEBPACK_IMPORTED_MODULE_37__.loadRoundedPolygonShape)(engine, false);
|
|
592
|
+
await (0,_tsparticles_shape_rounded_rect__WEBPACK_IMPORTED_MODULE_38__.loadRoundedRectShape)(engine, false);
|
|
593
|
+
await (0,_tsparticles_shape_spiral__WEBPACK_IMPORTED_MODULE_42__.loadSpiralShape)(engine, false);
|
|
594
|
+
await (0,_tsparticles_effect_trail__WEBPACK_IMPORTED_MODULE_43__.loadTrailEffect)(engine, false);
|
|
573
595
|
await engine.refresh(refresh);
|
|
574
596
|
}
|
|
575
597
|
})();
|
package/tsparticles.all.min.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/*! For license information please see tsparticles.all.min.js.LICENSE.txt */
|
|
2
|
-
!function(e,i){if("object"==typeof exports&&"object"==typeof module)module.exports=i(require("@tsparticles/pjs"),require("@tsparticles/shape-arrow"),require("@tsparticles/effect-bubble"),require("@tsparticles/plugin-canvas-mask"),require("@tsparticles/shape-cards"),require("@tsparticles/shape-cog"),require("@tsparticles/path-curl-noise"),require("@tsparticles/path-curves"),require("@tsparticles/plugin-easing-back"),require("@tsparticles/plugin-easing-circ"),require("@tsparticles/plugin-easing-cubic"),require("@tsparticles/plugin-easing-expo"),require("@tsparticles/plugin-easing-linear"),require("@tsparticles/plugin-easing-quart"),require("@tsparticles/plugin-easing-quint"),require("@tsparticles/plugin-easing-sine"),require("@tsparticles/plugin-emitters-shape-canvas"),require("@tsparticles/plugin-emitters-shape-path"),require("@tsparticles/plugin-emitters-shape-polygon"),require("@tsparticles/plugin-export-image"),require("@tsparticles/plugin-export-json"),require("@tsparticles/plugin-export-video"),require("@tsparticles/interaction-external-pop"),require("tsparticles"),require("@tsparticles/updater-gradient"),require("@tsparticles/shape-heart"),require("@tsparticles/plugin-hsv-color"),require("@tsparticles/plugin-infection"),require("@tsparticles/interaction-light"),require("@tsparticles/plugin-motion"),require("@tsparticles/updater-orbit"),require("@tsparticles/interaction-particles-repulse"),require("@tsparticles/shape-path"),require("@tsparticles/path-perlin-noise"),require("@tsparticles/plugin-polygon-mask"),require("@tsparticles/path-polygon"),require("@tsparticles/shape-rounded-polygon"),require("@tsparticles/shape-rounded-rect"),require("@tsparticles/path-svg"),require("@tsparticles/path-simplex-noise"),require("@tsparticles/plugin-sounds"),require("@tsparticles/shape-spiral"),require("@tsparticles/effect-trail"));else if("function"==typeof define&&define.amd)define(["@tsparticles/pjs","@tsparticles/shape-arrow","@tsparticles/effect-bubble","@tsparticles/plugin-canvas-mask","@tsparticles/shape-cards","@tsparticles/shape-cog","@tsparticles/path-curl-noise","@tsparticles/path-curves","@tsparticles/plugin-easing-back","@tsparticles/plugin-easing-circ","@tsparticles/plugin-easing-cubic","@tsparticles/plugin-easing-expo","@tsparticles/plugin-easing-linear","@tsparticles/plugin-easing-quart","@tsparticles/plugin-easing-quint","@tsparticles/plugin-easing-sine","@tsparticles/plugin-emitters-shape-canvas","@tsparticles/plugin-emitters-shape-path","@tsparticles/plugin-emitters-shape-polygon","@tsparticles/plugin-export-image","@tsparticles/plugin-export-json","@tsparticles/plugin-export-video","@tsparticles/interaction-external-pop","tsparticles","@tsparticles/updater-gradient","@tsparticles/shape-heart","@tsparticles/plugin-hsv-color","@tsparticles/plugin-infection","@tsparticles/interaction-light","@tsparticles/plugin-motion","@tsparticles/updater-orbit","@tsparticles/interaction-particles-repulse","@tsparticles/shape-path","@tsparticles/path-perlin-noise","@tsparticles/plugin-polygon-mask","@tsparticles/path-polygon","@tsparticles/shape-rounded-polygon","@tsparticles/shape-rounded-rect","@tsparticles/path-svg","@tsparticles/path-simplex-noise","@tsparticles/plugin-sounds","@tsparticles/shape-spiral","@tsparticles/effect-trail"],i);else{var t="object"==typeof exports?i(require("@tsparticles/pjs"),require("@tsparticles/shape-arrow"),require("@tsparticles/effect-bubble"),require("@tsparticles/plugin-canvas-mask"),require("@tsparticles/shape-cards"),require("@tsparticles/shape-cog"),require("@tsparticles/path-curl-noise"),require("@tsparticles/path-curves"),require("@tsparticles/plugin-easing-back"),require("@tsparticles/plugin-easing-circ"),require("@tsparticles/plugin-easing-cubic"),require("@tsparticles/plugin-easing-expo"),require("@tsparticles/plugin-easing-linear"),require("@tsparticles/plugin-easing-quart"),require("@tsparticles/plugin-easing-quint"),require("@tsparticles/plugin-easing-sine"),require("@tsparticles/plugin-emitters-shape-canvas"),require("@tsparticles/plugin-emitters-shape-path"),require("@tsparticles/plugin-emitters-shape-polygon"),require("@tsparticles/plugin-export-image"),require("@tsparticles/plugin-export-json"),require("@tsparticles/plugin-export-video"),require("@tsparticles/interaction-external-pop"),require("tsparticles"),require("@tsparticles/updater-gradient"),require("@tsparticles/shape-heart"),require("@tsparticles/plugin-hsv-color"),require("@tsparticles/plugin-infection"),require("@tsparticles/interaction-light"),require("@tsparticles/plugin-motion"),require("@tsparticles/updater-orbit"),require("@tsparticles/interaction-particles-repulse"),require("@tsparticles/shape-path"),require("@tsparticles/path-perlin-noise"),require("@tsparticles/plugin-polygon-mask"),require("@tsparticles/path-polygon"),require("@tsparticles/shape-rounded-polygon"),require("@tsparticles/shape-rounded-rect"),require("@tsparticles/path-svg"),require("@tsparticles/path-simplex-noise"),require("@tsparticles/plugin-sounds"),require("@tsparticles/shape-spiral"),require("@tsparticles/effect-trail")):i(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,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 r in t)("object"==typeof exports?exports:e)[r]=t[r]}}(this,((e,i,t,r,a,s,p,l,o,n,u,c,g,d,w,q,h,x,f,P,m,v,b,y,S,E,j,k,C,O,M,I,N,R,_,H,T,A,B,G,L,Q,U)=>(()=>{"use strict";var
|
|
2
|
+
!function(e,i){if("object"==typeof exports&&"object"==typeof module)module.exports=i(require("@tsparticles/pjs"),require("@tsparticles/shape-arrow"),require("@tsparticles/effect-bubble"),require("@tsparticles/plugin-canvas-mask"),require("@tsparticles/shape-cards"),require("@tsparticles/shape-cog"),require("@tsparticles/path-curl-noise"),require("@tsparticles/path-curves"),require("@tsparticles/plugin-easing-back"),require("@tsparticles/plugin-easing-circ"),require("@tsparticles/plugin-easing-cubic"),require("@tsparticles/plugin-easing-expo"),require("@tsparticles/plugin-easing-linear"),require("@tsparticles/plugin-easing-quart"),require("@tsparticles/plugin-easing-quint"),require("@tsparticles/plugin-easing-sine"),require("@tsparticles/plugin-emitters-shape-canvas"),require("@tsparticles/plugin-emitters-shape-path"),require("@tsparticles/plugin-emitters-shape-polygon"),require("@tsparticles/plugin-export-image"),require("@tsparticles/plugin-export-json"),require("@tsparticles/plugin-export-video"),require("@tsparticles/interaction-external-pop"),require("tsparticles"),require("@tsparticles/updater-gradient"),require("@tsparticles/shape-heart"),require("@tsparticles/plugin-hsv-color"),require("@tsparticles/plugin-infection"),require("@tsparticles/interaction-light"),require("@tsparticles/plugin-motion"),require("@tsparticles/updater-orbit"),require("@tsparticles/interaction-particles-repulse"),require("@tsparticles/shape-path"),require("@tsparticles/path-perlin-noise"),require("@tsparticles/plugin-poisson-disc"),require("@tsparticles/plugin-polygon-mask"),require("@tsparticles/path-polygon"),require("@tsparticles/shape-rounded-polygon"),require("@tsparticles/shape-rounded-rect"),require("@tsparticles/path-svg"),require("@tsparticles/path-simplex-noise"),require("@tsparticles/plugin-sounds"),require("@tsparticles/shape-spiral"),require("@tsparticles/effect-trail"),require("@tsparticles/path-zig-zag"));else if("function"==typeof define&&define.amd)define(["@tsparticles/pjs","@tsparticles/shape-arrow","@tsparticles/effect-bubble","@tsparticles/plugin-canvas-mask","@tsparticles/shape-cards","@tsparticles/shape-cog","@tsparticles/path-curl-noise","@tsparticles/path-curves","@tsparticles/plugin-easing-back","@tsparticles/plugin-easing-circ","@tsparticles/plugin-easing-cubic","@tsparticles/plugin-easing-expo","@tsparticles/plugin-easing-linear","@tsparticles/plugin-easing-quart","@tsparticles/plugin-easing-quint","@tsparticles/plugin-easing-sine","@tsparticles/plugin-emitters-shape-canvas","@tsparticles/plugin-emitters-shape-path","@tsparticles/plugin-emitters-shape-polygon","@tsparticles/plugin-export-image","@tsparticles/plugin-export-json","@tsparticles/plugin-export-video","@tsparticles/interaction-external-pop","tsparticles","@tsparticles/updater-gradient","@tsparticles/shape-heart","@tsparticles/plugin-hsv-color","@tsparticles/plugin-infection","@tsparticles/interaction-light","@tsparticles/plugin-motion","@tsparticles/updater-orbit","@tsparticles/interaction-particles-repulse","@tsparticles/shape-path","@tsparticles/path-perlin-noise","@tsparticles/plugin-poisson-disc","@tsparticles/plugin-polygon-mask","@tsparticles/path-polygon","@tsparticles/shape-rounded-polygon","@tsparticles/shape-rounded-rect","@tsparticles/path-svg","@tsparticles/path-simplex-noise","@tsparticles/plugin-sounds","@tsparticles/shape-spiral","@tsparticles/effect-trail","@tsparticles/path-zig-zag"],i);else{var t="object"==typeof exports?i(require("@tsparticles/pjs"),require("@tsparticles/shape-arrow"),require("@tsparticles/effect-bubble"),require("@tsparticles/plugin-canvas-mask"),require("@tsparticles/shape-cards"),require("@tsparticles/shape-cog"),require("@tsparticles/path-curl-noise"),require("@tsparticles/path-curves"),require("@tsparticles/plugin-easing-back"),require("@tsparticles/plugin-easing-circ"),require("@tsparticles/plugin-easing-cubic"),require("@tsparticles/plugin-easing-expo"),require("@tsparticles/plugin-easing-linear"),require("@tsparticles/plugin-easing-quart"),require("@tsparticles/plugin-easing-quint"),require("@tsparticles/plugin-easing-sine"),require("@tsparticles/plugin-emitters-shape-canvas"),require("@tsparticles/plugin-emitters-shape-path"),require("@tsparticles/plugin-emitters-shape-polygon"),require("@tsparticles/plugin-export-image"),require("@tsparticles/plugin-export-json"),require("@tsparticles/plugin-export-video"),require("@tsparticles/interaction-external-pop"),require("tsparticles"),require("@tsparticles/updater-gradient"),require("@tsparticles/shape-heart"),require("@tsparticles/plugin-hsv-color"),require("@tsparticles/plugin-infection"),require("@tsparticles/interaction-light"),require("@tsparticles/plugin-motion"),require("@tsparticles/updater-orbit"),require("@tsparticles/interaction-particles-repulse"),require("@tsparticles/shape-path"),require("@tsparticles/path-perlin-noise"),require("@tsparticles/plugin-poisson-disc"),require("@tsparticles/plugin-polygon-mask"),require("@tsparticles/path-polygon"),require("@tsparticles/shape-rounded-polygon"),require("@tsparticles/shape-rounded-rect"),require("@tsparticles/path-svg"),require("@tsparticles/path-simplex-noise"),require("@tsparticles/plugin-sounds"),require("@tsparticles/shape-spiral"),require("@tsparticles/effect-trail"),require("@tsparticles/path-zig-zag")):i(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,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 r in t)("object"==typeof exports?exports:e)[r]=t[r]}}(this,((e,i,t,r,a,s,p,l,o,n,u,c,g,d,w,q,h,x,f,P,m,v,b,y,S,E,j,k,C,O,z,M,I,N,R,_,H,T,A,B,G,L,Q,U,V)=>(()=>{"use strict";var Z={247:e=>{e.exports=t},4:e=>{e.exports=U},305:e=>{e.exports=b},55:e=>{e.exports=C},297:e=>{e.exports=M},220:e=>{e.exports=p},997:e=>{e.exports=l},228:e=>{e.exports=N},231:e=>{e.exports=H},520:e=>{e.exports=G},214:e=>{e.exports=B},612:e=>{e.exports=V},860:i=>{i.exports=e},72:e=>{e.exports=r},792:e=>{e.exports=o},176:e=>{e.exports=n},922:e=>{e.exports=u},594:e=>{e.exports=c},479:e=>{e.exports=g},205:e=>{e.exports=d},144:e=>{e.exports=w},691:e=>{e.exports=q},268:e=>{e.exports=h},289:e=>{e.exports=x},485:e=>{e.exports=f},118:e=>{e.exports=P},261:e=>{e.exports=m},57:e=>{e.exports=v},673:e=>{e.exports=j},521:e=>{e.exports=k},82:e=>{e.exports=O},357:e=>{e.exports=R},124:e=>{e.exports=_},490:e=>{e.exports=L},142:e=>{e.exports=i},686:e=>{e.exports=a},364:e=>{e.exports=s},12:e=>{e.exports=E},901:e=>{e.exports=I},24:e=>{e.exports=T},550:e=>{e.exports=A},561:e=>{e.exports=Q},887:e=>{e.exports=S},193:e=>{e.exports=z},802:e=>{e.exports=y}},D={};function F(e){var i=D[e];if(void 0!==i)return i.exports;var t=D[e]={exports:{}};return Z[e](t,t.exports,F),t.exports}F.n=e=>{var i=e&&e.__esModule?()=>e.default:()=>e;return F.d(i,{a:i}),i},F.d=(e,i)=>{for(var t in i)F.o(i,t)&&!F.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:i[t]})},F.o=(e,i)=>Object.prototype.hasOwnProperty.call(e,i),F.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var J={};return(()=>{F.r(J),F.d(J,{loadAll:()=>Z});var e=F(860),i=F(142),t=F(247),r=F(72),a=F(686),s=F(364),p=F(220),l=F(997),o=F(792),n=F(176),u=F(922),c=F(594),g=F(479),d=F(205),w=F(144),q=F(691),h=F(268),x=F(289),f=F(485),P=F(118),m=F(261),v=F(57),b=F(305),y=F(802),S=F(887),E=F(12),j=F(673),k=F(521),C=F(55),O=F(82),z=F(193),M=F(297),I=F(901),N=F(228),R=F(357),_=F(124),H=F(231),T=F(24),A=F(550),B=F(214),G=F(520),L=F(490),Q=F(561),U=F(4),V=F(612);async function Z(Z,D=!0){(0,e.initPjs)(Z),await(0,y.loadFull)(Z,!1),await(0,j.loadHsvColorPlugin)(),await(0,o.loadEasingBackPlugin)(),await(0,n.loadEasingCircPlugin)(),await(0,u.loadEasingCubicPlugin)(),await(0,c.loadEasingExpoPlugin)(),await(0,g.loadEasingLinearPlugin)(),await(0,d.loadEasingQuartPlugin)(),await(0,w.loadEasingQuintPlugin)(),await(0,q.loadEasingSinePlugin)(),await(0,h.loadEmittersShapeCanvas)(Z,!1),await(0,x.loadEmittersShapePath)(Z,!1),await(0,f.loadEmittersShapePolygon)(Z,!1),await(0,j.loadHsvColorPlugin)(),await(0,r.loadCanvasMaskPlugin)(Z,!1),await(0,k.loadInfectionPlugin)(Z,!1),await(0,O.loadMotionPlugin)(Z,!1),await(0,_.loadPolygonMaskPlugin)(Z,!1),await(0,L.loadSoundsPlugin)(Z,!1),await(0,P.loadExportImagePlugin)(Z,!1),await(0,m.loadExportJSONPlugin)(Z,!1),await(0,v.loadExportVideoPlugin)(Z,!1),await(0,b.loadExternalPopInteraction)(Z,!1),await(0,C.loadLightInteraction)(Z,!1),await(0,M.loadParticlesRepulseInteraction)(Z,!1),await(0,S.loadGradientUpdater)(Z,!1),await(0,z.loadOrbitUpdater)(Z,!1),await(0,l.loadCurvesPath)(Z,!1),await(0,p.loadCurlNoisePath)(Z,!1),await(0,N.loadPerlinNoisePath)(Z,!1),await(0,R.loadPoissonDiscPlugin)(Z,!1),await(0,H.loadPolygonPath)(Z,!1),await(0,B.loadSVGPath)(Z,!1),await(0,V.loadZigZagPath)(Z,!1),await(0,G.loadSimplexNoisePath)(Z,!1),await(0,t.loadBubbleEffect)(Z,!1),await(0,i.loadArrowShape)(Z,!1),await(0,a.loadCardsShape)(Z,!1),await(0,s.loadCogShape)(Z,!1),await(0,E.loadHeartShape)(Z,!1),await(0,I.loadPathShape)(Z,!1),await(0,T.loadRoundedPolygonShape)(Z,!1),await(0,A.loadRoundedRectShape)(Z,!1),await(0,Q.loadSpiralShape)(Z,!1),await(0,U.loadTrailEffect)(Z,!1),await Z.refresh(D)}})(),J})()));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tsParticles All v3.0
|
|
1
|
+
/*! tsParticles All v3.1.0 by Matteo Bruni */
|
package/umd/bundle.js
CHANGED
|
@@ -27,6 +27,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
27
27
|
const _1 = require(".");
|
|
28
28
|
Object.defineProperty(exports, "loadAll", { enumerable: true, get: function () { return _1.loadAll; } });
|
|
29
29
|
const engine_1 = require("@tsparticles/engine");
|
|
30
|
-
(0, _1.loadAll)(engine_1.tsParticles);
|
|
30
|
+
void (0, _1.loadAll)(engine_1.tsParticles);
|
|
31
31
|
__exportStar(require("@tsparticles/engine"), exports);
|
|
32
32
|
});
|
package/umd/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
if (v !== undefined) module.exports = v;
|
|
5
5
|
}
|
|
6
6
|
else if (typeof define === "function" && define.amd) {
|
|
7
|
-
define(["require", "exports", "@tsparticles/pjs", "@tsparticles/shape-arrow", "@tsparticles/effect-bubble", "@tsparticles/plugin-canvas-mask", "@tsparticles/shape-cards", "@tsparticles/shape-cog", "@tsparticles/path-curl-noise", "@tsparticles/path-curves", "@tsparticles/plugin-easing-back", "@tsparticles/plugin-easing-circ", "@tsparticles/plugin-easing-cubic", "@tsparticles/plugin-easing-expo", "@tsparticles/plugin-easing-linear", "@tsparticles/plugin-easing-quart", "@tsparticles/plugin-easing-quint", "@tsparticles/plugin-easing-sine", "@tsparticles/plugin-emitters-shape-canvas", "@tsparticles/plugin-emitters-shape-path", "@tsparticles/plugin-emitters-shape-polygon", "@tsparticles/plugin-export-image", "@tsparticles/plugin-export-json", "@tsparticles/plugin-export-video", "@tsparticles/interaction-external-pop", "tsparticles", "@tsparticles/updater-gradient", "@tsparticles/shape-heart", "@tsparticles/plugin-hsv-color", "@tsparticles/plugin-infection", "@tsparticles/interaction-light", "@tsparticles/plugin-motion", "@tsparticles/updater-orbit", "@tsparticles/interaction-particles-repulse", "@tsparticles/shape-path", "@tsparticles/path-perlin-noise", "@tsparticles/plugin-polygon-mask", "@tsparticles/path-polygon", "@tsparticles/shape-rounded-polygon", "@tsparticles/shape-rounded-rect", "@tsparticles/path-svg", "@tsparticles/path-simplex-noise", "@tsparticles/plugin-sounds", "@tsparticles/shape-spiral", "@tsparticles/effect-trail"], factory);
|
|
7
|
+
define(["require", "exports", "@tsparticles/pjs", "@tsparticles/shape-arrow", "@tsparticles/effect-bubble", "@tsparticles/plugin-canvas-mask", "@tsparticles/shape-cards", "@tsparticles/shape-cog", "@tsparticles/path-curl-noise", "@tsparticles/path-curves", "@tsparticles/plugin-easing-back", "@tsparticles/plugin-easing-circ", "@tsparticles/plugin-easing-cubic", "@tsparticles/plugin-easing-expo", "@tsparticles/plugin-easing-linear", "@tsparticles/plugin-easing-quart", "@tsparticles/plugin-easing-quint", "@tsparticles/plugin-easing-sine", "@tsparticles/plugin-emitters-shape-canvas", "@tsparticles/plugin-emitters-shape-path", "@tsparticles/plugin-emitters-shape-polygon", "@tsparticles/plugin-export-image", "@tsparticles/plugin-export-json", "@tsparticles/plugin-export-video", "@tsparticles/interaction-external-pop", "tsparticles", "@tsparticles/updater-gradient", "@tsparticles/shape-heart", "@tsparticles/plugin-hsv-color", "@tsparticles/plugin-infection", "@tsparticles/interaction-light", "@tsparticles/plugin-motion", "@tsparticles/updater-orbit", "@tsparticles/interaction-particles-repulse", "@tsparticles/shape-path", "@tsparticles/path-perlin-noise", "@tsparticles/plugin-poisson-disc", "@tsparticles/plugin-polygon-mask", "@tsparticles/path-polygon", "@tsparticles/shape-rounded-polygon", "@tsparticles/shape-rounded-rect", "@tsparticles/path-svg", "@tsparticles/path-simplex-noise", "@tsparticles/plugin-sounds", "@tsparticles/shape-spiral", "@tsparticles/effect-trail", "@tsparticles/path-zig-zag"], factory);
|
|
8
8
|
}
|
|
9
9
|
})(function (require, exports) {
|
|
10
10
|
"use strict";
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
const interaction_particles_repulse_1 = require("@tsparticles/interaction-particles-repulse");
|
|
45
45
|
const shape_path_1 = require("@tsparticles/shape-path");
|
|
46
46
|
const path_perlin_noise_1 = require("@tsparticles/path-perlin-noise");
|
|
47
|
+
const plugin_poisson_disc_1 = require("@tsparticles/plugin-poisson-disc");
|
|
47
48
|
const plugin_polygon_mask_1 = require("@tsparticles/plugin-polygon-mask");
|
|
48
49
|
const path_polygon_1 = require("@tsparticles/path-polygon");
|
|
49
50
|
const shape_rounded_polygon_1 = require("@tsparticles/shape-rounded-polygon");
|
|
@@ -53,6 +54,7 @@
|
|
|
53
54
|
const plugin_sounds_1 = require("@tsparticles/plugin-sounds");
|
|
54
55
|
const shape_spiral_1 = require("@tsparticles/shape-spiral");
|
|
55
56
|
const effect_trail_1 = require("@tsparticles/effect-trail");
|
|
57
|
+
const path_zig_zag_1 = require("@tsparticles/path-zig-zag");
|
|
56
58
|
async function loadAll(engine, refresh = true) {
|
|
57
59
|
(0, pjs_1.initPjs)(engine);
|
|
58
60
|
await (0, tsparticles_1.loadFull)(engine, false);
|
|
@@ -85,8 +87,10 @@
|
|
|
85
87
|
await (0, path_curves_1.loadCurvesPath)(engine, false);
|
|
86
88
|
await (0, path_curl_noise_1.loadCurlNoisePath)(engine, false);
|
|
87
89
|
await (0, path_perlin_noise_1.loadPerlinNoisePath)(engine, false);
|
|
90
|
+
await (0, plugin_poisson_disc_1.loadPoissonDiscPlugin)(engine, false);
|
|
88
91
|
await (0, path_polygon_1.loadPolygonPath)(engine, false);
|
|
89
92
|
await (0, path_svg_1.loadSVGPath)(engine, false);
|
|
93
|
+
await (0, path_zig_zag_1.loadZigZagPath)(engine, false);
|
|
90
94
|
await (0, path_simplex_noise_1.loadSimplexNoisePath)(engine, false);
|
|
91
95
|
await (0, effect_bubble_1.loadBubbleEffect)(engine, false);
|
|
92
96
|
await (0, shape_arrow_1.loadArrowShape)(engine, false);
|