tsparticles 2.3.0 → 2.3.2
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/tsparticles.bundle.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
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
|
-
* v2.3.
|
|
7
|
+
* v2.3.2
|
|
8
8
|
*/
|
|
9
9
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
10
10
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
@@ -20,7 +20,7 @@ return /******/ (() => { // webpackBootstrap
|
|
|
20
20
|
/******/ "use strict";
|
|
21
21
|
/******/ var __webpack_modules__ = ({
|
|
22
22
|
|
|
23
|
-
/***/
|
|
23
|
+
/***/ 417:
|
|
24
24
|
/***/ (() => {
|
|
25
25
|
|
|
26
26
|
|
|
@@ -7540,7 +7540,13 @@ class Container {
|
|
|
7540
7540
|
}
|
|
7541
7541
|
|
|
7542
7542
|
exportConfiguration() {
|
|
7543
|
-
return JSON.stringify(this.actualOptions,
|
|
7543
|
+
return JSON.stringify(this.actualOptions, (key, value) => {
|
|
7544
|
+
if (key === "_engine" || key === "_container") {
|
|
7545
|
+
return;
|
|
7546
|
+
}
|
|
7547
|
+
|
|
7548
|
+
return value;
|
|
7549
|
+
}, 2);
|
|
7544
7550
|
}
|
|
7545
7551
|
|
|
7546
7552
|
exportImage(callback, type, quality) {
|
|
@@ -10379,7 +10385,7 @@ async function loadExternalTrailInteraction(engine) {
|
|
|
10379
10385
|
|
|
10380
10386
|
|
|
10381
10387
|
// EXTERNAL MODULE: ../../plugins/polygonMask/dist/esm/pathseg.js
|
|
10382
|
-
var pathseg = __webpack_require__(
|
|
10388
|
+
var pathseg = __webpack_require__(417);
|
|
10383
10389
|
;// CONCATENATED MODULE: ../../plugins/polygonMask/dist/esm/Options/Classes/PolygonMaskDrawStroke.js
|
|
10384
10390
|
|
|
10385
10391
|
class PolygonMaskDrawStroke {
|