@tsparticles/configs 3.0.0-beta.0 → 3.0.0-beta.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/browser/b/index.js +5 -5
- package/browser/bundle.js +1 -1
- package/browser/c/index.js +10 -10
- package/browser/d/index.js +9 -9
- package/browser/e/index.js +6 -6
- package/browser/f/index.js +3 -3
- package/browser/g/index.js +5 -5
- package/browser/h/index.js +3 -3
- package/browser/i/index.js +4 -4
- package/browser/index.js +26 -26
- package/browser/l/index.js +4 -4
- package/browser/m/index.js +13 -13
- package/browser/n/index.js +5 -5
- package/browser/o/index.js +1 -1
- package/browser/p/index.js +7 -7
- package/browser/package.json +1 -0
- package/browser/r/index.js +19 -19
- package/browser/s/index.js +25 -25
- package/browser/t/index.js +9 -9
- package/browser/v/index.js +2 -2
- package/browser/w/index.js +2 -2
- package/browser/z/index.js +1 -1
- package/cjs/b/index.js +10 -10
- package/cjs/bundle.js +1 -1
- package/cjs/c/index.js +20 -20
- package/cjs/d/index.js +18 -18
- package/cjs/e/index.js +12 -12
- package/cjs/f/index.js +6 -6
- package/cjs/g/index.js +10 -10
- package/cjs/h/index.js +6 -6
- package/cjs/i/index.js +8 -8
- package/cjs/index.js +52 -52
- package/cjs/l/index.js +8 -8
- package/cjs/m/index.js +26 -26
- package/cjs/n/index.js +10 -10
- package/cjs/o/index.js +2 -2
- package/cjs/p/index.js +14 -14
- package/cjs/package.json +1 -0
- package/cjs/r/index.js +38 -38
- package/cjs/s/index.js +50 -50
- package/cjs/t/index.js +18 -18
- package/cjs/v/index.js +4 -4
- package/cjs/w/index.js +4 -4
- package/cjs/z/index.js +2 -2
- package/esm/b/index.js +5 -5
- package/esm/bundle.js +1 -1
- package/esm/c/index.js +10 -10
- package/esm/d/index.js +9 -9
- package/esm/e/index.js +6 -6
- package/esm/f/index.js +3 -3
- package/esm/g/index.js +5 -5
- package/esm/h/index.js +3 -3
- package/esm/i/index.js +4 -4
- package/esm/index.js +26 -26
- package/esm/l/index.js +4 -4
- package/esm/m/index.js +13 -13
- package/esm/n/index.js +5 -5
- package/esm/o/index.js +1 -1
- package/esm/p/index.js +7 -7
- package/esm/package.json +1 -0
- package/esm/r/index.js +19 -19
- package/esm/s/index.js +25 -25
- package/esm/t/index.js +9 -9
- package/esm/v/index.js +2 -2
- package/esm/w/index.js +2 -2
- package/esm/z/index.js +1 -1
- package/package.json +18 -6
- package/report.html +23 -5
- package/tsparticles.configs.bundle.js +1 -1
- package/tsparticles.configs.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.configs.js +1 -1
- package/tsparticles.configs.min.js.LICENSE.txt +1 -1
- package/types/bundle.d.ts +1 -1
- package/umd/b/index.js +11 -11
- package/umd/bundle.js +2 -2
- package/umd/c/index.js +21 -21
- package/umd/d/index.js +19 -19
- package/umd/e/index.js +13 -13
- package/umd/f/index.js +7 -7
- package/umd/g/index.js +11 -11
- package/umd/h/index.js +7 -7
- package/umd/i/index.js +9 -9
- package/umd/index.js +53 -53
- package/umd/l/index.js +9 -9
- package/umd/m/index.js +27 -27
- package/umd/n/index.js +11 -11
- package/umd/o/index.js +3 -3
- package/umd/p/index.js +15 -15
- package/umd/r/index.js +39 -39
- package/umd/s/index.js +51 -51
- package/umd/t/index.js +19 -19
- package/umd/v/index.js +5 -5
- package/umd/w/index.js +5 -5
- package/umd/z/index.js +3 -3
|
@@ -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
|
-
* v3.0.0-beta.
|
|
7
|
+
* v3.0.0-beta.2
|
|
8
8
|
*/
|
|
9
9
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
10
10
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tsParticles Configs v3.0.0-beta.
|
|
1
|
+
/*! tsParticles Configs v3.0.0-beta.2 by Matteo Bruni */
|
package/tsparticles.configs.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
|
-
* v3.0.0-beta.
|
|
7
|
+
* v3.0.0-beta.2
|
|
8
8
|
*/
|
|
9
9
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
10
10
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tsParticles Configs v3.0.0-beta.
|
|
1
|
+
/*! tsParticles Configs v3.0.0-beta.2 by Matteo Bruni */
|
package/types/bundle.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./index";
|
|
1
|
+
export * from "./index.js";
|
package/umd/b/index.js
CHANGED
|
@@ -7,21 +7,21 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
if (v !== undefined) module.exports = v;
|
|
8
8
|
}
|
|
9
9
|
else if (typeof define === "function" && define.amd) {
|
|
10
|
-
define(["require", "exports", "./backgroundMask", "./basic", "./big", "./blackHole", "./bubble"], factory);
|
|
10
|
+
define(["require", "exports", "./backgroundMask.js", "./basic.js", "./big.js", "./blackHole.js", "./bubble.js"], factory);
|
|
11
11
|
}
|
|
12
12
|
})(function (require, exports) {
|
|
13
13
|
"use strict";
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
15
|
+
const backgroundMask_js_1 = __importDefault(require("./backgroundMask.js"));
|
|
16
|
+
const basic_js_1 = __importDefault(require("./basic.js"));
|
|
17
|
+
const big_js_1 = __importDefault(require("./big.js"));
|
|
18
|
+
const blackHole_js_1 = __importDefault(require("./blackHole.js"));
|
|
19
|
+
const bubble_js_1 = __importDefault(require("./bubble.js"));
|
|
20
20
|
exports.default = {
|
|
21
|
-
backgroundMask:
|
|
22
|
-
basic:
|
|
23
|
-
big:
|
|
24
|
-
blackHole:
|
|
25
|
-
bubble:
|
|
21
|
+
backgroundMask: backgroundMask_js_1.default,
|
|
22
|
+
basic: basic_js_1.default,
|
|
23
|
+
big: big_js_1.default,
|
|
24
|
+
blackHole: blackHole_js_1.default,
|
|
25
|
+
bubble: bubble_js_1.default,
|
|
26
26
|
};
|
|
27
27
|
});
|
package/umd/bundle.js
CHANGED
|
@@ -18,10 +18,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
18
18
|
if (v !== undefined) module.exports = v;
|
|
19
19
|
}
|
|
20
20
|
else if (typeof define === "function" && define.amd) {
|
|
21
|
-
define(["require", "exports", "./index"], factory);
|
|
21
|
+
define(["require", "exports", "./index.js"], factory);
|
|
22
22
|
}
|
|
23
23
|
})(function (require, exports) {
|
|
24
24
|
"use strict";
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
__exportStar(require("./index"), exports);
|
|
26
|
+
__exportStar(require("./index.js"), exports);
|
|
27
27
|
});
|
package/umd/c/index.js
CHANGED
|
@@ -7,31 +7,31 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
if (v !== undefined) module.exports = v;
|
|
8
8
|
}
|
|
9
9
|
else if (typeof define === "function" && define.amd) {
|
|
10
|
-
define(["require", "exports", "./cards", "./chars", "./clickPause", "./collisionsAbsorb", "./collisionsBounce", "./collisionsDestroy", "./colorAnimation", "./connect", "./customPreset", "./customShape"], factory);
|
|
10
|
+
define(["require", "exports", "./cards.js", "./chars.js", "./clickPause.js", "./collisionsAbsorb.js", "./collisionsBounce.js", "./collisionsDestroy.js", "./colorAnimation.js", "./connect.js", "./customPreset.js", "./customShape.js"], factory);
|
|
11
11
|
}
|
|
12
12
|
})(function (require, exports) {
|
|
13
13
|
"use strict";
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
15
|
+
const cards_js_1 = __importDefault(require("./cards.js"));
|
|
16
|
+
const chars_js_1 = __importDefault(require("./chars.js"));
|
|
17
|
+
const clickPause_js_1 = __importDefault(require("./clickPause.js"));
|
|
18
|
+
const collisionsAbsorb_js_1 = __importDefault(require("./collisionsAbsorb.js"));
|
|
19
|
+
const collisionsBounce_js_1 = __importDefault(require("./collisionsBounce.js"));
|
|
20
|
+
const collisionsDestroy_js_1 = __importDefault(require("./collisionsDestroy.js"));
|
|
21
|
+
const colorAnimation_js_1 = __importDefault(require("./colorAnimation.js"));
|
|
22
|
+
const connect_js_1 = __importDefault(require("./connect.js"));
|
|
23
|
+
const customPreset_js_1 = __importDefault(require("./customPreset.js"));
|
|
24
|
+
const customShape_js_1 = __importDefault(require("./customShape.js"));
|
|
25
25
|
exports.default = {
|
|
26
|
-
cards:
|
|
27
|
-
chars:
|
|
28
|
-
clickPause:
|
|
29
|
-
collisionsAbsorb:
|
|
30
|
-
collisionsBounce:
|
|
31
|
-
collisionsDestroy:
|
|
32
|
-
colorAnimation:
|
|
33
|
-
connect:
|
|
34
|
-
customPreset:
|
|
35
|
-
customShape:
|
|
26
|
+
cards: cards_js_1.default,
|
|
27
|
+
chars: chars_js_1.default,
|
|
28
|
+
clickPause: clickPause_js_1.default,
|
|
29
|
+
collisionsAbsorb: collisionsAbsorb_js_1.default,
|
|
30
|
+
collisionsBounce: collisionsBounce_js_1.default,
|
|
31
|
+
collisionsDestroy: collisionsDestroy_js_1.default,
|
|
32
|
+
colorAnimation: colorAnimation_js_1.default,
|
|
33
|
+
connect: connect_js_1.default,
|
|
34
|
+
customPreset: customPreset_js_1.default,
|
|
35
|
+
customShape: customShape_js_1.default,
|
|
36
36
|
};
|
|
37
37
|
});
|
package/umd/d/index.js
CHANGED
|
@@ -7,29 +7,29 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
if (v !== undefined) module.exports = v;
|
|
8
8
|
}
|
|
9
9
|
else if (typeof define === "function" && define.amd) {
|
|
10
|
-
define(["require", "exports", "./dataImages", "./delay", "./delayColor", "./delayOpacity", "./delaySize", "./delayStrokeColor", "./destroy", "./disappearing", "./divEvents"], factory);
|
|
10
|
+
define(["require", "exports", "./dataImages.js", "./delay.js", "./delayColor.js", "./delayOpacity.js", "./delaySize.js", "./delayStrokeColor.js", "./destroy.js", "./disappearing.js", "./divEvents.js"], factory);
|
|
11
11
|
}
|
|
12
12
|
})(function (require, exports) {
|
|
13
13
|
"use strict";
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
15
|
+
const dataImages_js_1 = __importDefault(require("./dataImages.js"));
|
|
16
|
+
const delay_js_1 = __importDefault(require("./delay.js"));
|
|
17
|
+
const delayColor_js_1 = __importDefault(require("./delayColor.js"));
|
|
18
|
+
const delayOpacity_js_1 = __importDefault(require("./delayOpacity.js"));
|
|
19
|
+
const delaySize_js_1 = __importDefault(require("./delaySize.js"));
|
|
20
|
+
const delayStrokeColor_js_1 = __importDefault(require("./delayStrokeColor.js"));
|
|
21
|
+
const destroy_js_1 = __importDefault(require("./destroy.js"));
|
|
22
|
+
const disappearing_js_1 = __importDefault(require("./disappearing.js"));
|
|
23
|
+
const divEvents_js_1 = __importDefault(require("./divEvents.js"));
|
|
24
24
|
exports.default = {
|
|
25
|
-
dataImages:
|
|
26
|
-
delay:
|
|
27
|
-
delayColor:
|
|
28
|
-
delayOpacity:
|
|
29
|
-
delaySize:
|
|
30
|
-
delayStrokeColor:
|
|
31
|
-
destroy:
|
|
32
|
-
disappearing:
|
|
33
|
-
divEvents:
|
|
25
|
+
dataImages: dataImages_js_1.default,
|
|
26
|
+
delay: delay_js_1.default,
|
|
27
|
+
delayColor: delayColor_js_1.default,
|
|
28
|
+
delayOpacity: delayOpacity_js_1.default,
|
|
29
|
+
delaySize: delaySize_js_1.default,
|
|
30
|
+
delayStrokeColor: delayStrokeColor_js_1.default,
|
|
31
|
+
destroy: destroy_js_1.default,
|
|
32
|
+
disappearing: disappearing_js_1.default,
|
|
33
|
+
divEvents: divEvents_js_1.default,
|
|
34
34
|
};
|
|
35
35
|
});
|
package/umd/e/index.js
CHANGED
|
@@ -7,23 +7,23 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
if (v !== undefined) module.exports = v;
|
|
8
8
|
}
|
|
9
9
|
else if (typeof define === "function" && define.amd) {
|
|
10
|
-
define(["require", "exports", "./emitter", "./emitterAbsorber", "./emitterAngled", "./emitterImages", "./emitterPaths", "./emitterShapes"], factory);
|
|
10
|
+
define(["require", "exports", "./emitter.js", "./emitterAbsorber.js", "./emitterAngled.js", "./emitterImages.js", "./emitterPaths.js", "./emitterShapes.js"], factory);
|
|
11
11
|
}
|
|
12
12
|
})(function (require, exports) {
|
|
13
13
|
"use strict";
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
15
|
+
const emitter_js_1 = __importDefault(require("./emitter.js"));
|
|
16
|
+
const emitterAbsorber_js_1 = __importDefault(require("./emitterAbsorber.js"));
|
|
17
|
+
const emitterAngled_js_1 = __importDefault(require("./emitterAngled.js"));
|
|
18
|
+
const emitterImages_js_1 = __importDefault(require("./emitterImages.js"));
|
|
19
|
+
const emitterPaths_js_1 = __importDefault(require("./emitterPaths.js"));
|
|
20
|
+
const emitterShapes_js_1 = __importDefault(require("./emitterShapes.js"));
|
|
21
21
|
exports.default = {
|
|
22
|
-
emitter:
|
|
23
|
-
emitterAbsorber:
|
|
24
|
-
emitterAngled:
|
|
25
|
-
emitterImages:
|
|
26
|
-
emitterPaths:
|
|
27
|
-
emitterShapes:
|
|
22
|
+
emitter: emitter_js_1.default,
|
|
23
|
+
emitterAbsorber: emitterAbsorber_js_1.default,
|
|
24
|
+
emitterAngled: emitterAngled_js_1.default,
|
|
25
|
+
emitterImages: emitterImages_js_1.default,
|
|
26
|
+
emitterPaths: emitterPaths_js_1.default,
|
|
27
|
+
emitterShapes: emitterShapes_js_1.default,
|
|
28
28
|
};
|
|
29
29
|
});
|
package/umd/f/index.js
CHANGED
|
@@ -7,17 +7,17 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
if (v !== undefined) module.exports = v;
|
|
8
8
|
}
|
|
9
9
|
else if (typeof define === "function" && define.amd) {
|
|
10
|
-
define(["require", "exports", "./fireworks", "./fontawesome", "./forward"], factory);
|
|
10
|
+
define(["require", "exports", "./fireworks.js", "./fontawesome.js", "./forward.js"], factory);
|
|
11
11
|
}
|
|
12
12
|
})(function (require, exports) {
|
|
13
13
|
"use strict";
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
15
|
+
const fireworks_js_1 = __importDefault(require("./fireworks.js"));
|
|
16
|
+
const fontawesome_js_1 = __importDefault(require("./fontawesome.js"));
|
|
17
|
+
const forward_js_1 = __importDefault(require("./forward.js"));
|
|
18
18
|
exports.default = {
|
|
19
|
-
fireworks:
|
|
20
|
-
fontawesome:
|
|
21
|
-
forward:
|
|
19
|
+
fireworks: fireworks_js_1.default,
|
|
20
|
+
fontawesome: fontawesome_js_1.default,
|
|
21
|
+
forward: forward_js_1.default,
|
|
22
22
|
};
|
|
23
23
|
});
|
package/umd/g/index.js
CHANGED
|
@@ -7,21 +7,21 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
if (v !== undefined) module.exports = v;
|
|
8
8
|
}
|
|
9
9
|
else if (typeof define === "function" && define.amd) {
|
|
10
|
-
define(["require", "exports", "./gifs", "./grabRandomColor", "./gradients", "./gravity", "./growing"], factory);
|
|
10
|
+
define(["require", "exports", "./gifs.js", "./grabRandomColor.js", "./gradients.js", "./gravity.js", "./growing.js"], factory);
|
|
11
11
|
}
|
|
12
12
|
})(function (require, exports) {
|
|
13
13
|
"use strict";
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
15
|
+
const gifs_js_1 = __importDefault(require("./gifs.js"));
|
|
16
|
+
const grabRandomColor_js_1 = __importDefault(require("./grabRandomColor.js"));
|
|
17
|
+
const gradients_js_1 = __importDefault(require("./gradients.js"));
|
|
18
|
+
const gravity_js_1 = __importDefault(require("./gravity.js"));
|
|
19
|
+
const growing_js_1 = __importDefault(require("./growing.js"));
|
|
20
20
|
exports.default = {
|
|
21
|
-
gifs:
|
|
22
|
-
grabRandomColor:
|
|
23
|
-
gradients:
|
|
24
|
-
gravity:
|
|
25
|
-
growing:
|
|
21
|
+
gifs: gifs_js_1.default,
|
|
22
|
+
grabRandomColor: grabRandomColor_js_1.default,
|
|
23
|
+
gradients: gradients_js_1.default,
|
|
24
|
+
gravity: gravity_js_1.default,
|
|
25
|
+
growing: growing_js_1.default,
|
|
26
26
|
};
|
|
27
27
|
});
|
package/umd/h/index.js
CHANGED
|
@@ -7,17 +7,17 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
if (v !== undefined) module.exports = v;
|
|
8
8
|
}
|
|
9
9
|
else if (typeof define === "function" && define.amd) {
|
|
10
|
-
define(["require", "exports", "./hexagonPath", "./hollowknight", "./hyperspace"], factory);
|
|
10
|
+
define(["require", "exports", "./hexagonPath.js", "./hollowknight.js", "./hyperspace.js"], factory);
|
|
11
11
|
}
|
|
12
12
|
})(function (require, exports) {
|
|
13
13
|
"use strict";
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
15
|
+
const hexagonPath_js_1 = __importDefault(require("./hexagonPath.js"));
|
|
16
|
+
const hollowknight_js_1 = __importDefault(require("./hollowknight.js"));
|
|
17
|
+
const hyperspace_js_1 = __importDefault(require("./hyperspace.js"));
|
|
18
18
|
exports.default = {
|
|
19
|
-
hexagonPath:
|
|
20
|
-
hollowknight:
|
|
21
|
-
hyperspace:
|
|
19
|
+
hexagonPath: hexagonPath_js_1.default,
|
|
20
|
+
hollowknight: hollowknight_js_1.default,
|
|
21
|
+
hyperspace: hyperspace_js_1.default,
|
|
22
22
|
};
|
|
23
23
|
});
|
package/umd/i/index.js
CHANGED
|
@@ -7,19 +7,19 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
if (v !== undefined) module.exports = v;
|
|
8
8
|
}
|
|
9
9
|
else if (typeof define === "function" && define.amd) {
|
|
10
|
-
define(["require", "exports", "./imageMask", "./images", "./imagesDirections", "./infection"], factory);
|
|
10
|
+
define(["require", "exports", "./imageMask.js", "./images.js", "./imagesDirections.js", "./infection.js"], factory);
|
|
11
11
|
}
|
|
12
12
|
})(function (require, exports) {
|
|
13
13
|
"use strict";
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
15
|
+
const imageMask_js_1 = __importDefault(require("./imageMask.js"));
|
|
16
|
+
const images_js_1 = __importDefault(require("./images.js"));
|
|
17
|
+
const imagesDirections_js_1 = __importDefault(require("./imagesDirections.js"));
|
|
18
|
+
const infection_js_1 = __importDefault(require("./infection.js"));
|
|
19
19
|
exports.default = {
|
|
20
|
-
imageMask:
|
|
21
|
-
images:
|
|
22
|
-
imagesDirections:
|
|
23
|
-
infection:
|
|
20
|
+
imageMask: imageMask_js_1.default,
|
|
21
|
+
images: images_js_1.default,
|
|
22
|
+
imagesDirections: imagesDirections_js_1.default,
|
|
23
|
+
infection: infection_js_1.default,
|
|
24
24
|
};
|
|
25
25
|
});
|
package/umd/index.js
CHANGED
|
@@ -7,65 +7,65 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
if (v !== undefined) module.exports = v;
|
|
8
8
|
}
|
|
9
9
|
else if (typeof define === "function" && define.amd) {
|
|
10
|
-
define(["require", "exports", "@tsparticles/engine", "./a", "./b", "./c", "./d", "./e", "./f", "./g", "./h", "./i", "./j", "./k", "./l", "./m", "./n", "./o", "./p", "./q", "./r", "./s", "./t", "./u", "./v", "./w", "./x", "./y", "./z"], factory);
|
|
10
|
+
define(["require", "exports", "@tsparticles/engine", "./a/index.js", "./b/index.js", "./c/index.js", "./d/index.js", "./e/index.js", "./f/index.js", "./g/index.js", "./h/index.js", "./i/index.js", "./j/index.js", "./k/index.js", "./l/index.js", "./m/index.js", "./n/index.js", "./o/index.js", "./p/index.js", "./q/index.js", "./r/index.js", "./s/index.js", "./t/index.js", "./u/index.js", "./v/index.js", "./w/index.js", "./x/index.js", "./y/index.js", "./z/index.js"], factory);
|
|
11
11
|
}
|
|
12
12
|
})(function (require, exports) {
|
|
13
13
|
"use strict";
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
const engine_1 = require("@tsparticles/engine");
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
const
|
|
28
|
-
const
|
|
29
|
-
const
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
const
|
|
34
|
-
const
|
|
35
|
-
const
|
|
36
|
-
const
|
|
37
|
-
const
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
16
|
+
const index_js_1 = __importDefault(require("./a/index.js"));
|
|
17
|
+
const index_js_2 = __importDefault(require("./b/index.js"));
|
|
18
|
+
const index_js_3 = __importDefault(require("./c/index.js"));
|
|
19
|
+
const index_js_4 = __importDefault(require("./d/index.js"));
|
|
20
|
+
const index_js_5 = __importDefault(require("./e/index.js"));
|
|
21
|
+
const index_js_6 = __importDefault(require("./f/index.js"));
|
|
22
|
+
const index_js_7 = __importDefault(require("./g/index.js"));
|
|
23
|
+
const index_js_8 = __importDefault(require("./h/index.js"));
|
|
24
|
+
const index_js_9 = __importDefault(require("./i/index.js"));
|
|
25
|
+
const index_js_10 = __importDefault(require("./j/index.js"));
|
|
26
|
+
const index_js_11 = __importDefault(require("./k/index.js"));
|
|
27
|
+
const index_js_12 = __importDefault(require("./l/index.js"));
|
|
28
|
+
const index_js_13 = __importDefault(require("./m/index.js"));
|
|
29
|
+
const index_js_14 = __importDefault(require("./n/index.js"));
|
|
30
|
+
const index_js_15 = __importDefault(require("./o/index.js"));
|
|
31
|
+
const index_js_16 = __importDefault(require("./p/index.js"));
|
|
32
|
+
const index_js_17 = __importDefault(require("./q/index.js"));
|
|
33
|
+
const index_js_18 = __importDefault(require("./r/index.js"));
|
|
34
|
+
const index_js_19 = __importDefault(require("./s/index.js"));
|
|
35
|
+
const index_js_20 = __importDefault(require("./t/index.js"));
|
|
36
|
+
const index_js_21 = __importDefault(require("./u/index.js"));
|
|
37
|
+
const index_js_22 = __importDefault(require("./v/index.js"));
|
|
38
|
+
const index_js_23 = __importDefault(require("./w/index.js"));
|
|
39
|
+
const index_js_24 = __importDefault(require("./x/index.js"));
|
|
40
|
+
const index_js_25 = __importDefault(require("./y/index.js"));
|
|
41
|
+
const index_js_26 = __importDefault(require("./z/index.js"));
|
|
42
42
|
const configs = {
|
|
43
|
-
...
|
|
44
|
-
...
|
|
45
|
-
...
|
|
46
|
-
...
|
|
47
|
-
...
|
|
48
|
-
...
|
|
49
|
-
...
|
|
50
|
-
...
|
|
51
|
-
...
|
|
52
|
-
...
|
|
53
|
-
...
|
|
54
|
-
...
|
|
55
|
-
...
|
|
56
|
-
...
|
|
57
|
-
...
|
|
58
|
-
...
|
|
59
|
-
...
|
|
60
|
-
...
|
|
61
|
-
...
|
|
62
|
-
...
|
|
63
|
-
...
|
|
64
|
-
...
|
|
65
|
-
...
|
|
66
|
-
...
|
|
67
|
-
...
|
|
68
|
-
...
|
|
43
|
+
...index_js_1.default,
|
|
44
|
+
...index_js_2.default,
|
|
45
|
+
...index_js_3.default,
|
|
46
|
+
...index_js_4.default,
|
|
47
|
+
...index_js_5.default,
|
|
48
|
+
...index_js_6.default,
|
|
49
|
+
...index_js_7.default,
|
|
50
|
+
...index_js_8.default,
|
|
51
|
+
...index_js_9.default,
|
|
52
|
+
...index_js_10.default,
|
|
53
|
+
...index_js_11.default,
|
|
54
|
+
...index_js_12.default,
|
|
55
|
+
...index_js_13.default,
|
|
56
|
+
...index_js_14.default,
|
|
57
|
+
...index_js_15.default,
|
|
58
|
+
...index_js_16.default,
|
|
59
|
+
...index_js_17.default,
|
|
60
|
+
...index_js_18.default,
|
|
61
|
+
...index_js_19.default,
|
|
62
|
+
...index_js_20.default,
|
|
63
|
+
...index_js_21.default,
|
|
64
|
+
...index_js_22.default,
|
|
65
|
+
...index_js_23.default,
|
|
66
|
+
...index_js_24.default,
|
|
67
|
+
...index_js_25.default,
|
|
68
|
+
...index_js_26.default,
|
|
69
69
|
};
|
|
70
70
|
for (const key of Object.keys(configs)) {
|
|
71
71
|
engine_1.tsParticles.addConfig(configs[key]);
|
package/umd/l/index.js
CHANGED
|
@@ -7,19 +7,19 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
if (v !== undefined) module.exports = v;
|
|
8
8
|
}
|
|
9
9
|
else if (typeof define === "function" && define.amd) {
|
|
10
|
-
define(["require", "exports", "./life", "./lightHover", "./linkTriangles", "./localPolygonMask"], factory);
|
|
10
|
+
define(["require", "exports", "./life.js", "./lightHover.js", "./linkTriangles.js", "./localPolygonMask.js"], factory);
|
|
11
11
|
}
|
|
12
12
|
})(function (require, exports) {
|
|
13
13
|
"use strict";
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
15
|
+
const life_js_1 = __importDefault(require("./life.js"));
|
|
16
|
+
const lightHover_js_1 = __importDefault(require("./lightHover.js"));
|
|
17
|
+
const linkTriangles_js_1 = __importDefault(require("./linkTriangles.js"));
|
|
18
|
+
const localPolygonMask_js_1 = __importDefault(require("./localPolygonMask.js"));
|
|
19
19
|
exports.default = {
|
|
20
|
-
life:
|
|
21
|
-
lightHover:
|
|
22
|
-
linkTriangles:
|
|
23
|
-
localPolygonMask:
|
|
20
|
+
life: life_js_1.default,
|
|
21
|
+
lightHover: lightHover_js_1.default,
|
|
22
|
+
linkTriangles: linkTriangles_js_1.default,
|
|
23
|
+
localPolygonMask: localPolygonMask_js_1.default,
|
|
24
24
|
};
|
|
25
25
|
});
|
package/umd/m/index.js
CHANGED
|
@@ -7,37 +7,37 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
if (v !== undefined) module.exports = v;
|
|
8
8
|
}
|
|
9
9
|
else if (typeof define === "function" && define.amd) {
|
|
10
|
-
define(["require", "exports", "./manual", "./motionDisable", "./motionReduce", "./mouseAttract", "./mouseBounce", "./mouseFollow", "./mouseTrail", "./moveAngle", "./moveDistance", "./moveInside", "./moveOutside", "./multipleClickEmitters", "./multiplePolygonMasks"], factory);
|
|
10
|
+
define(["require", "exports", "./manual.js", "./motionDisable.js", "./motionReduce.js", "./mouseAttract.js", "./mouseBounce.js", "./mouseFollow.js", "./mouseTrail.js", "./moveAngle.js", "./moveDistance.js", "./moveInside.js", "./moveOutside.js", "./multipleClickEmitters.js", "./multiplePolygonMasks.js"], factory);
|
|
11
11
|
}
|
|
12
12
|
})(function (require, exports) {
|
|
13
13
|
"use strict";
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
const
|
|
15
|
+
const manual_js_1 = __importDefault(require("./manual.js"));
|
|
16
|
+
const motionDisable_js_1 = __importDefault(require("./motionDisable.js"));
|
|
17
|
+
const motionReduce_js_1 = __importDefault(require("./motionReduce.js"));
|
|
18
|
+
const mouseAttract_js_1 = __importDefault(require("./mouseAttract.js"));
|
|
19
|
+
const mouseBounce_js_1 = __importDefault(require("./mouseBounce.js"));
|
|
20
|
+
const mouseFollow_js_1 = __importDefault(require("./mouseFollow.js"));
|
|
21
|
+
const mouseTrail_js_1 = __importDefault(require("./mouseTrail.js"));
|
|
22
|
+
const moveAngle_js_1 = __importDefault(require("./moveAngle.js"));
|
|
23
|
+
const moveDistance_js_1 = __importDefault(require("./moveDistance.js"));
|
|
24
|
+
const moveInside_js_1 = __importDefault(require("./moveInside.js"));
|
|
25
|
+
const moveOutside_js_1 = __importDefault(require("./moveOutside.js"));
|
|
26
|
+
const multipleClickEmitters_js_1 = __importDefault(require("./multipleClickEmitters.js"));
|
|
27
|
+
const multiplePolygonMasks_js_1 = __importDefault(require("./multiplePolygonMasks.js"));
|
|
28
28
|
exports.default = {
|
|
29
|
-
manual:
|
|
30
|
-
motionDisable:
|
|
31
|
-
motionReduce:
|
|
32
|
-
mouseAttract:
|
|
33
|
-
mouseBounce:
|
|
34
|
-
mouseFollow:
|
|
35
|
-
mouseTrail:
|
|
36
|
-
moveAngle:
|
|
37
|
-
moveDistance:
|
|
38
|
-
moveInside:
|
|
39
|
-
moveOutside:
|
|
40
|
-
multipleClickEmitters:
|
|
41
|
-
multiplePolygonMasks:
|
|
29
|
+
manual: manual_js_1.default,
|
|
30
|
+
motionDisable: motionDisable_js_1.default,
|
|
31
|
+
motionReduce: motionReduce_js_1.default,
|
|
32
|
+
mouseAttract: mouseAttract_js_1.default,
|
|
33
|
+
mouseBounce: mouseBounce_js_1.default,
|
|
34
|
+
mouseFollow: mouseFollow_js_1.default,
|
|
35
|
+
mouseTrail: mouseTrail_js_1.default,
|
|
36
|
+
moveAngle: moveAngle_js_1.default,
|
|
37
|
+
moveDistance: moveDistance_js_1.default,
|
|
38
|
+
moveInside: moveInside_js_1.default,
|
|
39
|
+
moveOutside: moveOutside_js_1.default,
|
|
40
|
+
multipleClickEmitters: multipleClickEmitters_js_1.default,
|
|
41
|
+
multiplePolygonMasks: multiplePolygonMasks_js_1.default,
|
|
42
42
|
};
|
|
43
43
|
});
|
package/umd/n/index.js
CHANGED
|
@@ -7,21 +7,21 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
if (v !== undefined) module.exports = v;
|
|
8
8
|
}
|
|
9
9
|
else if (typeof define === "function" && define.amd) {
|
|
10
|
-
define(["require", "exports", "./nasa", "./noconfig", "./noisePlanes", "./nyancat", "./nyancat2"], factory);
|
|
10
|
+
define(["require", "exports", "./nasa.js", "./noconfig.js", "./noisePlanes.js", "./nyancat.js", "./nyancat2.js"], factory);
|
|
11
11
|
}
|
|
12
12
|
})(function (require, exports) {
|
|
13
13
|
"use strict";
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
15
|
+
const nasa_js_1 = __importDefault(require("./nasa.js"));
|
|
16
|
+
const noconfig_js_1 = __importDefault(require("./noconfig.js"));
|
|
17
|
+
const noisePlanes_js_1 = __importDefault(require("./noisePlanes.js"));
|
|
18
|
+
const nyancat_js_1 = __importDefault(require("./nyancat.js"));
|
|
19
|
+
const nyancat2_js_1 = __importDefault(require("./nyancat2.js"));
|
|
20
20
|
exports.default = {
|
|
21
|
-
nasa:
|
|
22
|
-
noconfig:
|
|
23
|
-
noisePlanes:
|
|
24
|
-
nyancat:
|
|
25
|
-
nyancat2:
|
|
21
|
+
nasa: nasa_js_1.default,
|
|
22
|
+
noconfig: noconfig_js_1.default,
|
|
23
|
+
noisePlanes: noisePlanes_js_1.default,
|
|
24
|
+
nyancat: nyancat_js_1.default,
|
|
25
|
+
nyancat2: nyancat2_js_1.default,
|
|
26
26
|
};
|
|
27
27
|
});
|
package/umd/o/index.js
CHANGED
|
@@ -7,13 +7,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
if (v !== undefined) module.exports = v;
|
|
8
8
|
}
|
|
9
9
|
else if (typeof define === "function" && define.amd) {
|
|
10
|
-
define(["require", "exports", "./orbit"], factory);
|
|
10
|
+
define(["require", "exports", "./orbit.js"], factory);
|
|
11
11
|
}
|
|
12
12
|
})(function (require, exports) {
|
|
13
13
|
"use strict";
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const
|
|
15
|
+
const orbit_js_1 = __importDefault(require("./orbit.js"));
|
|
16
16
|
exports.default = {
|
|
17
|
-
orbit:
|
|
17
|
+
orbit: orbit_js_1.default,
|
|
18
18
|
};
|
|
19
19
|
});
|