@tsparticles/configs 4.1.3 → 4.2.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/e/effectFilter.js +3 -3
- package/browser/m/index.js +2 -0
- package/browser/m/meteors.js +63 -0
- package/cjs/e/effectFilter.js +3 -3
- package/cjs/m/index.js +2 -0
- package/cjs/m/meteors.js +63 -0
- package/esm/e/effectFilter.js +3 -3
- package/esm/m/index.js +2 -0
- package/esm/m/meteors.js +63 -0
- package/package.json +2 -2
- package/report.html +1 -1
- package/tsparticles.configs.js +224 -160
- package/tsparticles.configs.min.js +1 -1
- package/types/index.d.ts +1 -0
- package/types/index.lazy.d.ts +1 -0
- package/types/m/index.d.ts +1 -0
- package/types/m/meteors.d.ts +3 -0
package/tsparticles.configs.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
(function(g){g.__tsParticlesInternals=g.__tsParticlesInternals||{};g.__tsParticlesInternals.bundles=g.__tsParticlesInternals.bundles||{};g.__tsParticlesInternals.effects=g.__tsParticlesInternals.effects||{};g.__tsParticlesInternals.engine=g.__tsParticlesInternals.engine||{};g.__tsParticlesInternals.interactions=g.__tsParticlesInternals.interactions||{};g.__tsParticlesInternals.palettes=g.__tsParticlesInternals.palettes||{};g.__tsParticlesInternals.paths=g.__tsParticlesInternals.paths||{};g.__tsParticlesInternals.plugins=g.__tsParticlesInternals.plugins||{};g.__tsParticlesInternals.plugins=g.__tsParticlesInternals.plugins||{};g.__tsParticlesInternals.plugins.emittersShapes=g.__tsParticlesInternals.plugins.emittersShapes||{};g.__tsParticlesInternals.presets=g.__tsParticlesInternals.presets||{};g.__tsParticlesInternals.shapes=g.__tsParticlesInternals.shapes||{};g.__tsParticlesInternals.updaters=g.__tsParticlesInternals.updaters||{};g.__tsParticlesInternals.utils=g.__tsParticlesInternals.utils||{};g.__tsParticlesInternals.canvas=g.__tsParticlesInternals.canvas||{};g.__tsParticlesInternals.canvas=g.__tsParticlesInternals.canvas||{};g.__tsParticlesInternals.canvas.utils=g.__tsParticlesInternals.canvas.utils||{};g.__tsParticlesInternals.path=g.__tsParticlesInternals.path||{};g.__tsParticlesInternals.path=g.__tsParticlesInternals.path||{};g.__tsParticlesInternals.path.utils=g.__tsParticlesInternals.path.utils||{};var __tsProxyFactory=typeof Proxy!=="undefined"?function(obj){return new Proxy(obj,{get:function(target,key){if(!(key in target)){target[key]={};}return target[key];}});}:function(obj){return obj;};g.__tsParticlesInternals.bundles=__tsProxyFactory(g.__tsParticlesInternals.bundles);g.__tsParticlesInternals.effects=__tsProxyFactory(g.__tsParticlesInternals.effects);g.__tsParticlesInternals.interactions=__tsProxyFactory(g.__tsParticlesInternals.interactions);g.__tsParticlesInternals.palettes=__tsProxyFactory(g.__tsParticlesInternals.palettes);g.__tsParticlesInternals.paths=__tsProxyFactory(g.__tsParticlesInternals.paths);g.__tsParticlesInternals.plugins=__tsProxyFactory(g.__tsParticlesInternals.plugins);g.__tsParticlesInternals.plugins.emittersShapes=__tsProxyFactory(g.__tsParticlesInternals.plugins.emittersShapes);g.__tsParticlesInternals.presets=__tsProxyFactory(g.__tsParticlesInternals.presets);g.__tsParticlesInternals.shapes=__tsProxyFactory(g.__tsParticlesInternals.shapes);g.__tsParticlesInternals.updaters=__tsProxyFactory(g.__tsParticlesInternals.updaters);g.__tsParticlesInternals.utils=__tsProxyFactory(g.__tsParticlesInternals.utils);g.__tsParticlesInternals.canvas=__tsProxyFactory(g.__tsParticlesInternals.canvas);g.__tsParticlesInternals.path=__tsProxyFactory(g.__tsParticlesInternals.path);g.tsparticlesInternalExports=g.tsparticlesInternalExports||{};})(typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:this);
|
|
2
|
-
/* Utility v4.
|
|
2
|
+
/* Utility v4.2.0 */
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('@tsparticles/engine')) :
|
|
5
5
|
typeof define === 'function' && define.amd ? define(['@tsparticles/engine'], factory) :
|
|
6
6
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.__tsParticlesInternals.engine));
|
|
7
7
|
})(this, (function (engine) { 'use strict';
|
|
8
8
|
|
|
9
|
-
const options$
|
|
9
|
+
const options$2_ = {
|
|
10
10
|
key: "absorbers",
|
|
11
11
|
name: "Absorbers",
|
|
12
12
|
particles: {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
};
|
|
81
81
|
|
|
82
|
-
const options$
|
|
82
|
+
const options$2Z = {
|
|
83
83
|
key: "amongUs",
|
|
84
84
|
name: "Among Us",
|
|
85
85
|
particles: {
|
|
@@ -213,11 +213,11 @@
|
|
|
213
213
|
};
|
|
214
214
|
|
|
215
215
|
var a = {
|
|
216
|
-
absorbers: options$
|
|
217
|
-
amongUs: options$
|
|
216
|
+
absorbers: options$2_,
|
|
217
|
+
amongUs: options$2Z,
|
|
218
218
|
};
|
|
219
219
|
|
|
220
|
-
const options$
|
|
220
|
+
const options$2Y = {
|
|
221
221
|
key: "backgroundMask",
|
|
222
222
|
name: "Background Mask",
|
|
223
223
|
particles: {
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
},
|
|
305
305
|
};
|
|
306
306
|
|
|
307
|
-
const options$
|
|
307
|
+
const options$2X = {
|
|
308
308
|
key: "backgroundMaskImage",
|
|
309
309
|
name: "Background Mask Image",
|
|
310
310
|
particles: {
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
},
|
|
380
380
|
};
|
|
381
381
|
|
|
382
|
-
const options$
|
|
382
|
+
const options$2W = {
|
|
383
383
|
key: "basic",
|
|
384
384
|
name: "Basic",
|
|
385
385
|
particles: {
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
},
|
|
452
452
|
};
|
|
453
453
|
|
|
454
|
-
const options$
|
|
454
|
+
const options$2V = {
|
|
455
455
|
key: "big",
|
|
456
456
|
name: "Big Particles",
|
|
457
457
|
particles: {
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
},
|
|
538
538
|
};
|
|
539
539
|
|
|
540
|
-
const options$
|
|
540
|
+
const options$2U = {
|
|
541
541
|
key: "bigBlend",
|
|
542
542
|
name: "Big Particles with Blend",
|
|
543
543
|
particles: {
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
},
|
|
625
625
|
};
|
|
626
626
|
|
|
627
|
-
const options$
|
|
627
|
+
const options$2T = {
|
|
628
628
|
key: "bigBlendCombo",
|
|
629
629
|
name: "Big Particles with Global and Particle Blend",
|
|
630
630
|
particles: {
|
|
@@ -715,7 +715,7 @@
|
|
|
715
715
|
},
|
|
716
716
|
};
|
|
717
717
|
|
|
718
|
-
const options$
|
|
718
|
+
const options$2S = {
|
|
719
719
|
key: "bigBlendParticle",
|
|
720
720
|
name: "Big Particles with Particle Blend",
|
|
721
721
|
particles: {
|
|
@@ -802,7 +802,7 @@
|
|
|
802
802
|
},
|
|
803
803
|
};
|
|
804
804
|
|
|
805
|
-
const options$
|
|
805
|
+
const options$2R = {
|
|
806
806
|
key: "blackHole",
|
|
807
807
|
name: "Black Hole",
|
|
808
808
|
particles: {
|
|
@@ -873,7 +873,7 @@
|
|
|
873
873
|
},
|
|
874
874
|
};
|
|
875
875
|
|
|
876
|
-
const options$
|
|
876
|
+
const options$2Q = {
|
|
877
877
|
key: "bubble",
|
|
878
878
|
name: "Bubble",
|
|
879
879
|
particles: {
|
|
@@ -966,18 +966,18 @@
|
|
|
966
966
|
};
|
|
967
967
|
|
|
968
968
|
var b = {
|
|
969
|
-
backgroundMask: options$
|
|
970
|
-
backgroundMaskImage: options$
|
|
971
|
-
basic: options$
|
|
972
|
-
big: options$
|
|
973
|
-
bigBlend: options$
|
|
974
|
-
bigBlendCombo: options$
|
|
975
|
-
bigBlendParticle: options$
|
|
976
|
-
blackHole: options$
|
|
977
|
-
bubble: options$
|
|
969
|
+
backgroundMask: options$2Y,
|
|
970
|
+
backgroundMaskImage: options$2X,
|
|
971
|
+
basic: options$2W,
|
|
972
|
+
big: options$2V,
|
|
973
|
+
bigBlend: options$2U,
|
|
974
|
+
bigBlendCombo: options$2T,
|
|
975
|
+
bigBlendParticle: options$2S,
|
|
976
|
+
blackHole: options$2R,
|
|
977
|
+
bubble: options$2Q,
|
|
978
978
|
};
|
|
979
979
|
|
|
980
|
-
const options$
|
|
980
|
+
const options$2P = {
|
|
981
981
|
key: "cardSuits",
|
|
982
982
|
name: "Card Suits",
|
|
983
983
|
particles: {
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
const cardSuits$1 = ["spades", "hearts", "diamonds", "clubs"], cardValues$1 = ["A", "2", "3", "4", "5", "6", "7", "8", "9", "10", "J", "Q", "K"], allCards$1 = cardSuits$1.flatMap(suit => cardValues$1.map(value => ({
|
|
1081
1081
|
suit,
|
|
1082
1082
|
value,
|
|
1083
|
-
}))), options$
|
|
1083
|
+
}))), options$2O = {
|
|
1084
1084
|
key: "cards",
|
|
1085
1085
|
name: "Cards",
|
|
1086
1086
|
particles: {
|
|
@@ -1145,7 +1145,7 @@
|
|
|
1145
1145
|
const cardSuits = ["spades", "hearts", "diamonds", "clubs"], cardValues = ["A", "2", "3", "4", "5", "6", "7", "8", "9", "10", "J", "Q", "K"], allCards = cardSuits.flatMap(suit => cardValues.map(value => ({
|
|
1146
1146
|
suit,
|
|
1147
1147
|
value,
|
|
1148
|
-
}))), options$
|
|
1148
|
+
}))), options$2N = {
|
|
1149
1149
|
key: "cardsRolling",
|
|
1150
1150
|
name: "Cards Rolling",
|
|
1151
1151
|
particles: {
|
|
@@ -1235,7 +1235,7 @@
|
|
|
1235
1235
|
},
|
|
1236
1236
|
};
|
|
1237
1237
|
|
|
1238
|
-
const options$
|
|
1238
|
+
const options$2M = {
|
|
1239
1239
|
key: "chars",
|
|
1240
1240
|
name: "Chars",
|
|
1241
1241
|
particles: {
|
|
@@ -1340,7 +1340,7 @@
|
|
|
1340
1340
|
},
|
|
1341
1341
|
};
|
|
1342
1342
|
|
|
1343
|
-
const options$
|
|
1343
|
+
const options$2L = {
|
|
1344
1344
|
key: "clickPause",
|
|
1345
1345
|
name: "Click Pause",
|
|
1346
1346
|
particles: {
|
|
@@ -1422,7 +1422,7 @@
|
|
|
1422
1422
|
},
|
|
1423
1423
|
};
|
|
1424
1424
|
|
|
1425
|
-
const options$
|
|
1425
|
+
const options$2K = {
|
|
1426
1426
|
key: "collisionsAbsorb",
|
|
1427
1427
|
name: "Collisions Absorb",
|
|
1428
1428
|
particles: {
|
|
@@ -1506,7 +1506,7 @@
|
|
|
1506
1506
|
},
|
|
1507
1507
|
};
|
|
1508
1508
|
|
|
1509
|
-
const options$
|
|
1509
|
+
const options$2J = {
|
|
1510
1510
|
key: "collisionsBounce",
|
|
1511
1511
|
name: "Collisions Bounce",
|
|
1512
1512
|
particles: {
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
},
|
|
1588
1588
|
};
|
|
1589
1589
|
|
|
1590
|
-
const options$
|
|
1590
|
+
const options$2I = {
|
|
1591
1591
|
key: "collisionsDestroy",
|
|
1592
1592
|
name: "Collisions Destroy",
|
|
1593
1593
|
particles: {
|
|
@@ -1672,7 +1672,7 @@
|
|
|
1672
1672
|
smooth: true,
|
|
1673
1673
|
};
|
|
1674
1674
|
|
|
1675
|
-
const options$
|
|
1675
|
+
const options$2H = {
|
|
1676
1676
|
key: "colorAnimation",
|
|
1677
1677
|
name: "Color Animation",
|
|
1678
1678
|
particles: {
|
|
@@ -1749,7 +1749,7 @@
|
|
|
1749
1749
|
},
|
|
1750
1750
|
};
|
|
1751
1751
|
|
|
1752
|
-
const options$
|
|
1752
|
+
const options$2G = {
|
|
1753
1753
|
key: "colors",
|
|
1754
1754
|
name: "Colors",
|
|
1755
1755
|
background: {
|
|
@@ -1855,7 +1855,7 @@
|
|
|
1855
1855
|
emitters: [],
|
|
1856
1856
|
};
|
|
1857
1857
|
|
|
1858
|
-
const options$
|
|
1858
|
+
const options$2F = {
|
|
1859
1859
|
key: "confettiExplosions",
|
|
1860
1860
|
name: "Confetti Explosions",
|
|
1861
1861
|
background: {
|
|
@@ -2006,7 +2006,7 @@
|
|
|
2006
2006
|
},
|
|
2007
2007
|
};
|
|
2008
2008
|
|
|
2009
|
-
const options$
|
|
2009
|
+
const options$2E = {
|
|
2010
2010
|
key: "connect",
|
|
2011
2011
|
name: "Connect",
|
|
2012
2012
|
interactivity: {
|
|
@@ -2122,7 +2122,7 @@
|
|
|
2122
2122
|
},
|
|
2123
2123
|
};
|
|
2124
2124
|
|
|
2125
|
-
const options$
|
|
2125
|
+
const options$2D = {
|
|
2126
2126
|
key: "curlNoise",
|
|
2127
2127
|
name: "Curl Noise",
|
|
2128
2128
|
particles: {
|
|
@@ -2178,22 +2178,22 @@
|
|
|
2178
2178
|
};
|
|
2179
2179
|
|
|
2180
2180
|
var c = {
|
|
2181
|
-
cardSuits: options$
|
|
2182
|
-
cards: options$
|
|
2183
|
-
cardsRolling: options$
|
|
2184
|
-
chars: options$
|
|
2185
|
-
clickPause: options$
|
|
2186
|
-
collisionsAbsorb: options$
|
|
2187
|
-
collisionsBounce: options$
|
|
2188
|
-
collisionsDestroy: options$
|
|
2189
|
-
colorAnimation: options$
|
|
2190
|
-
colors: options$
|
|
2191
|
-
confettiExplosions: options$
|
|
2192
|
-
connect: options$
|
|
2193
|
-
curlNoise: options$
|
|
2181
|
+
cardSuits: options$2P,
|
|
2182
|
+
cards: options$2O,
|
|
2183
|
+
cardsRolling: options$2N,
|
|
2184
|
+
chars: options$2M,
|
|
2185
|
+
clickPause: options$2L,
|
|
2186
|
+
collisionsAbsorb: options$2K,
|
|
2187
|
+
collisionsBounce: options$2J,
|
|
2188
|
+
collisionsDestroy: options$2I,
|
|
2189
|
+
colorAnimation: options$2H,
|
|
2190
|
+
colors: options$2G,
|
|
2191
|
+
confettiExplosions: options$2F,
|
|
2192
|
+
connect: options$2E,
|
|
2193
|
+
curlNoise: options$2D,
|
|
2194
2194
|
};
|
|
2195
2195
|
|
|
2196
|
-
const options$
|
|
2196
|
+
const options$2C = {
|
|
2197
2197
|
key: "dataImages",
|
|
2198
2198
|
name: "Data URI Images",
|
|
2199
2199
|
interactivity: {
|
|
@@ -2306,7 +2306,7 @@
|
|
|
2306
2306
|
},
|
|
2307
2307
|
};
|
|
2308
2308
|
|
|
2309
|
-
const options$
|
|
2309
|
+
const options$2B = {
|
|
2310
2310
|
key: "delay",
|
|
2311
2311
|
name: "Delay",
|
|
2312
2312
|
delay: 5,
|
|
@@ -2379,7 +2379,7 @@
|
|
|
2379
2379
|
},
|
|
2380
2380
|
};
|
|
2381
2381
|
|
|
2382
|
-
const options$
|
|
2382
|
+
const options$2A = {
|
|
2383
2383
|
key: "delayColor",
|
|
2384
2384
|
name: "Delay Color",
|
|
2385
2385
|
background: {
|
|
@@ -2424,7 +2424,7 @@
|
|
|
2424
2424
|
},
|
|
2425
2425
|
};
|
|
2426
2426
|
|
|
2427
|
-
const options$
|
|
2427
|
+
const options$2z = {
|
|
2428
2428
|
key: "delayOpacity",
|
|
2429
2429
|
name: "Delay Opacity",
|
|
2430
2430
|
background: {
|
|
@@ -2468,7 +2468,7 @@
|
|
|
2468
2468
|
},
|
|
2469
2469
|
};
|
|
2470
2470
|
|
|
2471
|
-
const options$
|
|
2471
|
+
const options$2y = {
|
|
2472
2472
|
key: "delaySize",
|
|
2473
2473
|
name: "Delay Size",
|
|
2474
2474
|
background: {
|
|
@@ -2512,7 +2512,7 @@
|
|
|
2512
2512
|
},
|
|
2513
2513
|
};
|
|
2514
2514
|
|
|
2515
|
-
const options$
|
|
2515
|
+
const options$2x = {
|
|
2516
2516
|
key: "delayStrokeColor",
|
|
2517
2517
|
name: "Delay Stroke Color",
|
|
2518
2518
|
background: {
|
|
@@ -2559,7 +2559,7 @@
|
|
|
2559
2559
|
},
|
|
2560
2560
|
};
|
|
2561
2561
|
|
|
2562
|
-
const options$
|
|
2562
|
+
const options$2w = {
|
|
2563
2563
|
key: "destroy",
|
|
2564
2564
|
name: "Destroy",
|
|
2565
2565
|
particles: {
|
|
@@ -2642,7 +2642,7 @@
|
|
|
2642
2642
|
},
|
|
2643
2643
|
};
|
|
2644
2644
|
|
|
2645
|
-
const options$
|
|
2645
|
+
const options$2v = {
|
|
2646
2646
|
key: "destroyExplode",
|
|
2647
2647
|
name: "Destroy Explode",
|
|
2648
2648
|
particles: {
|
|
@@ -2710,7 +2710,7 @@
|
|
|
2710
2710
|
},
|
|
2711
2711
|
};
|
|
2712
2712
|
|
|
2713
|
-
const options$
|
|
2713
|
+
const options$2u = {
|
|
2714
2714
|
key: "disappearing",
|
|
2715
2715
|
name: "Disappearing",
|
|
2716
2716
|
background: {
|
|
@@ -2802,7 +2802,7 @@
|
|
|
2802
2802
|
},
|
|
2803
2803
|
};
|
|
2804
2804
|
|
|
2805
|
-
const options$
|
|
2805
|
+
const options$2t = {
|
|
2806
2806
|
key: "divEvents",
|
|
2807
2807
|
name: "Div Events",
|
|
2808
2808
|
background: {
|
|
@@ -2918,19 +2918,19 @@
|
|
|
2918
2918
|
};
|
|
2919
2919
|
|
|
2920
2920
|
var d = {
|
|
2921
|
-
dataImages: options$
|
|
2922
|
-
delay: options$
|
|
2923
|
-
delayColor: options$
|
|
2924
|
-
delayOpacity: options$
|
|
2925
|
-
delaySize: options$
|
|
2926
|
-
delayStrokeColor: options$
|
|
2927
|
-
destroy: options$
|
|
2928
|
-
destroyExplode: options$
|
|
2929
|
-
disappearing: options$
|
|
2930
|
-
divEvents: options$
|
|
2921
|
+
dataImages: options$2C,
|
|
2922
|
+
delay: options$2B,
|
|
2923
|
+
delayColor: options$2A,
|
|
2924
|
+
delayOpacity: options$2z,
|
|
2925
|
+
delaySize: options$2y,
|
|
2926
|
+
delayStrokeColor: options$2x,
|
|
2927
|
+
destroy: options$2w,
|
|
2928
|
+
destroyExplode: options$2v,
|
|
2929
|
+
disappearing: options$2u,
|
|
2930
|
+
divEvents: options$2t,
|
|
2931
2931
|
};
|
|
2932
2932
|
|
|
2933
|
-
const options$
|
|
2933
|
+
const options$2s = {
|
|
2934
2934
|
key: "effectBubble",
|
|
2935
2935
|
name: "Effect Bubble",
|
|
2936
2936
|
particles: {
|
|
@@ -3013,12 +3013,12 @@
|
|
|
3013
3013
|
},
|
|
3014
3014
|
};
|
|
3015
3015
|
|
|
3016
|
-
const options$
|
|
3016
|
+
const options$2r = {
|
|
3017
3017
|
key: "effectFilter",
|
|
3018
3018
|
name: "Effect Filter",
|
|
3019
3019
|
particles: {
|
|
3020
3020
|
number: {
|
|
3021
|
-
value:
|
|
3021
|
+
value: 30,
|
|
3022
3022
|
density: {
|
|
3023
3023
|
enable: true,
|
|
3024
3024
|
},
|
|
@@ -3040,7 +3040,7 @@
|
|
|
3040
3040
|
type: "filter",
|
|
3041
3041
|
options: {
|
|
3042
3042
|
filter: {
|
|
3043
|
-
blur:
|
|
3043
|
+
blur: 10,
|
|
3044
3044
|
},
|
|
3045
3045
|
},
|
|
3046
3046
|
},
|
|
@@ -3049,7 +3049,7 @@
|
|
|
3049
3049
|
},
|
|
3050
3050
|
size: {
|
|
3051
3051
|
value: {
|
|
3052
|
-
min:
|
|
3052
|
+
min: 20,
|
|
3053
3053
|
max: 50,
|
|
3054
3054
|
},
|
|
3055
3055
|
},
|
|
@@ -3063,7 +3063,7 @@
|
|
|
3063
3063
|
},
|
|
3064
3064
|
};
|
|
3065
3065
|
|
|
3066
|
-
const options$
|
|
3066
|
+
const options$2q = {
|
|
3067
3067
|
key: "effectParticles",
|
|
3068
3068
|
name: "Effect Particles",
|
|
3069
3069
|
particles: {
|
|
@@ -3163,7 +3163,7 @@
|
|
|
3163
3163
|
},
|
|
3164
3164
|
};
|
|
3165
3165
|
|
|
3166
|
-
const options$
|
|
3166
|
+
const options$2p = {
|
|
3167
3167
|
key: "effectTrail",
|
|
3168
3168
|
name: "Effect Trail",
|
|
3169
3169
|
particles: {
|
|
@@ -3223,7 +3223,7 @@
|
|
|
3223
3223
|
},
|
|
3224
3224
|
};
|
|
3225
3225
|
|
|
3226
|
-
const options$
|
|
3226
|
+
const options$2o = {
|
|
3227
3227
|
key: "effectTrailTransform",
|
|
3228
3228
|
name: "Effect Trail Transform",
|
|
3229
3229
|
particles: {
|
|
@@ -3285,7 +3285,7 @@
|
|
|
3285
3285
|
},
|
|
3286
3286
|
};
|
|
3287
3287
|
|
|
3288
|
-
const options$
|
|
3288
|
+
const options$2n = {
|
|
3289
3289
|
key: "emitter",
|
|
3290
3290
|
name: "Emitter",
|
|
3291
3291
|
particles: {
|
|
@@ -3562,7 +3562,7 @@
|
|
|
3562
3562
|
],
|
|
3563
3563
|
};
|
|
3564
3564
|
|
|
3565
|
-
const options$
|
|
3565
|
+
const options$2m = {
|
|
3566
3566
|
key: "emitterAbsorber",
|
|
3567
3567
|
name: "Emitter and Absorber",
|
|
3568
3568
|
particles: {
|
|
@@ -3709,7 +3709,7 @@
|
|
|
3709
3709
|
],
|
|
3710
3710
|
};
|
|
3711
3711
|
|
|
3712
|
-
const options$
|
|
3712
|
+
const options$2l = {
|
|
3713
3713
|
key: "emitterAngled",
|
|
3714
3714
|
name: "Emitter Angled",
|
|
3715
3715
|
particles: {
|
|
@@ -3794,7 +3794,7 @@
|
|
|
3794
3794
|
rate: rate$3,
|
|
3795
3795
|
fill,
|
|
3796
3796
|
};
|
|
3797
|
-
}, options$
|
|
3797
|
+
}, options$2k = {
|
|
3798
3798
|
key: "emitterImageShape",
|
|
3799
3799
|
name: "Emitter Image Shape",
|
|
3800
3800
|
particles: {
|
|
@@ -3872,7 +3872,7 @@
|
|
|
3872
3872
|
],
|
|
3873
3873
|
};
|
|
3874
3874
|
|
|
3875
|
-
const options$
|
|
3875
|
+
const options$2j = {
|
|
3876
3876
|
key: "emitterImages",
|
|
3877
3877
|
name: "Emitter Images",
|
|
3878
3878
|
particles: {
|
|
@@ -4005,7 +4005,7 @@
|
|
|
4005
4005
|
},
|
|
4006
4006
|
};
|
|
4007
4007
|
|
|
4008
|
-
const options$
|
|
4008
|
+
const options$2i = {
|
|
4009
4009
|
key: "emitterPaths",
|
|
4010
4010
|
name: "Emitter Paths",
|
|
4011
4011
|
particles: {
|
|
@@ -4135,7 +4135,7 @@
|
|
|
4135
4135
|
{ x: 100, y: 0 },
|
|
4136
4136
|
{ x: 50, y: 0 },
|
|
4137
4137
|
{ x: 50, y: 25 },
|
|
4138
|
-
], options$
|
|
4138
|
+
], options$2h = {
|
|
4139
4139
|
key: "emitterShapes",
|
|
4140
4140
|
name: "Emitter Shapes",
|
|
4141
4141
|
particles: {
|
|
@@ -4187,7 +4187,7 @@
|
|
|
4187
4187
|
const emitterRate$2 = {
|
|
4188
4188
|
delay: 0.1,
|
|
4189
4189
|
quantity: 2,
|
|
4190
|
-
}, options$
|
|
4190
|
+
}, options$2g = {
|
|
4191
4191
|
key: "emitterSpawnColor",
|
|
4192
4192
|
name: "Emitter Spawn Color",
|
|
4193
4193
|
particles: {
|
|
@@ -4413,7 +4413,7 @@
|
|
|
4413
4413
|
rate: rate$1,
|
|
4414
4414
|
fill,
|
|
4415
4415
|
};
|
|
4416
|
-
}, options$
|
|
4416
|
+
}, options$2f = {
|
|
4417
4417
|
key: "emitterTextShape",
|
|
4418
4418
|
name: "Emitter Text Shape",
|
|
4419
4419
|
particles: {
|
|
@@ -4517,7 +4517,7 @@
|
|
|
4517
4517
|
rate,
|
|
4518
4518
|
fill,
|
|
4519
4519
|
};
|
|
4520
|
-
}, options$
|
|
4520
|
+
}, options$2e = {
|
|
4521
4521
|
key: "emitterTextStrokeShape",
|
|
4522
4522
|
name: "Emitter Text Stroke Shape",
|
|
4523
4523
|
particles: {
|
|
@@ -4603,24 +4603,24 @@
|
|
|
4603
4603
|
};
|
|
4604
4604
|
|
|
4605
4605
|
var e = {
|
|
4606
|
-
effectBubble: options$
|
|
4607
|
-
effectFilter: options$
|
|
4608
|
-
effectParticles: options$
|
|
4609
|
-
effectTrail: options$
|
|
4610
|
-
effectTrailTransform: options$
|
|
4611
|
-
emitter: options$
|
|
4612
|
-
emitterAbsorber: options$
|
|
4613
|
-
emitterAngled: options$
|
|
4614
|
-
emitterImageShape: options$
|
|
4615
|
-
emitterImages: options$
|
|
4616
|
-
emitterPaths: options$
|
|
4617
|
-
emitterShapes: options$
|
|
4618
|
-
emitterSpawnColor: options$
|
|
4619
|
-
emitterTextShape: options$
|
|
4620
|
-
emitterTextStrokeShape: options$
|
|
4606
|
+
effectBubble: options$2s,
|
|
4607
|
+
effectFilter: options$2r,
|
|
4608
|
+
effectParticles: options$2q,
|
|
4609
|
+
effectTrail: options$2p,
|
|
4610
|
+
effectTrailTransform: options$2o,
|
|
4611
|
+
emitter: options$2n,
|
|
4612
|
+
emitterAbsorber: options$2m,
|
|
4613
|
+
emitterAngled: options$2l,
|
|
4614
|
+
emitterImageShape: options$2k,
|
|
4615
|
+
emitterImages: options$2j,
|
|
4616
|
+
emitterPaths: options$2i,
|
|
4617
|
+
emitterShapes: options$2h,
|
|
4618
|
+
emitterSpawnColor: options$2g,
|
|
4619
|
+
emitterTextShape: options$2f,
|
|
4620
|
+
emitterTextStrokeShape: options$2e,
|
|
4621
4621
|
};
|
|
4622
4622
|
|
|
4623
|
-
const options$
|
|
4623
|
+
const options$2d = {
|
|
4624
4624
|
key: "fallingConfetti",
|
|
4625
4625
|
name: "Falling Confetti",
|
|
4626
4626
|
background: {
|
|
@@ -4762,7 +4762,7 @@
|
|
|
4762
4762
|
},
|
|
4763
4763
|
};
|
|
4764
4764
|
|
|
4765
|
-
const options$
|
|
4765
|
+
const options$2c = {
|
|
4766
4766
|
key: "fallingConfettiWithRibbons",
|
|
4767
4767
|
name: "Falling Confetti with Ribbons",
|
|
4768
4768
|
background: {
|
|
@@ -4980,7 +4980,7 @@
|
|
|
4980
4980
|
},
|
|
4981
4981
|
};
|
|
4982
4982
|
|
|
4983
|
-
const options$
|
|
4983
|
+
const options$2b = {
|
|
4984
4984
|
key: "fireworks",
|
|
4985
4985
|
name: "Fireworks",
|
|
4986
4986
|
fullScreen: {
|
|
@@ -5211,7 +5211,7 @@
|
|
|
5211
5211
|
},
|
|
5212
5212
|
};
|
|
5213
5213
|
|
|
5214
|
-
const options$
|
|
5214
|
+
const options$2a = {
|
|
5215
5215
|
key: "fireworks2",
|
|
5216
5216
|
name: "Fireworks 2",
|
|
5217
5217
|
fullScreen: {
|
|
@@ -5443,7 +5443,7 @@
|
|
|
5443
5443
|
},
|
|
5444
5444
|
};
|
|
5445
5445
|
|
|
5446
|
-
const thirdFactor = 3, third = engine.identity / thirdFactor, options$
|
|
5446
|
+
const thirdFactor = 3, third = engine.identity / thirdFactor, options$29 = {
|
|
5447
5447
|
key: "fireworks3",
|
|
5448
5448
|
name: "Fireworks 3",
|
|
5449
5449
|
fullScreen: {
|
|
@@ -5653,7 +5653,7 @@
|
|
|
5653
5653
|
},
|
|
5654
5654
|
};
|
|
5655
5655
|
|
|
5656
|
-
const options$
|
|
5656
|
+
const options$28 = {
|
|
5657
5657
|
key: "fireworksMask",
|
|
5658
5658
|
name: "Fireworks Background Mask",
|
|
5659
5659
|
fullScreen: {
|
|
@@ -5857,7 +5857,7 @@
|
|
|
5857
5857
|
},
|
|
5858
5858
|
};
|
|
5859
5859
|
|
|
5860
|
-
const options$
|
|
5860
|
+
const options$27 = {
|
|
5861
5861
|
key: "fontawesome",
|
|
5862
5862
|
name: "Font Awesome",
|
|
5863
5863
|
interactivity: {
|
|
@@ -5958,7 +5958,7 @@
|
|
|
5958
5958
|
},
|
|
5959
5959
|
};
|
|
5960
5960
|
|
|
5961
|
-
const options$
|
|
5961
|
+
const options$26 = {
|
|
5962
5962
|
key: "forward",
|
|
5963
5963
|
name: "Forward",
|
|
5964
5964
|
particles: {
|
|
@@ -6050,17 +6050,17 @@
|
|
|
6050
6050
|
};
|
|
6051
6051
|
|
|
6052
6052
|
var f = {
|
|
6053
|
-
fallingConfetti: options$
|
|
6054
|
-
fallingconfettiWithRibbons: options$
|
|
6055
|
-
fireworks: options$
|
|
6056
|
-
fireworks2: options$
|
|
6057
|
-
fireworks3: options$
|
|
6058
|
-
fireworksMask: options$
|
|
6059
|
-
fontawesome: options$
|
|
6060
|
-
forward: options$
|
|
6053
|
+
fallingConfetti: options$2d,
|
|
6054
|
+
fallingconfettiWithRibbons: options$2c,
|
|
6055
|
+
fireworks: options$2b,
|
|
6056
|
+
fireworks2: options$2a,
|
|
6057
|
+
fireworks3: options$29,
|
|
6058
|
+
fireworksMask: options$28,
|
|
6059
|
+
fontawesome: options$27,
|
|
6060
|
+
forward: options$26,
|
|
6061
6061
|
};
|
|
6062
6062
|
|
|
6063
|
-
const options$
|
|
6063
|
+
const options$25 = {
|
|
6064
6064
|
key: "gifs",
|
|
6065
6065
|
name: "Gifs",
|
|
6066
6066
|
interactivity: {
|
|
@@ -6111,7 +6111,7 @@
|
|
|
6111
6111
|
},
|
|
6112
6112
|
};
|
|
6113
6113
|
|
|
6114
|
-
const options$
|
|
6114
|
+
const options$24 = {
|
|
6115
6115
|
key: "grabRandomColor",
|
|
6116
6116
|
name: "Grab Random Color",
|
|
6117
6117
|
particles: {
|
|
@@ -6199,7 +6199,7 @@
|
|
|
6199
6199
|
},
|
|
6200
6200
|
};
|
|
6201
6201
|
|
|
6202
|
-
const options$
|
|
6202
|
+
const options$23 = {
|
|
6203
6203
|
key: "gradients",
|
|
6204
6204
|
name: "Gradients",
|
|
6205
6205
|
particles: {
|
|
@@ -6374,7 +6374,7 @@
|
|
|
6374
6374
|
},
|
|
6375
6375
|
};
|
|
6376
6376
|
|
|
6377
|
-
const options$
|
|
6377
|
+
const options$22 = {
|
|
6378
6378
|
key: "gravity",
|
|
6379
6379
|
name: "Gravity",
|
|
6380
6380
|
particles: {
|
|
@@ -6499,7 +6499,7 @@
|
|
|
6499
6499
|
},
|
|
6500
6500
|
};
|
|
6501
6501
|
|
|
6502
|
-
const options$
|
|
6502
|
+
const options$21 = {
|
|
6503
6503
|
key: "groups",
|
|
6504
6504
|
name: "Groups",
|
|
6505
6505
|
particles: {
|
|
@@ -6570,7 +6570,7 @@
|
|
|
6570
6570
|
},
|
|
6571
6571
|
};
|
|
6572
6572
|
|
|
6573
|
-
const options$
|
|
6573
|
+
const options$20 = {
|
|
6574
6574
|
key: "growing",
|
|
6575
6575
|
name: "Growing",
|
|
6576
6576
|
emitters: {
|
|
@@ -6646,15 +6646,15 @@
|
|
|
6646
6646
|
};
|
|
6647
6647
|
|
|
6648
6648
|
var g = {
|
|
6649
|
-
gifs: options$
|
|
6650
|
-
grabRandomColor: options$
|
|
6651
|
-
gradients: options$
|
|
6652
|
-
gravity: options$
|
|
6653
|
-
groups: options$
|
|
6654
|
-
growing: options$
|
|
6649
|
+
gifs: options$25,
|
|
6650
|
+
grabRandomColor: options$24,
|
|
6651
|
+
gradients: options$23,
|
|
6652
|
+
gravity: options$22,
|
|
6653
|
+
groups: options$21,
|
|
6654
|
+
growing: options$20,
|
|
6655
6655
|
};
|
|
6656
6656
|
|
|
6657
|
-
const options$
|
|
6657
|
+
const options$1$ = {
|
|
6658
6658
|
key: "hexagonPath",
|
|
6659
6659
|
name: "Hexagon Path",
|
|
6660
6660
|
particles: {
|
|
@@ -6732,7 +6732,7 @@
|
|
|
6732
6732
|
},
|
|
6733
6733
|
};
|
|
6734
6734
|
|
|
6735
|
-
const options$
|
|
6735
|
+
const options$1_ = {
|
|
6736
6736
|
key: "hollowknight",
|
|
6737
6737
|
name: "Hollow Knight",
|
|
6738
6738
|
interactivity: {
|
|
@@ -6853,7 +6853,7 @@
|
|
|
6853
6853
|
},
|
|
6854
6854
|
};
|
|
6855
6855
|
|
|
6856
|
-
const options$
|
|
6856
|
+
const options$1Z = {
|
|
6857
6857
|
key: "hyperspace",
|
|
6858
6858
|
name: "Hyperspace",
|
|
6859
6859
|
background: {
|
|
@@ -6925,12 +6925,12 @@
|
|
|
6925
6925
|
};
|
|
6926
6926
|
|
|
6927
6927
|
var h = {
|
|
6928
|
-
hexagonPath: options$
|
|
6929
|
-
hollowknight: options$
|
|
6930
|
-
hyperspace: options$
|
|
6928
|
+
hexagonPath: options$1$,
|
|
6929
|
+
hollowknight: options$1_,
|
|
6930
|
+
hyperspace: options$1Z,
|
|
6931
6931
|
};
|
|
6932
6932
|
|
|
6933
|
-
const minFilterValue$1 = 30, minFilterAlpha$1 = 0, options$
|
|
6933
|
+
const minFilterValue$1 = 30, minFilterAlpha$1 = 0, options$1Y = {
|
|
6934
6934
|
key: "imageMask",
|
|
6935
6935
|
name: "Image Mask",
|
|
6936
6936
|
smooth: true,
|
|
@@ -6987,7 +6987,7 @@
|
|
|
6987
6987
|
},
|
|
6988
6988
|
};
|
|
6989
6989
|
|
|
6990
|
-
const minFilterValue = 30, minFilterAlpha = 0, options$
|
|
6990
|
+
const minFilterValue = 30, minFilterAlpha = 0, options$1X = {
|
|
6991
6991
|
key: "imageMaskRepulse",
|
|
6992
6992
|
name: "Image Mask Repulse Restore",
|
|
6993
6993
|
smooth: true,
|
|
@@ -7051,7 +7051,7 @@
|
|
|
7051
7051
|
},
|
|
7052
7052
|
};
|
|
7053
7053
|
|
|
7054
|
-
const options$
|
|
7054
|
+
const options$1W = {
|
|
7055
7055
|
key: "images",
|
|
7056
7056
|
name: "Images",
|
|
7057
7057
|
interactivity: {
|
|
@@ -7265,7 +7265,7 @@
|
|
|
7265
7265
|
],
|
|
7266
7266
|
};
|
|
7267
7267
|
|
|
7268
|
-
const options$
|
|
7268
|
+
const options$1V = {
|
|
7269
7269
|
key: "imagesDirections",
|
|
7270
7270
|
name: "Images with Custom Directions",
|
|
7271
7271
|
interactivity: {
|
|
@@ -7374,7 +7374,7 @@
|
|
|
7374
7374
|
},
|
|
7375
7375
|
};
|
|
7376
7376
|
|
|
7377
|
-
const options$
|
|
7377
|
+
const options$1U = {
|
|
7378
7378
|
key: "infection",
|
|
7379
7379
|
name: "Infection",
|
|
7380
7380
|
infection: {
|
|
@@ -7458,18 +7458,18 @@
|
|
|
7458
7458
|
};
|
|
7459
7459
|
|
|
7460
7460
|
var i = {
|
|
7461
|
-
imageMask: options$
|
|
7462
|
-
imageMaskRepulse: options$
|
|
7463
|
-
images: options$
|
|
7464
|
-
imagesDirections: options$
|
|
7465
|
-
infection: options$
|
|
7461
|
+
imageMask: options$1Y,
|
|
7462
|
+
imageMaskRepulse: options$1X,
|
|
7463
|
+
images: options$1W,
|
|
7464
|
+
imagesDirections: options$1V,
|
|
7465
|
+
infection: options$1U,
|
|
7466
7466
|
};
|
|
7467
7467
|
|
|
7468
7468
|
var j = {};
|
|
7469
7469
|
|
|
7470
7470
|
var k = {};
|
|
7471
7471
|
|
|
7472
|
-
const options$
|
|
7472
|
+
const options$1T = {
|
|
7473
7473
|
key: "lch",
|
|
7474
7474
|
name: "LCH",
|
|
7475
7475
|
particles: {
|
|
@@ -7541,7 +7541,7 @@
|
|
|
7541
7541
|
},
|
|
7542
7542
|
};
|
|
7543
7543
|
|
|
7544
|
-
const options$
|
|
7544
|
+
const options$1S = {
|
|
7545
7545
|
key: "life",
|
|
7546
7546
|
name: "Life",
|
|
7547
7547
|
particles: {
|
|
@@ -7626,7 +7626,7 @@
|
|
|
7626
7626
|
},
|
|
7627
7627
|
};
|
|
7628
7628
|
|
|
7629
|
-
const options$
|
|
7629
|
+
const options$1R = {
|
|
7630
7630
|
key: "lightHover",
|
|
7631
7631
|
name: "Light Hover",
|
|
7632
7632
|
particles: {
|
|
@@ -7701,7 +7701,7 @@
|
|
|
7701
7701
|
},
|
|
7702
7702
|
};
|
|
7703
7703
|
|
|
7704
|
-
const options$
|
|
7704
|
+
const options$1Q = {
|
|
7705
7705
|
key: "linkTriangles",
|
|
7706
7706
|
name: "Link Triangles",
|
|
7707
7707
|
particles: {
|
|
@@ -7793,7 +7793,7 @@
|
|
|
7793
7793
|
},
|
|
7794
7794
|
};
|
|
7795
7795
|
|
|
7796
|
-
const options$
|
|
7796
|
+
const options$1P = {
|
|
7797
7797
|
key: "localPolygonMask",
|
|
7798
7798
|
name: "Local Polygon Mask",
|
|
7799
7799
|
interactivity: {
|
|
@@ -7885,14 +7885,14 @@
|
|
|
7885
7885
|
};
|
|
7886
7886
|
|
|
7887
7887
|
var l = {
|
|
7888
|
-
lch: options$
|
|
7889
|
-
life: options$
|
|
7890
|
-
lightHover: options$
|
|
7891
|
-
linkTriangles: options$
|
|
7892
|
-
localPolygonMask: options$
|
|
7888
|
+
lch: options$1T,
|
|
7889
|
+
life: options$1S,
|
|
7890
|
+
lightHover: options$1R,
|
|
7891
|
+
linkTriangles: options$1Q,
|
|
7892
|
+
localPolygonMask: options$1P,
|
|
7893
7893
|
};
|
|
7894
7894
|
|
|
7895
|
-
const options$
|
|
7895
|
+
const options$1O = {
|
|
7896
7896
|
key: "manual",
|
|
7897
7897
|
name: "Manual Particles",
|
|
7898
7898
|
manualParticles: [
|
|
@@ -7980,7 +7980,7 @@
|
|
|
7980
7980
|
},
|
|
7981
7981
|
};
|
|
7982
7982
|
|
|
7983
|
-
const options$
|
|
7983
|
+
const options$1N = {
|
|
7984
7984
|
key: "matrix",
|
|
7985
7985
|
name: "Matrix",
|
|
7986
7986
|
fpsLimit: 30,
|
|
@@ -8057,6 +8057,69 @@
|
|
|
8057
8057
|
},
|
|
8058
8058
|
};
|
|
8059
8059
|
|
|
8060
|
+
const options$1M = {
|
|
8061
|
+
key: "meteors",
|
|
8062
|
+
name: "Meteors",
|
|
8063
|
+
particles: {
|
|
8064
|
+
number: {
|
|
8065
|
+
value: 0,
|
|
8066
|
+
},
|
|
8067
|
+
paint: {
|
|
8068
|
+
color: {
|
|
8069
|
+
value: "#000",
|
|
8070
|
+
},
|
|
8071
|
+
},
|
|
8072
|
+
effect: {
|
|
8073
|
+
type: "trail",
|
|
8074
|
+
options: {
|
|
8075
|
+
trail: {
|
|
8076
|
+
length: 30,
|
|
8077
|
+
},
|
|
8078
|
+
},
|
|
8079
|
+
},
|
|
8080
|
+
size: {
|
|
8081
|
+
value: 1,
|
|
8082
|
+
},
|
|
8083
|
+
opacity: {
|
|
8084
|
+
value: { min: 0, max: 1 },
|
|
8085
|
+
animation: {
|
|
8086
|
+
enable: true,
|
|
8087
|
+
sync: true,
|
|
8088
|
+
speed: 0.2,
|
|
8089
|
+
startValue: "max",
|
|
8090
|
+
destroy: "min",
|
|
8091
|
+
count: 1,
|
|
8092
|
+
},
|
|
8093
|
+
},
|
|
8094
|
+
move: {
|
|
8095
|
+
enable: true,
|
|
8096
|
+
speed: { min: 3, max: 6 },
|
|
8097
|
+
straight: true,
|
|
8098
|
+
direction: 120,
|
|
8099
|
+
outModes: {
|
|
8100
|
+
default: "destroy",
|
|
8101
|
+
},
|
|
8102
|
+
},
|
|
8103
|
+
},
|
|
8104
|
+
background: {
|
|
8105
|
+
color: "#fff",
|
|
8106
|
+
},
|
|
8107
|
+
emitters: {
|
|
8108
|
+
position: {
|
|
8109
|
+
x: 50,
|
|
8110
|
+
y: 0,
|
|
8111
|
+
},
|
|
8112
|
+
size: {
|
|
8113
|
+
width: 100,
|
|
8114
|
+
height: 0,
|
|
8115
|
+
},
|
|
8116
|
+
rate: {
|
|
8117
|
+
delay: 0.2,
|
|
8118
|
+
quantity: 2,
|
|
8119
|
+
},
|
|
8120
|
+
},
|
|
8121
|
+
};
|
|
8122
|
+
|
|
8060
8123
|
const options$1L = {
|
|
8061
8124
|
key: "motionDisable",
|
|
8062
8125
|
name: "Motion Disable",
|
|
@@ -9807,8 +9870,9 @@
|
|
|
9807
9870
|
};
|
|
9808
9871
|
|
|
9809
9872
|
var m = {
|
|
9810
|
-
manual: options$
|
|
9811
|
-
matrix: options$
|
|
9873
|
+
manual: options$1O,
|
|
9874
|
+
matrix: options$1N,
|
|
9875
|
+
meteors: options$1M,
|
|
9812
9876
|
motionDisable: options$1L,
|
|
9813
9877
|
motionReduce: options$1K,
|
|
9814
9878
|
mouseAttract: options$1J,
|