@tsparticles/configs 4.0.2 → 4.0.4
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/c/colors.js +106 -0
- package/browser/c/index.js +2 -0
- package/browser/t/index.js +2 -0
- package/browser/t/tunnel.js +85 -0
- package/cjs/c/colors.js +106 -0
- package/cjs/c/index.js +2 -0
- package/cjs/t/index.js +2 -0
- package/cjs/t/tunnel.js +85 -0
- package/esm/c/colors.js +106 -0
- package/esm/c/index.js +2 -0
- package/esm/t/index.js +2 -0
- package/esm/t/tunnel.js +85 -0
- package/package.json +2 -2
- package/report.html +1 -1
- package/tsparticles.configs.js +564 -371
- package/tsparticles.configs.min.js +1 -1
- package/types/c/colors.d.ts +3 -0
- package/types/c/index.d.ts +1 -0
- package/types/index.d.ts +2 -0
- package/types/index.lazy.d.ts +2 -0
- package/types/t/index.d.ts +1 -0
- package/types/t/tunnel.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.0.
|
|
2
|
+
/* Utility v4.0.4 */
|
|
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$31 = {
|
|
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$30 = {
|
|
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$31,
|
|
217
|
+
amongUs: options$30,
|
|
218
218
|
};
|
|
219
219
|
|
|
220
|
-
const options$
|
|
220
|
+
const options$2$ = {
|
|
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$2_ = {
|
|
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$2Z = {
|
|
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$2Y = {
|
|
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$2X = {
|
|
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$2W = {
|
|
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$2V = {
|
|
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$2U = {
|
|
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$2T = {
|
|
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$2$,
|
|
970
|
+
backgroundMaskImage: options$2_,
|
|
971
|
+
basic: options$2Z,
|
|
972
|
+
big: options$2Y,
|
|
973
|
+
bigBlend: options$2X,
|
|
974
|
+
bigBlendCombo: options$2W,
|
|
975
|
+
bigBlendParticle: options$2V,
|
|
976
|
+
blackHole: options$2U,
|
|
977
|
+
bubble: options$2T,
|
|
978
978
|
};
|
|
979
979
|
|
|
980
|
-
const options$
|
|
980
|
+
const options$2S = {
|
|
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$2R = {
|
|
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$2Q = {
|
|
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$2P = {
|
|
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$2O = {
|
|
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$2N = {
|
|
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$2M = {
|
|
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$2L = {
|
|
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$2K = {
|
|
1676
1676
|
key: "colorAnimation",
|
|
1677
1677
|
name: "Color Animation",
|
|
1678
1678
|
particles: {
|
|
@@ -1749,7 +1749,113 @@
|
|
|
1749
1749
|
},
|
|
1750
1750
|
};
|
|
1751
1751
|
|
|
1752
|
-
const options$
|
|
1752
|
+
const options$2J = {
|
|
1753
|
+
key: "colors",
|
|
1754
|
+
name: "Colors",
|
|
1755
|
+
background: {
|
|
1756
|
+
color: "#000",
|
|
1757
|
+
},
|
|
1758
|
+
interactivity: {
|
|
1759
|
+
events: {
|
|
1760
|
+
onHover: {
|
|
1761
|
+
mode: "trail",
|
|
1762
|
+
enable: true,
|
|
1763
|
+
},
|
|
1764
|
+
},
|
|
1765
|
+
modes: {
|
|
1766
|
+
trail: {
|
|
1767
|
+
delay: 0.005,
|
|
1768
|
+
quantity: 5,
|
|
1769
|
+
pauseOnStop: true,
|
|
1770
|
+
particles: {
|
|
1771
|
+
paint: {
|
|
1772
|
+
color: {
|
|
1773
|
+
value: "#ff0000",
|
|
1774
|
+
animation: {
|
|
1775
|
+
enable: true,
|
|
1776
|
+
speed: 400,
|
|
1777
|
+
sync: true,
|
|
1778
|
+
},
|
|
1779
|
+
},
|
|
1780
|
+
},
|
|
1781
|
+
collisions: {
|
|
1782
|
+
enable: false,
|
|
1783
|
+
},
|
|
1784
|
+
links: {
|
|
1785
|
+
enable: false,
|
|
1786
|
+
},
|
|
1787
|
+
move: {
|
|
1788
|
+
outModes: {
|
|
1789
|
+
default: "destroy",
|
|
1790
|
+
},
|
|
1791
|
+
speed: 2,
|
|
1792
|
+
},
|
|
1793
|
+
size: {
|
|
1794
|
+
value: {
|
|
1795
|
+
min: 1,
|
|
1796
|
+
max: 5,
|
|
1797
|
+
},
|
|
1798
|
+
animation: {
|
|
1799
|
+
enable: true,
|
|
1800
|
+
speed: 5,
|
|
1801
|
+
sync: true,
|
|
1802
|
+
startValue: "min",
|
|
1803
|
+
destroy: "max",
|
|
1804
|
+
},
|
|
1805
|
+
},
|
|
1806
|
+
},
|
|
1807
|
+
},
|
|
1808
|
+
},
|
|
1809
|
+
},
|
|
1810
|
+
particles: {
|
|
1811
|
+
paint: {
|
|
1812
|
+
color: {
|
|
1813
|
+
animation: {
|
|
1814
|
+
enable: true,
|
|
1815
|
+
sync: false,
|
|
1816
|
+
speed: 50,
|
|
1817
|
+
},
|
|
1818
|
+
value: "#ff0000",
|
|
1819
|
+
},
|
|
1820
|
+
},
|
|
1821
|
+
links: {
|
|
1822
|
+
color: "random",
|
|
1823
|
+
enable: true,
|
|
1824
|
+
},
|
|
1825
|
+
move: {
|
|
1826
|
+
enable: true,
|
|
1827
|
+
},
|
|
1828
|
+
number: {
|
|
1829
|
+
value: 100,
|
|
1830
|
+
density: {
|
|
1831
|
+
enable: true,
|
|
1832
|
+
},
|
|
1833
|
+
},
|
|
1834
|
+
opacity: {
|
|
1835
|
+
animation: {
|
|
1836
|
+
enable: true,
|
|
1837
|
+
speed: 0.1,
|
|
1838
|
+
},
|
|
1839
|
+
value: {
|
|
1840
|
+
min: 0.3,
|
|
1841
|
+
max: 0.8,
|
|
1842
|
+
},
|
|
1843
|
+
},
|
|
1844
|
+
size: {
|
|
1845
|
+
animation: {
|
|
1846
|
+
enable: true,
|
|
1847
|
+
speed: 3,
|
|
1848
|
+
},
|
|
1849
|
+
value: {
|
|
1850
|
+
min: 1,
|
|
1851
|
+
max: 3,
|
|
1852
|
+
},
|
|
1853
|
+
},
|
|
1854
|
+
},
|
|
1855
|
+
emitters: [],
|
|
1856
|
+
};
|
|
1857
|
+
|
|
1858
|
+
const options$2I = {
|
|
1753
1859
|
key: "confettiExplosions",
|
|
1754
1860
|
name: "Confetti Explosions",
|
|
1755
1861
|
background: {
|
|
@@ -1900,7 +2006,7 @@
|
|
|
1900
2006
|
},
|
|
1901
2007
|
};
|
|
1902
2008
|
|
|
1903
|
-
const options$
|
|
2009
|
+
const options$2H = {
|
|
1904
2010
|
key: "connect",
|
|
1905
2011
|
name: "Connect",
|
|
1906
2012
|
interactivity: {
|
|
@@ -2016,7 +2122,7 @@
|
|
|
2016
2122
|
},
|
|
2017
2123
|
};
|
|
2018
2124
|
|
|
2019
|
-
const options$
|
|
2125
|
+
const options$2G = {
|
|
2020
2126
|
key: "curlNoise",
|
|
2021
2127
|
name: "Curl Noise",
|
|
2022
2128
|
particles: {
|
|
@@ -2072,21 +2178,22 @@
|
|
|
2072
2178
|
};
|
|
2073
2179
|
|
|
2074
2180
|
var c = {
|
|
2075
|
-
cardSuits: options$
|
|
2076
|
-
cards: options$
|
|
2077
|
-
cardsRolling: options$
|
|
2078
|
-
chars: options$
|
|
2079
|
-
clickPause: options$
|
|
2080
|
-
collisionsAbsorb: options$
|
|
2081
|
-
collisionsBounce: options$
|
|
2082
|
-
collisionsDestroy: options$
|
|
2083
|
-
colorAnimation: options$
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2181
|
+
cardSuits: options$2S,
|
|
2182
|
+
cards: options$2R,
|
|
2183
|
+
cardsRolling: options$2Q,
|
|
2184
|
+
chars: options$2P,
|
|
2185
|
+
clickPause: options$2O,
|
|
2186
|
+
collisionsAbsorb: options$2N,
|
|
2187
|
+
collisionsBounce: options$2M,
|
|
2188
|
+
collisionsDestroy: options$2L,
|
|
2189
|
+
colorAnimation: options$2K,
|
|
2190
|
+
colors: options$2J,
|
|
2191
|
+
confettiExplosions: options$2I,
|
|
2192
|
+
connect: options$2H,
|
|
2193
|
+
curlNoise: options$2G,
|
|
2087
2194
|
};
|
|
2088
2195
|
|
|
2089
|
-
const options$
|
|
2196
|
+
const options$2F = {
|
|
2090
2197
|
key: "dataImages",
|
|
2091
2198
|
name: "Data URI Images",
|
|
2092
2199
|
interactivity: {
|
|
@@ -2199,7 +2306,7 @@
|
|
|
2199
2306
|
},
|
|
2200
2307
|
};
|
|
2201
2308
|
|
|
2202
|
-
const options$
|
|
2309
|
+
const options$2E = {
|
|
2203
2310
|
key: "delay",
|
|
2204
2311
|
name: "Delay",
|
|
2205
2312
|
delay: 5,
|
|
@@ -2272,7 +2379,7 @@
|
|
|
2272
2379
|
},
|
|
2273
2380
|
};
|
|
2274
2381
|
|
|
2275
|
-
const options$
|
|
2382
|
+
const options$2D = {
|
|
2276
2383
|
key: "delayColor",
|
|
2277
2384
|
name: "Delay Color",
|
|
2278
2385
|
background: {
|
|
@@ -2317,7 +2424,7 @@
|
|
|
2317
2424
|
},
|
|
2318
2425
|
};
|
|
2319
2426
|
|
|
2320
|
-
const options$
|
|
2427
|
+
const options$2C = {
|
|
2321
2428
|
key: "delayOpacity",
|
|
2322
2429
|
name: "Delay Opacity",
|
|
2323
2430
|
background: {
|
|
@@ -2361,7 +2468,7 @@
|
|
|
2361
2468
|
},
|
|
2362
2469
|
};
|
|
2363
2470
|
|
|
2364
|
-
const options$
|
|
2471
|
+
const options$2B = {
|
|
2365
2472
|
key: "delaySize",
|
|
2366
2473
|
name: "Delay Size",
|
|
2367
2474
|
background: {
|
|
@@ -2405,7 +2512,7 @@
|
|
|
2405
2512
|
},
|
|
2406
2513
|
};
|
|
2407
2514
|
|
|
2408
|
-
const options$
|
|
2515
|
+
const options$2A = {
|
|
2409
2516
|
key: "delayStrokeColor",
|
|
2410
2517
|
name: "Delay Stroke Color",
|
|
2411
2518
|
background: {
|
|
@@ -2452,7 +2559,7 @@
|
|
|
2452
2559
|
},
|
|
2453
2560
|
};
|
|
2454
2561
|
|
|
2455
|
-
const options$
|
|
2562
|
+
const options$2z = {
|
|
2456
2563
|
key: "destroy",
|
|
2457
2564
|
name: "Destroy",
|
|
2458
2565
|
particles: {
|
|
@@ -2535,7 +2642,7 @@
|
|
|
2535
2642
|
},
|
|
2536
2643
|
};
|
|
2537
2644
|
|
|
2538
|
-
const options$
|
|
2645
|
+
const options$2y = {
|
|
2539
2646
|
key: "destroyExplode",
|
|
2540
2647
|
name: "Destroy Explode",
|
|
2541
2648
|
particles: {
|
|
@@ -2603,7 +2710,7 @@
|
|
|
2603
2710
|
},
|
|
2604
2711
|
};
|
|
2605
2712
|
|
|
2606
|
-
const options$
|
|
2713
|
+
const options$2x = {
|
|
2607
2714
|
key: "disappearing",
|
|
2608
2715
|
name: "Disappearing",
|
|
2609
2716
|
background: {
|
|
@@ -2695,7 +2802,7 @@
|
|
|
2695
2802
|
},
|
|
2696
2803
|
};
|
|
2697
2804
|
|
|
2698
|
-
const options$
|
|
2805
|
+
const options$2w = {
|
|
2699
2806
|
key: "divEvents",
|
|
2700
2807
|
name: "Div Events",
|
|
2701
2808
|
background: {
|
|
@@ -2811,19 +2918,19 @@
|
|
|
2811
2918
|
};
|
|
2812
2919
|
|
|
2813
2920
|
var d = {
|
|
2814
|
-
dataImages: options$
|
|
2815
|
-
delay: options$
|
|
2816
|
-
delayColor: options$
|
|
2817
|
-
delayOpacity: options$
|
|
2818
|
-
delaySize: options$
|
|
2819
|
-
delayStrokeColor: options$
|
|
2820
|
-
destroy: options$
|
|
2821
|
-
destroyExplode: options$
|
|
2822
|
-
disappearing: options$
|
|
2823
|
-
divEvents: options$
|
|
2921
|
+
dataImages: options$2F,
|
|
2922
|
+
delay: options$2E,
|
|
2923
|
+
delayColor: options$2D,
|
|
2924
|
+
delayOpacity: options$2C,
|
|
2925
|
+
delaySize: options$2B,
|
|
2926
|
+
delayStrokeColor: options$2A,
|
|
2927
|
+
destroy: options$2z,
|
|
2928
|
+
destroyExplode: options$2y,
|
|
2929
|
+
disappearing: options$2x,
|
|
2930
|
+
divEvents: options$2w,
|
|
2824
2931
|
};
|
|
2825
2932
|
|
|
2826
|
-
const options$
|
|
2933
|
+
const options$2v = {
|
|
2827
2934
|
key: "effectBubble",
|
|
2828
2935
|
name: "Effect Bubble",
|
|
2829
2936
|
particles: {
|
|
@@ -2906,7 +3013,7 @@
|
|
|
2906
3013
|
},
|
|
2907
3014
|
};
|
|
2908
3015
|
|
|
2909
|
-
const options$
|
|
3016
|
+
const options$2u = {
|
|
2910
3017
|
key: "effectFilter",
|
|
2911
3018
|
name: "Effect Filter",
|
|
2912
3019
|
particles: {
|
|
@@ -2956,7 +3063,7 @@
|
|
|
2956
3063
|
},
|
|
2957
3064
|
};
|
|
2958
3065
|
|
|
2959
|
-
const options$
|
|
3066
|
+
const options$2t = {
|
|
2960
3067
|
key: "effectParticles",
|
|
2961
3068
|
name: "Effect Particles",
|
|
2962
3069
|
particles: {
|
|
@@ -3056,7 +3163,7 @@
|
|
|
3056
3163
|
},
|
|
3057
3164
|
};
|
|
3058
3165
|
|
|
3059
|
-
const options$
|
|
3166
|
+
const options$2s = {
|
|
3060
3167
|
key: "effectTrail",
|
|
3061
3168
|
name: "Effect Trail",
|
|
3062
3169
|
particles: {
|
|
@@ -3116,7 +3223,7 @@
|
|
|
3116
3223
|
},
|
|
3117
3224
|
};
|
|
3118
3225
|
|
|
3119
|
-
const options$
|
|
3226
|
+
const options$2r = {
|
|
3120
3227
|
key: "effectTrailTransform",
|
|
3121
3228
|
name: "Effect Trail Transform",
|
|
3122
3229
|
particles: {
|
|
@@ -3178,7 +3285,7 @@
|
|
|
3178
3285
|
},
|
|
3179
3286
|
};
|
|
3180
3287
|
|
|
3181
|
-
const options$
|
|
3288
|
+
const options$2q = {
|
|
3182
3289
|
key: "emitter",
|
|
3183
3290
|
name: "Emitter",
|
|
3184
3291
|
particles: {
|
|
@@ -3455,7 +3562,7 @@
|
|
|
3455
3562
|
],
|
|
3456
3563
|
};
|
|
3457
3564
|
|
|
3458
|
-
const options$
|
|
3565
|
+
const options$2p = {
|
|
3459
3566
|
key: "emitterAbsorber",
|
|
3460
3567
|
name: "Emitter and Absorber",
|
|
3461
3568
|
particles: {
|
|
@@ -3602,7 +3709,7 @@
|
|
|
3602
3709
|
],
|
|
3603
3710
|
};
|
|
3604
3711
|
|
|
3605
|
-
const options$
|
|
3712
|
+
const options$2o = {
|
|
3606
3713
|
key: "emitterAngled",
|
|
3607
3714
|
name: "Emitter Angled",
|
|
3608
3715
|
particles: {
|
|
@@ -3687,7 +3794,7 @@
|
|
|
3687
3794
|
rate: rate$3,
|
|
3688
3795
|
fill,
|
|
3689
3796
|
};
|
|
3690
|
-
}, options$
|
|
3797
|
+
}, options$2n = {
|
|
3691
3798
|
key: "emitterImageShape",
|
|
3692
3799
|
name: "Emitter Image Shape",
|
|
3693
3800
|
particles: {
|
|
@@ -3765,7 +3872,7 @@
|
|
|
3765
3872
|
],
|
|
3766
3873
|
};
|
|
3767
3874
|
|
|
3768
|
-
const options$
|
|
3875
|
+
const options$2m = {
|
|
3769
3876
|
key: "emitterImages",
|
|
3770
3877
|
name: "Emitter Images",
|
|
3771
3878
|
particles: {
|
|
@@ -3898,7 +4005,7 @@
|
|
|
3898
4005
|
},
|
|
3899
4006
|
};
|
|
3900
4007
|
|
|
3901
|
-
const options$
|
|
4008
|
+
const options$2l = {
|
|
3902
4009
|
key: "emitterPaths",
|
|
3903
4010
|
name: "Emitter Paths",
|
|
3904
4011
|
particles: {
|
|
@@ -4028,7 +4135,7 @@
|
|
|
4028
4135
|
{ x: 100, y: 0 },
|
|
4029
4136
|
{ x: 50, y: 0 },
|
|
4030
4137
|
{ x: 50, y: 25 },
|
|
4031
|
-
], options$
|
|
4138
|
+
], options$2k = {
|
|
4032
4139
|
key: "emitterShapes",
|
|
4033
4140
|
name: "Emitter Shapes",
|
|
4034
4141
|
particles: {
|
|
@@ -4080,7 +4187,7 @@
|
|
|
4080
4187
|
const emitterRate$2 = {
|
|
4081
4188
|
delay: 0.1,
|
|
4082
4189
|
quantity: 2,
|
|
4083
|
-
}, options$
|
|
4190
|
+
}, options$2j = {
|
|
4084
4191
|
key: "emitterSpawnColor",
|
|
4085
4192
|
name: "Emitter Spawn Color",
|
|
4086
4193
|
particles: {
|
|
@@ -4306,7 +4413,7 @@
|
|
|
4306
4413
|
rate: rate$1,
|
|
4307
4414
|
fill,
|
|
4308
4415
|
};
|
|
4309
|
-
}, options$
|
|
4416
|
+
}, options$2i = {
|
|
4310
4417
|
key: "emitterTextShape",
|
|
4311
4418
|
name: "Emitter Text Shape",
|
|
4312
4419
|
particles: {
|
|
@@ -4410,7 +4517,7 @@
|
|
|
4410
4517
|
rate,
|
|
4411
4518
|
fill,
|
|
4412
4519
|
};
|
|
4413
|
-
}, options$
|
|
4520
|
+
}, options$2h = {
|
|
4414
4521
|
key: "emitterTextStrokeShape",
|
|
4415
4522
|
name: "Emitter Text Stroke Shape",
|
|
4416
4523
|
particles: {
|
|
@@ -4496,24 +4603,24 @@
|
|
|
4496
4603
|
};
|
|
4497
4604
|
|
|
4498
4605
|
var e = {
|
|
4499
|
-
effectBubble: options$
|
|
4500
|
-
effectFilter: options$
|
|
4501
|
-
effectParticles: options$
|
|
4502
|
-
effectTrail: options$
|
|
4503
|
-
effectTrailTransform: options$
|
|
4504
|
-
emitter: options$
|
|
4505
|
-
emitterAbsorber: options$
|
|
4506
|
-
emitterAngled: options$
|
|
4507
|
-
emitterImageShape: options$
|
|
4508
|
-
emitterImages: options$
|
|
4509
|
-
emitterPaths: options$
|
|
4510
|
-
emitterShapes: options$
|
|
4511
|
-
emitterSpawnColor: options$
|
|
4512
|
-
emitterTextShape: options$
|
|
4513
|
-
emitterTextStrokeShape: options$
|
|
4606
|
+
effectBubble: options$2v,
|
|
4607
|
+
effectFilter: options$2u,
|
|
4608
|
+
effectParticles: options$2t,
|
|
4609
|
+
effectTrail: options$2s,
|
|
4610
|
+
effectTrailTransform: options$2r,
|
|
4611
|
+
emitter: options$2q,
|
|
4612
|
+
emitterAbsorber: options$2p,
|
|
4613
|
+
emitterAngled: options$2o,
|
|
4614
|
+
emitterImageShape: options$2n,
|
|
4615
|
+
emitterImages: options$2m,
|
|
4616
|
+
emitterPaths: options$2l,
|
|
4617
|
+
emitterShapes: options$2k,
|
|
4618
|
+
emitterSpawnColor: options$2j,
|
|
4619
|
+
emitterTextShape: options$2i,
|
|
4620
|
+
emitterTextStrokeShape: options$2h,
|
|
4514
4621
|
};
|
|
4515
4622
|
|
|
4516
|
-
const options$
|
|
4623
|
+
const options$2g = {
|
|
4517
4624
|
key: "fallingConfetti",
|
|
4518
4625
|
name: "Falling Confetti",
|
|
4519
4626
|
background: {
|
|
@@ -4655,7 +4762,7 @@
|
|
|
4655
4762
|
},
|
|
4656
4763
|
};
|
|
4657
4764
|
|
|
4658
|
-
const options$
|
|
4765
|
+
const options$2f = {
|
|
4659
4766
|
key: "fireworks",
|
|
4660
4767
|
name: "Fireworks",
|
|
4661
4768
|
fullScreen: {
|
|
@@ -4886,7 +4993,7 @@
|
|
|
4886
4993
|
},
|
|
4887
4994
|
};
|
|
4888
4995
|
|
|
4889
|
-
const options$
|
|
4996
|
+
const options$2e = {
|
|
4890
4997
|
key: "fireworks2",
|
|
4891
4998
|
name: "Fireworks 2",
|
|
4892
4999
|
fullScreen: {
|
|
@@ -5118,7 +5225,7 @@
|
|
|
5118
5225
|
},
|
|
5119
5226
|
};
|
|
5120
5227
|
|
|
5121
|
-
const thirdFactor = 3, third = engine.identity / thirdFactor, options$
|
|
5228
|
+
const thirdFactor = 3, third = engine.identity / thirdFactor, options$2d = {
|
|
5122
5229
|
key: "fireworks3",
|
|
5123
5230
|
name: "Fireworks 3",
|
|
5124
5231
|
fullScreen: {
|
|
@@ -5328,7 +5435,7 @@
|
|
|
5328
5435
|
},
|
|
5329
5436
|
};
|
|
5330
5437
|
|
|
5331
|
-
const options$
|
|
5438
|
+
const options$2c = {
|
|
5332
5439
|
key: "fireworksMask",
|
|
5333
5440
|
name: "Fireworks Background Mask",
|
|
5334
5441
|
fullScreen: {
|
|
@@ -5532,7 +5639,7 @@
|
|
|
5532
5639
|
},
|
|
5533
5640
|
};
|
|
5534
5641
|
|
|
5535
|
-
const options$
|
|
5642
|
+
const options$2b = {
|
|
5536
5643
|
key: "fontawesome",
|
|
5537
5644
|
name: "Font Awesome",
|
|
5538
5645
|
interactivity: {
|
|
@@ -5633,7 +5740,7 @@
|
|
|
5633
5740
|
},
|
|
5634
5741
|
};
|
|
5635
5742
|
|
|
5636
|
-
const options$
|
|
5743
|
+
const options$2a = {
|
|
5637
5744
|
key: "forward",
|
|
5638
5745
|
name: "Forward",
|
|
5639
5746
|
particles: {
|
|
@@ -5725,16 +5832,16 @@
|
|
|
5725
5832
|
};
|
|
5726
5833
|
|
|
5727
5834
|
var f = {
|
|
5728
|
-
fallingConfetti: options$
|
|
5729
|
-
fireworks: options$
|
|
5730
|
-
fireworks2: options$
|
|
5731
|
-
fireworks3: options$
|
|
5732
|
-
fireworksMask: options$
|
|
5733
|
-
fontawesome: options$
|
|
5734
|
-
forward: options$
|
|
5835
|
+
fallingConfetti: options$2g,
|
|
5836
|
+
fireworks: options$2f,
|
|
5837
|
+
fireworks2: options$2e,
|
|
5838
|
+
fireworks3: options$2d,
|
|
5839
|
+
fireworksMask: options$2c,
|
|
5840
|
+
fontawesome: options$2b,
|
|
5841
|
+
forward: options$2a,
|
|
5735
5842
|
};
|
|
5736
5843
|
|
|
5737
|
-
const options$
|
|
5844
|
+
const options$29 = {
|
|
5738
5845
|
key: "gifs",
|
|
5739
5846
|
name: "Gifs",
|
|
5740
5847
|
interactivity: {
|
|
@@ -5785,7 +5892,7 @@
|
|
|
5785
5892
|
},
|
|
5786
5893
|
};
|
|
5787
5894
|
|
|
5788
|
-
const options$
|
|
5895
|
+
const options$28 = {
|
|
5789
5896
|
key: "grabRandomColor",
|
|
5790
5897
|
name: "Grab Random Color",
|
|
5791
5898
|
particles: {
|
|
@@ -5873,7 +5980,7 @@
|
|
|
5873
5980
|
},
|
|
5874
5981
|
};
|
|
5875
5982
|
|
|
5876
|
-
const options$
|
|
5983
|
+
const options$27 = {
|
|
5877
5984
|
key: "gradients",
|
|
5878
5985
|
name: "Gradients",
|
|
5879
5986
|
particles: {
|
|
@@ -6048,7 +6155,7 @@
|
|
|
6048
6155
|
},
|
|
6049
6156
|
};
|
|
6050
6157
|
|
|
6051
|
-
const options$
|
|
6158
|
+
const options$26 = {
|
|
6052
6159
|
key: "gravity",
|
|
6053
6160
|
name: "Gravity",
|
|
6054
6161
|
particles: {
|
|
@@ -6173,7 +6280,7 @@
|
|
|
6173
6280
|
},
|
|
6174
6281
|
};
|
|
6175
6282
|
|
|
6176
|
-
const options$
|
|
6283
|
+
const options$25 = {
|
|
6177
6284
|
key: "groups",
|
|
6178
6285
|
name: "Groups",
|
|
6179
6286
|
particles: {
|
|
@@ -6244,7 +6351,7 @@
|
|
|
6244
6351
|
},
|
|
6245
6352
|
};
|
|
6246
6353
|
|
|
6247
|
-
const options$
|
|
6354
|
+
const options$24 = {
|
|
6248
6355
|
key: "growing",
|
|
6249
6356
|
name: "Growing",
|
|
6250
6357
|
emitters: {
|
|
@@ -6320,15 +6427,15 @@
|
|
|
6320
6427
|
};
|
|
6321
6428
|
|
|
6322
6429
|
var g = {
|
|
6323
|
-
gifs: options$
|
|
6324
|
-
grabRandomColor: options$
|
|
6325
|
-
gradients: options$
|
|
6326
|
-
gravity: options$
|
|
6327
|
-
groups: options$
|
|
6328
|
-
growing: options$
|
|
6430
|
+
gifs: options$29,
|
|
6431
|
+
grabRandomColor: options$28,
|
|
6432
|
+
gradients: options$27,
|
|
6433
|
+
gravity: options$26,
|
|
6434
|
+
groups: options$25,
|
|
6435
|
+
growing: options$24,
|
|
6329
6436
|
};
|
|
6330
6437
|
|
|
6331
|
-
const options$
|
|
6438
|
+
const options$23 = {
|
|
6332
6439
|
key: "hexagonPath",
|
|
6333
6440
|
name: "Hexagon Path",
|
|
6334
6441
|
particles: {
|
|
@@ -6406,7 +6513,7 @@
|
|
|
6406
6513
|
},
|
|
6407
6514
|
};
|
|
6408
6515
|
|
|
6409
|
-
const options$
|
|
6516
|
+
const options$22 = {
|
|
6410
6517
|
key: "hollowknight",
|
|
6411
6518
|
name: "Hollow Knight",
|
|
6412
6519
|
interactivity: {
|
|
@@ -6527,7 +6634,7 @@
|
|
|
6527
6634
|
},
|
|
6528
6635
|
};
|
|
6529
6636
|
|
|
6530
|
-
const options$
|
|
6637
|
+
const options$21 = {
|
|
6531
6638
|
key: "hyperspace",
|
|
6532
6639
|
name: "Hyperspace",
|
|
6533
6640
|
background: {
|
|
@@ -6599,12 +6706,12 @@
|
|
|
6599
6706
|
};
|
|
6600
6707
|
|
|
6601
6708
|
var h = {
|
|
6602
|
-
hexagonPath: options$
|
|
6603
|
-
hollowknight: options$
|
|
6604
|
-
hyperspace: options$
|
|
6709
|
+
hexagonPath: options$23,
|
|
6710
|
+
hollowknight: options$22,
|
|
6711
|
+
hyperspace: options$21,
|
|
6605
6712
|
};
|
|
6606
6713
|
|
|
6607
|
-
const minFilterValue$1 = 30, minFilterAlpha$1 = 0, options$
|
|
6714
|
+
const minFilterValue$1 = 30, minFilterAlpha$1 = 0, options$20 = {
|
|
6608
6715
|
key: "imageMask",
|
|
6609
6716
|
name: "Image Mask",
|
|
6610
6717
|
smooth: true,
|
|
@@ -6661,7 +6768,7 @@
|
|
|
6661
6768
|
},
|
|
6662
6769
|
};
|
|
6663
6770
|
|
|
6664
|
-
const minFilterValue = 30, minFilterAlpha = 0, options$
|
|
6771
|
+
const minFilterValue = 30, minFilterAlpha = 0, options$1$ = {
|
|
6665
6772
|
key: "imageMaskRepulse",
|
|
6666
6773
|
name: "Image Mask Repulse Restore",
|
|
6667
6774
|
smooth: true,
|
|
@@ -6725,7 +6832,7 @@
|
|
|
6725
6832
|
},
|
|
6726
6833
|
};
|
|
6727
6834
|
|
|
6728
|
-
const options$
|
|
6835
|
+
const options$1_ = {
|
|
6729
6836
|
key: "images",
|
|
6730
6837
|
name: "Images",
|
|
6731
6838
|
interactivity: {
|
|
@@ -6939,7 +7046,7 @@
|
|
|
6939
7046
|
],
|
|
6940
7047
|
};
|
|
6941
7048
|
|
|
6942
|
-
const options$
|
|
7049
|
+
const options$1Z = {
|
|
6943
7050
|
key: "imagesDirections",
|
|
6944
7051
|
name: "Images with Custom Directions",
|
|
6945
7052
|
interactivity: {
|
|
@@ -7048,7 +7155,7 @@
|
|
|
7048
7155
|
},
|
|
7049
7156
|
};
|
|
7050
7157
|
|
|
7051
|
-
const options$
|
|
7158
|
+
const options$1Y = {
|
|
7052
7159
|
key: "infection",
|
|
7053
7160
|
name: "Infection",
|
|
7054
7161
|
infection: {
|
|
@@ -7132,18 +7239,18 @@
|
|
|
7132
7239
|
};
|
|
7133
7240
|
|
|
7134
7241
|
var i = {
|
|
7135
|
-
imageMask: options$
|
|
7136
|
-
imageMaskRepulse: options$
|
|
7137
|
-
images: options$
|
|
7138
|
-
imagesDirections: options$
|
|
7139
|
-
infection: options$
|
|
7242
|
+
imageMask: options$20,
|
|
7243
|
+
imageMaskRepulse: options$1$,
|
|
7244
|
+
images: options$1_,
|
|
7245
|
+
imagesDirections: options$1Z,
|
|
7246
|
+
infection: options$1Y,
|
|
7140
7247
|
};
|
|
7141
7248
|
|
|
7142
7249
|
var j = {};
|
|
7143
7250
|
|
|
7144
7251
|
var k = {};
|
|
7145
7252
|
|
|
7146
|
-
const options$
|
|
7253
|
+
const options$1X = {
|
|
7147
7254
|
key: "lch",
|
|
7148
7255
|
name: "LCH",
|
|
7149
7256
|
particles: {
|
|
@@ -7215,7 +7322,7 @@
|
|
|
7215
7322
|
},
|
|
7216
7323
|
};
|
|
7217
7324
|
|
|
7218
|
-
const options$
|
|
7325
|
+
const options$1W = {
|
|
7219
7326
|
key: "life",
|
|
7220
7327
|
name: "Life",
|
|
7221
7328
|
particles: {
|
|
@@ -7300,7 +7407,7 @@
|
|
|
7300
7407
|
},
|
|
7301
7408
|
};
|
|
7302
7409
|
|
|
7303
|
-
const options$
|
|
7410
|
+
const options$1V = {
|
|
7304
7411
|
key: "lightHover",
|
|
7305
7412
|
name: "Light Hover",
|
|
7306
7413
|
particles: {
|
|
@@ -7375,7 +7482,7 @@
|
|
|
7375
7482
|
},
|
|
7376
7483
|
};
|
|
7377
7484
|
|
|
7378
|
-
const options$
|
|
7485
|
+
const options$1U = {
|
|
7379
7486
|
key: "linkTriangles",
|
|
7380
7487
|
name: "Link Triangles",
|
|
7381
7488
|
particles: {
|
|
@@ -7467,7 +7574,7 @@
|
|
|
7467
7574
|
},
|
|
7468
7575
|
};
|
|
7469
7576
|
|
|
7470
|
-
const options$
|
|
7577
|
+
const options$1T = {
|
|
7471
7578
|
key: "localPolygonMask",
|
|
7472
7579
|
name: "Local Polygon Mask",
|
|
7473
7580
|
interactivity: {
|
|
@@ -7559,14 +7666,14 @@
|
|
|
7559
7666
|
};
|
|
7560
7667
|
|
|
7561
7668
|
var l = {
|
|
7562
|
-
lch: options$
|
|
7563
|
-
life: options$
|
|
7564
|
-
lightHover: options$
|
|
7565
|
-
linkTriangles: options$
|
|
7566
|
-
localPolygonMask: options$
|
|
7669
|
+
lch: options$1X,
|
|
7670
|
+
life: options$1W,
|
|
7671
|
+
lightHover: options$1V,
|
|
7672
|
+
linkTriangles: options$1U,
|
|
7673
|
+
localPolygonMask: options$1T,
|
|
7567
7674
|
};
|
|
7568
7675
|
|
|
7569
|
-
const options$
|
|
7676
|
+
const options$1S = {
|
|
7570
7677
|
key: "manual",
|
|
7571
7678
|
name: "Manual Particles",
|
|
7572
7679
|
manualParticles: [
|
|
@@ -7654,7 +7761,7 @@
|
|
|
7654
7761
|
},
|
|
7655
7762
|
};
|
|
7656
7763
|
|
|
7657
|
-
const options$
|
|
7764
|
+
const options$1R = {
|
|
7658
7765
|
key: "matrix",
|
|
7659
7766
|
name: "Matrix",
|
|
7660
7767
|
fpsLimit: 30,
|
|
@@ -7731,7 +7838,7 @@
|
|
|
7731
7838
|
},
|
|
7732
7839
|
};
|
|
7733
7840
|
|
|
7734
|
-
const options$
|
|
7841
|
+
const options$1Q = {
|
|
7735
7842
|
key: "motionDisable",
|
|
7736
7843
|
name: "Motion Disable",
|
|
7737
7844
|
motion: {
|
|
@@ -7807,7 +7914,7 @@
|
|
|
7807
7914
|
},
|
|
7808
7915
|
};
|
|
7809
7916
|
|
|
7810
|
-
const options$
|
|
7917
|
+
const options$1P = {
|
|
7811
7918
|
key: "motionReduce",
|
|
7812
7919
|
name: "Motion Reduce",
|
|
7813
7920
|
motion: {
|
|
@@ -7901,7 +8008,7 @@
|
|
|
7901
8008
|
},
|
|
7902
8009
|
};
|
|
7903
8010
|
|
|
7904
|
-
const options$
|
|
8011
|
+
const options$1O = {
|
|
7905
8012
|
key: "mouseAttract",
|
|
7906
8013
|
name: "Mouse Attract",
|
|
7907
8014
|
particles: {
|
|
@@ -7993,7 +8100,7 @@
|
|
|
7993
8100
|
},
|
|
7994
8101
|
};
|
|
7995
8102
|
|
|
7996
|
-
const options$
|
|
8103
|
+
const options$1N = {
|
|
7997
8104
|
key: "mouseBounce",
|
|
7998
8105
|
name: "Mouse Bounce",
|
|
7999
8106
|
particles: {
|
|
@@ -8080,7 +8187,7 @@
|
|
|
8080
8187
|
},
|
|
8081
8188
|
};
|
|
8082
8189
|
|
|
8083
|
-
const options$
|
|
8190
|
+
const options$1M = {
|
|
8084
8191
|
key: "mouseCannon",
|
|
8085
8192
|
name: "Mouse Cannon",
|
|
8086
8193
|
particles: {
|
|
@@ -8182,7 +8289,7 @@
|
|
|
8182
8289
|
},
|
|
8183
8290
|
};
|
|
8184
8291
|
|
|
8185
|
-
const options$
|
|
8292
|
+
const options$1L = {
|
|
8186
8293
|
key: "mouseDestroy",
|
|
8187
8294
|
name: "Mouse Destroy",
|
|
8188
8295
|
particles: {
|
|
@@ -8243,7 +8350,7 @@
|
|
|
8243
8350
|
},
|
|
8244
8351
|
};
|
|
8245
8352
|
|
|
8246
|
-
const options$
|
|
8353
|
+
const options$1K = {
|
|
8247
8354
|
key: "mouseDestroyExplode",
|
|
8248
8355
|
name: "Mouse Destroy Explode Stress",
|
|
8249
8356
|
particles: {
|
|
@@ -8327,7 +8434,7 @@
|
|
|
8327
8434
|
},
|
|
8328
8435
|
};
|
|
8329
8436
|
|
|
8330
|
-
const options$
|
|
8437
|
+
const options$1J = {
|
|
8331
8438
|
key: "mouseDrag",
|
|
8332
8439
|
name: "Mouse Drag",
|
|
8333
8440
|
particles: {
|
|
@@ -8377,7 +8484,7 @@
|
|
|
8377
8484
|
},
|
|
8378
8485
|
};
|
|
8379
8486
|
|
|
8380
|
-
const options$
|
|
8487
|
+
const options$1I = {
|
|
8381
8488
|
key: "mouseDragMomentum",
|
|
8382
8489
|
name: "Mouse Drag Momentum",
|
|
8383
8490
|
particles: {
|
|
@@ -8432,7 +8539,7 @@
|
|
|
8432
8539
|
},
|
|
8433
8540
|
};
|
|
8434
8541
|
|
|
8435
|
-
const options$
|
|
8542
|
+
const options$1H = {
|
|
8436
8543
|
key: "mouseFollow",
|
|
8437
8544
|
name: "Mouse Follow",
|
|
8438
8545
|
background: {
|
|
@@ -8500,7 +8607,7 @@
|
|
|
8500
8607
|
detectRetina: true,
|
|
8501
8608
|
};
|
|
8502
8609
|
|
|
8503
|
-
const options$
|
|
8610
|
+
const options$1G = {
|
|
8504
8611
|
key: "mouseParticle",
|
|
8505
8612
|
name: "Mouse Particle",
|
|
8506
8613
|
fullScreen: {
|
|
@@ -8555,7 +8662,7 @@
|
|
|
8555
8662
|
},
|
|
8556
8663
|
};
|
|
8557
8664
|
|
|
8558
|
-
const options$
|
|
8665
|
+
const options$1F = {
|
|
8559
8666
|
key: "mouseParticle2",
|
|
8560
8667
|
name: "Mouse Particle 2",
|
|
8561
8668
|
background: {
|
|
@@ -8621,7 +8728,7 @@
|
|
|
8621
8728
|
},
|
|
8622
8729
|
};
|
|
8623
8730
|
|
|
8624
|
-
const options$
|
|
8731
|
+
const options$1E = {
|
|
8625
8732
|
key: "mouseTrail",
|
|
8626
8733
|
name: "Mouse Trail",
|
|
8627
8734
|
particles: {
|
|
@@ -8750,7 +8857,7 @@
|
|
|
8750
8857
|
},
|
|
8751
8858
|
};
|
|
8752
8859
|
|
|
8753
|
-
const options$
|
|
8860
|
+
const options$1D = {
|
|
8754
8861
|
key: "mouseTrailNoise",
|
|
8755
8862
|
name: "Mouse Trail Noise",
|
|
8756
8863
|
particles: {
|
|
@@ -8892,7 +8999,7 @@
|
|
|
8892
8999
|
},
|
|
8893
9000
|
};
|
|
8894
9001
|
|
|
8895
|
-
const options$
|
|
9002
|
+
const options$1C = {
|
|
8896
9003
|
key: "moveAngle",
|
|
8897
9004
|
name: "Move Angle",
|
|
8898
9005
|
particles: {
|
|
@@ -8980,7 +9087,7 @@
|
|
|
8980
9087
|
},
|
|
8981
9088
|
};
|
|
8982
9089
|
|
|
8983
|
-
const options$
|
|
9090
|
+
const options$1B = {
|
|
8984
9091
|
key: "moveDistance",
|
|
8985
9092
|
name: "Move Distance",
|
|
8986
9093
|
particles: {
|
|
@@ -9068,7 +9175,7 @@
|
|
|
9068
9175
|
},
|
|
9069
9176
|
};
|
|
9070
9177
|
|
|
9071
|
-
const options$
|
|
9178
|
+
const options$1A = {
|
|
9072
9179
|
key: "moveInside",
|
|
9073
9180
|
name: "Move Inside",
|
|
9074
9181
|
particles: {
|
|
@@ -9115,7 +9222,7 @@
|
|
|
9115
9222
|
},
|
|
9116
9223
|
};
|
|
9117
9224
|
|
|
9118
|
-
const options$
|
|
9225
|
+
const options$1z = {
|
|
9119
9226
|
key: "moveOutside",
|
|
9120
9227
|
name: "Move Outside",
|
|
9121
9228
|
particles: {
|
|
@@ -9162,7 +9269,7 @@
|
|
|
9162
9269
|
},
|
|
9163
9270
|
};
|
|
9164
9271
|
|
|
9165
|
-
const options$
|
|
9272
|
+
const options$1y = {
|
|
9166
9273
|
key: "multipleClickEmitters",
|
|
9167
9274
|
name: "Multiple Click Emitters",
|
|
9168
9275
|
background: {
|
|
@@ -9274,7 +9381,7 @@
|
|
|
9274
9381
|
emitters: [],
|
|
9275
9382
|
};
|
|
9276
9383
|
|
|
9277
|
-
const options$
|
|
9384
|
+
const options$1x = {
|
|
9278
9385
|
key: "multiplePolygonMasks",
|
|
9279
9386
|
name: "Multiple Polygon Masks",
|
|
9280
9387
|
interactivity: {
|
|
@@ -9403,31 +9510,31 @@
|
|
|
9403
9510
|
};
|
|
9404
9511
|
|
|
9405
9512
|
var m = {
|
|
9406
|
-
manual: options$
|
|
9407
|
-
matrix: options$
|
|
9408
|
-
motionDisable: options$
|
|
9409
|
-
motionReduce: options$
|
|
9410
|
-
mouseAttract: options$
|
|
9411
|
-
mouseBounce: options$
|
|
9412
|
-
mouseCannon: options$
|
|
9413
|
-
mouseDestroy: options$
|
|
9414
|
-
mouseDestroyExplode: options$
|
|
9415
|
-
mouseDrag: options$
|
|
9416
|
-
mouseDragMomentum: options$
|
|
9417
|
-
mouseFollow: options$
|
|
9418
|
-
mouseParticle: options$
|
|
9419
|
-
mouseParticle2: options$
|
|
9420
|
-
mouseTrail: options$
|
|
9421
|
-
mouseTrailNoise: options$
|
|
9422
|
-
moveAngle: options$
|
|
9423
|
-
moveDistance: options$
|
|
9424
|
-
moveInside: options$
|
|
9425
|
-
moveOutside: options$
|
|
9426
|
-
multipleClickEmitters: options$
|
|
9427
|
-
multiplePolygonMasks: options$
|
|
9513
|
+
manual: options$1S,
|
|
9514
|
+
matrix: options$1R,
|
|
9515
|
+
motionDisable: options$1Q,
|
|
9516
|
+
motionReduce: options$1P,
|
|
9517
|
+
mouseAttract: options$1O,
|
|
9518
|
+
mouseBounce: options$1N,
|
|
9519
|
+
mouseCannon: options$1M,
|
|
9520
|
+
mouseDestroy: options$1L,
|
|
9521
|
+
mouseDestroyExplode: options$1K,
|
|
9522
|
+
mouseDrag: options$1J,
|
|
9523
|
+
mouseDragMomentum: options$1I,
|
|
9524
|
+
mouseFollow: options$1H,
|
|
9525
|
+
mouseParticle: options$1G,
|
|
9526
|
+
mouseParticle2: options$1F,
|
|
9527
|
+
mouseTrail: options$1E,
|
|
9528
|
+
mouseTrailNoise: options$1D,
|
|
9529
|
+
moveAngle: options$1C,
|
|
9530
|
+
moveDistance: options$1B,
|
|
9531
|
+
moveInside: options$1A,
|
|
9532
|
+
moveOutside: options$1z,
|
|
9533
|
+
multipleClickEmitters: options$1y,
|
|
9534
|
+
multiplePolygonMasks: options$1x,
|
|
9428
9535
|
};
|
|
9429
9536
|
|
|
9430
|
-
const options$
|
|
9537
|
+
const options$1w = {
|
|
9431
9538
|
key: "namedColors",
|
|
9432
9539
|
name: "Named Colors",
|
|
9433
9540
|
particles: {
|
|
@@ -9487,7 +9594,7 @@
|
|
|
9487
9594
|
},
|
|
9488
9595
|
};
|
|
9489
9596
|
|
|
9490
|
-
const options$
|
|
9597
|
+
const options$1v = {
|
|
9491
9598
|
key: "nasa",
|
|
9492
9599
|
name: "NASA",
|
|
9493
9600
|
particles: {
|
|
@@ -9577,7 +9684,7 @@
|
|
|
9577
9684
|
},
|
|
9578
9685
|
};
|
|
9579
9686
|
|
|
9580
|
-
const options$
|
|
9687
|
+
const options$1u = {
|
|
9581
9688
|
key: "noClear",
|
|
9582
9689
|
name: "No Clear",
|
|
9583
9690
|
clear: false,
|
|
@@ -9681,12 +9788,12 @@
|
|
|
9681
9788
|
},
|
|
9682
9789
|
};
|
|
9683
9790
|
|
|
9684
|
-
const options$
|
|
9791
|
+
const options$1t = {
|
|
9685
9792
|
key: "noConfig",
|
|
9686
9793
|
name: "No Config",
|
|
9687
9794
|
};
|
|
9688
9795
|
|
|
9689
|
-
const options$
|
|
9796
|
+
const options$1s = {
|
|
9690
9797
|
key: "noisePlanesFractal",
|
|
9691
9798
|
name: "Noise Planes Fractal",
|
|
9692
9799
|
background: {
|
|
@@ -9777,7 +9884,7 @@
|
|
|
9777
9884
|
},
|
|
9778
9885
|
};
|
|
9779
9886
|
|
|
9780
|
-
const options$
|
|
9887
|
+
const options$1r = {
|
|
9781
9888
|
key: "noisePlanesPerlin",
|
|
9782
9889
|
name: "Noise Planes Perlin",
|
|
9783
9890
|
background: {
|
|
@@ -9868,7 +9975,7 @@
|
|
|
9868
9975
|
},
|
|
9869
9976
|
};
|
|
9870
9977
|
|
|
9871
|
-
const options$
|
|
9978
|
+
const options$1q = {
|
|
9872
9979
|
key: "noisePlanesSimplex",
|
|
9873
9980
|
name: "Noise Planes Simplex",
|
|
9874
9981
|
background: {
|
|
@@ -9959,7 +10066,7 @@
|
|
|
9959
10066
|
},
|
|
9960
10067
|
};
|
|
9961
10068
|
|
|
9962
|
-
const options$
|
|
10069
|
+
const options$1p = {
|
|
9963
10070
|
key: "nyancat",
|
|
9964
10071
|
name: "Nyan Cat",
|
|
9965
10072
|
particles: {
|
|
@@ -10023,7 +10130,7 @@
|
|
|
10023
10130
|
},
|
|
10024
10131
|
};
|
|
10025
10132
|
|
|
10026
|
-
const options$
|
|
10133
|
+
const options$1o = {
|
|
10027
10134
|
key: "nyancat2",
|
|
10028
10135
|
name: "Nyan Cat 2",
|
|
10029
10136
|
particles: {
|
|
@@ -10089,18 +10196,18 @@
|
|
|
10089
10196
|
};
|
|
10090
10197
|
|
|
10091
10198
|
var n = {
|
|
10092
|
-
namedColors: options$
|
|
10093
|
-
nasa: options$
|
|
10094
|
-
noClear: options$
|
|
10095
|
-
noConfig: options$
|
|
10096
|
-
noisePlanesFractal: options$
|
|
10097
|
-
noisePlanesPerlin: options$
|
|
10098
|
-
noisePlanesSimplex: options$
|
|
10099
|
-
nyancat: options$
|
|
10100
|
-
nyancat2: options$
|
|
10199
|
+
namedColors: options$1w,
|
|
10200
|
+
nasa: options$1v,
|
|
10201
|
+
noClear: options$1u,
|
|
10202
|
+
noConfig: options$1t,
|
|
10203
|
+
noisePlanesFractal: options$1s,
|
|
10204
|
+
noisePlanesPerlin: options$1r,
|
|
10205
|
+
noisePlanesSimplex: options$1q,
|
|
10206
|
+
nyancat: options$1p,
|
|
10207
|
+
nyancat2: options$1o,
|
|
10101
10208
|
};
|
|
10102
10209
|
|
|
10103
|
-
const options$
|
|
10210
|
+
const options$1n = {
|
|
10104
10211
|
key: "oklch",
|
|
10105
10212
|
name: "OKLCH",
|
|
10106
10213
|
particles: {
|
|
@@ -10172,7 +10279,7 @@
|
|
|
10172
10279
|
},
|
|
10173
10280
|
};
|
|
10174
10281
|
|
|
10175
|
-
const options$
|
|
10282
|
+
const options$1m = {
|
|
10176
10283
|
key: "orbit",
|
|
10177
10284
|
name: "Orbit",
|
|
10178
10285
|
particles: {
|
|
@@ -10229,8 +10336,8 @@
|
|
|
10229
10336
|
};
|
|
10230
10337
|
|
|
10231
10338
|
var o = {
|
|
10232
|
-
oklch: options$
|
|
10233
|
-
orbit: options$
|
|
10339
|
+
oklch: options$1n,
|
|
10340
|
+
orbit: options$1m,
|
|
10234
10341
|
};
|
|
10235
10342
|
|
|
10236
10343
|
const palettes$1 = {
|
|
@@ -10272,7 +10379,7 @@
|
|
|
10272
10379
|
});
|
|
10273
10380
|
var palettes = Object.entries(palettes$1).map(([k, value]) => getPaletteOptions(k, value));
|
|
10274
10381
|
|
|
10275
|
-
const options$
|
|
10382
|
+
const options$1l = {
|
|
10276
10383
|
key: "parallax",
|
|
10277
10384
|
name: "Parallax",
|
|
10278
10385
|
particles: {
|
|
@@ -10360,7 +10467,7 @@
|
|
|
10360
10467
|
},
|
|
10361
10468
|
};
|
|
10362
10469
|
|
|
10363
|
-
const options$
|
|
10470
|
+
const options$1k = {
|
|
10364
10471
|
key: "pathBranches",
|
|
10365
10472
|
name: "Path Branches",
|
|
10366
10473
|
particles: {
|
|
@@ -10453,7 +10560,7 @@
|
|
|
10453
10560
|
},
|
|
10454
10561
|
};
|
|
10455
10562
|
|
|
10456
|
-
const options$
|
|
10563
|
+
const options$1j = {
|
|
10457
10564
|
key: "pathBranchesInertia",
|
|
10458
10565
|
name: "Path Branches Inertia",
|
|
10459
10566
|
particles: {
|
|
@@ -10550,7 +10657,7 @@
|
|
|
10550
10657
|
},
|
|
10551
10658
|
};
|
|
10552
10659
|
|
|
10553
|
-
const angleDeltaFactor = 18, options$
|
|
10660
|
+
const angleDeltaFactor = 18, options$1i = {
|
|
10554
10661
|
key: "pathBrownian",
|
|
10555
10662
|
name: "Path Brownian",
|
|
10556
10663
|
particles: {
|
|
@@ -10641,7 +10748,7 @@
|
|
|
10641
10748
|
},
|
|
10642
10749
|
};
|
|
10643
10750
|
|
|
10644
|
-
const options$
|
|
10751
|
+
const options$1h = {
|
|
10645
10752
|
key: "pathGrid",
|
|
10646
10753
|
name: "Path Grid",
|
|
10647
10754
|
particles: {
|
|
@@ -10731,7 +10838,7 @@
|
|
|
10731
10838
|
},
|
|
10732
10839
|
};
|
|
10733
10840
|
|
|
10734
|
-
const options$
|
|
10841
|
+
const options$1g = {
|
|
10735
10842
|
key: "pathLevy",
|
|
10736
10843
|
name: "Path Levy",
|
|
10737
10844
|
particles: {
|
|
@@ -10823,7 +10930,7 @@
|
|
|
10823
10930
|
},
|
|
10824
10931
|
};
|
|
10825
10932
|
|
|
10826
|
-
const options$
|
|
10933
|
+
const options$1f = {
|
|
10827
10934
|
key: "pathMaze",
|
|
10828
10935
|
name: "Path Maze",
|
|
10829
10936
|
particles: {
|
|
@@ -10914,7 +11021,7 @@
|
|
|
10914
11021
|
},
|
|
10915
11022
|
};
|
|
10916
11023
|
|
|
10917
|
-
const options$
|
|
11024
|
+
const options$1e = {
|
|
10918
11025
|
key: "pathPolygonMask",
|
|
10919
11026
|
name: "Path Polygon Mask",
|
|
10920
11027
|
interactivity: {
|
|
@@ -11014,7 +11121,7 @@
|
|
|
11014
11121
|
},
|
|
11015
11122
|
};
|
|
11016
11123
|
|
|
11017
|
-
const options$
|
|
11124
|
+
const options$1d = {
|
|
11018
11125
|
key: "pathSpiral",
|
|
11019
11126
|
name: "Path Spiral",
|
|
11020
11127
|
particles: {
|
|
@@ -11106,7 +11213,7 @@
|
|
|
11106
11213
|
},
|
|
11107
11214
|
};
|
|
11108
11215
|
|
|
11109
|
-
const options$
|
|
11216
|
+
const options$1c = {
|
|
11110
11217
|
key: "pathSvg",
|
|
11111
11218
|
name: "Path SVG",
|
|
11112
11219
|
particles: {
|
|
@@ -11200,7 +11307,7 @@
|
|
|
11200
11307
|
},
|
|
11201
11308
|
};
|
|
11202
11309
|
|
|
11203
|
-
const options$
|
|
11310
|
+
const options$1b = {
|
|
11204
11311
|
key: "pathZigZag",
|
|
11205
11312
|
name: "Path Zig Zag",
|
|
11206
11313
|
particles: {
|
|
@@ -11287,7 +11394,7 @@
|
|
|
11287
11394
|
},
|
|
11288
11395
|
};
|
|
11289
11396
|
|
|
11290
|
-
const options$
|
|
11397
|
+
const options$1a = {
|
|
11291
11398
|
key: "planes",
|
|
11292
11399
|
name: "Planes",
|
|
11293
11400
|
interactivity: {
|
|
@@ -11341,7 +11448,7 @@
|
|
|
11341
11448
|
detectRetina: true,
|
|
11342
11449
|
};
|
|
11343
11450
|
|
|
11344
|
-
const options$
|
|
11451
|
+
const options$19 = {
|
|
11345
11452
|
key: "plasma",
|
|
11346
11453
|
name: "Plasma",
|
|
11347
11454
|
background: {
|
|
@@ -11403,7 +11510,7 @@
|
|
|
11403
11510
|
detectRetina: true,
|
|
11404
11511
|
};
|
|
11405
11512
|
|
|
11406
|
-
const options$
|
|
11513
|
+
const options$18 = {
|
|
11407
11514
|
key: "poisson",
|
|
11408
11515
|
name: "Poisson",
|
|
11409
11516
|
particles: {
|
|
@@ -11447,7 +11554,7 @@
|
|
|
11447
11554
|
},
|
|
11448
11555
|
};
|
|
11449
11556
|
|
|
11450
|
-
const options$
|
|
11557
|
+
const options$17 = {
|
|
11451
11558
|
key: "polygonMask",
|
|
11452
11559
|
name: "Polygon Mask",
|
|
11453
11560
|
interactivity: {
|
|
@@ -11575,7 +11682,7 @@
|
|
|
11575
11682
|
},
|
|
11576
11683
|
};
|
|
11577
11684
|
|
|
11578
|
-
const options$
|
|
11685
|
+
const options$16 = {
|
|
11579
11686
|
key: "polygons",
|
|
11580
11687
|
name: "Polygon Shape",
|
|
11581
11688
|
particles: {
|
|
@@ -11724,7 +11831,7 @@
|
|
|
11724
11831
|
},
|
|
11725
11832
|
};
|
|
11726
11833
|
|
|
11727
|
-
const options$
|
|
11834
|
+
const options$15 = {
|
|
11728
11835
|
key: "pop",
|
|
11729
11836
|
name: "Pop",
|
|
11730
11837
|
particles: {
|
|
@@ -11805,28 +11912,28 @@
|
|
|
11805
11912
|
}, {});
|
|
11806
11913
|
var p = {
|
|
11807
11914
|
...paletteMap,
|
|
11808
|
-
parallax: options$
|
|
11809
|
-
pathBranches: options$
|
|
11810
|
-
pathBranchesInertia: options$
|
|
11811
|
-
pathBrownian: options$
|
|
11812
|
-
pathGrid: options$
|
|
11813
|
-
pathLevy: options$
|
|
11814
|
-
pathMaze: options$
|
|
11815
|
-
pathPolygonMask: options$
|
|
11816
|
-
pathSpiral: options$
|
|
11817
|
-
pathSvg: options$
|
|
11818
|
-
pathZigZag: options$
|
|
11819
|
-
planes: options$
|
|
11820
|
-
plasma: options$
|
|
11821
|
-
poisson: options$
|
|
11822
|
-
polygonMask: options$
|
|
11823
|
-
polygons: options$
|
|
11824
|
-
pop: options$
|
|
11915
|
+
parallax: options$1l,
|
|
11916
|
+
pathBranches: options$1k,
|
|
11917
|
+
pathBranchesInertia: options$1j,
|
|
11918
|
+
pathBrownian: options$1i,
|
|
11919
|
+
pathGrid: options$1h,
|
|
11920
|
+
pathLevy: options$1g,
|
|
11921
|
+
pathMaze: options$1f,
|
|
11922
|
+
pathPolygonMask: options$1e,
|
|
11923
|
+
pathSpiral: options$1d,
|
|
11924
|
+
pathSvg: options$1c,
|
|
11925
|
+
pathZigZag: options$1b,
|
|
11926
|
+
planes: options$1a,
|
|
11927
|
+
plasma: options$19,
|
|
11928
|
+
poisson: options$18,
|
|
11929
|
+
polygonMask: options$17,
|
|
11930
|
+
polygons: options$16,
|
|
11931
|
+
pop: options$15,
|
|
11825
11932
|
};
|
|
11826
11933
|
|
|
11827
11934
|
var q = {};
|
|
11828
11935
|
|
|
11829
|
-
const options$
|
|
11936
|
+
const options$14 = {
|
|
11830
11937
|
key: "random",
|
|
11831
11938
|
name: "Random Colors",
|
|
11832
11939
|
interactivity: {
|
|
@@ -11923,7 +12030,7 @@
|
|
|
11923
12030
|
},
|
|
11924
12031
|
};
|
|
11925
12032
|
|
|
11926
|
-
const options$
|
|
12033
|
+
const options$13 = {
|
|
11927
12034
|
key: "randomShapes",
|
|
11928
12035
|
name: "Random Shapes",
|
|
11929
12036
|
interactivity: {
|
|
@@ -12361,7 +12468,7 @@
|
|
|
12361
12468
|
],
|
|
12362
12469
|
};
|
|
12363
12470
|
|
|
12364
|
-
const options$
|
|
12471
|
+
const options$12 = {
|
|
12365
12472
|
key: "reactBubbles",
|
|
12366
12473
|
name: "React Bubbles",
|
|
12367
12474
|
interactivity: {
|
|
@@ -12465,7 +12572,7 @@
|
|
|
12465
12572
|
},
|
|
12466
12573
|
};
|
|
12467
12574
|
|
|
12468
|
-
const options$
|
|
12575
|
+
const options$11 = {
|
|
12469
12576
|
key: "reactDefaults",
|
|
12470
12577
|
name: "React Defaults",
|
|
12471
12578
|
particles: {
|
|
@@ -12518,7 +12625,7 @@
|
|
|
12518
12625
|
},
|
|
12519
12626
|
};
|
|
12520
12627
|
|
|
12521
|
-
const options
|
|
12628
|
+
const options$10 = {
|
|
12522
12629
|
key: "reactMultipleImages",
|
|
12523
12630
|
name: "React Multiple Images",
|
|
12524
12631
|
particles: {
|
|
@@ -12610,7 +12717,7 @@
|
|
|
12610
12717
|
},
|
|
12611
12718
|
};
|
|
12612
12719
|
|
|
12613
|
-
const options
|
|
12720
|
+
const options$$ = {
|
|
12614
12721
|
key: "reactNightSky",
|
|
12615
12722
|
name: "React Night Sky",
|
|
12616
12723
|
interactivity: {
|
|
@@ -12689,7 +12796,7 @@
|
|
|
12689
12796
|
},
|
|
12690
12797
|
};
|
|
12691
12798
|
|
|
12692
|
-
const options$
|
|
12799
|
+
const options$_ = {
|
|
12693
12800
|
key: "reactPolygonMask",
|
|
12694
12801
|
name: "React Polygon Mask",
|
|
12695
12802
|
interactivity: {
|
|
@@ -12785,7 +12892,7 @@
|
|
|
12785
12892
|
},
|
|
12786
12893
|
};
|
|
12787
12894
|
|
|
12788
|
-
const options$
|
|
12895
|
+
const options$Z = {
|
|
12789
12896
|
key: "reactSimple",
|
|
12790
12897
|
name: "React Simple",
|
|
12791
12898
|
interactivity: {
|
|
@@ -12875,7 +12982,7 @@
|
|
|
12875
12982
|
},
|
|
12876
12983
|
};
|
|
12877
12984
|
|
|
12878
|
-
const options$
|
|
12985
|
+
const options$Y = {
|
|
12879
12986
|
key: "reactSnow",
|
|
12880
12987
|
name: "React Snow",
|
|
12881
12988
|
interactivity: {
|
|
@@ -12983,7 +13090,7 @@
|
|
|
12983
13090
|
},
|
|
12984
13091
|
};
|
|
12985
13092
|
|
|
12986
|
-
const options$
|
|
13093
|
+
const options$X = {
|
|
12987
13094
|
key: "reduceDuplicates",
|
|
12988
13095
|
name: "Reduce Duplicates",
|
|
12989
13096
|
particles: {
|
|
@@ -13116,7 +13223,7 @@
|
|
|
13116
13223
|
},
|
|
13117
13224
|
};
|
|
13118
13225
|
|
|
13119
|
-
const options$
|
|
13226
|
+
const options$W = {
|
|
13120
13227
|
key: "repulse",
|
|
13121
13228
|
name: "Repulse",
|
|
13122
13229
|
particles: {
|
|
@@ -13229,7 +13336,7 @@
|
|
|
13229
13336
|
},
|
|
13230
13337
|
};
|
|
13231
13338
|
|
|
13232
|
-
const options$
|
|
13339
|
+
const options$V = {
|
|
13233
13340
|
key: "repulseBack",
|
|
13234
13341
|
name: "Repulse Back",
|
|
13235
13342
|
particles: {
|
|
@@ -13285,7 +13392,7 @@
|
|
|
13285
13392
|
},
|
|
13286
13393
|
};
|
|
13287
13394
|
|
|
13288
|
-
const options$
|
|
13395
|
+
const options$U = {
|
|
13289
13396
|
key: "repulseBounce",
|
|
13290
13397
|
name: "Repulse Bounce",
|
|
13291
13398
|
particles: {
|
|
@@ -13341,7 +13448,7 @@
|
|
|
13341
13448
|
},
|
|
13342
13449
|
};
|
|
13343
13450
|
|
|
13344
|
-
const options$
|
|
13451
|
+
const options$T = {
|
|
13345
13452
|
key: "repulseCirc",
|
|
13346
13453
|
name: "Repulse Circ",
|
|
13347
13454
|
particles: {
|
|
@@ -13397,7 +13504,7 @@
|
|
|
13397
13504
|
},
|
|
13398
13505
|
};
|
|
13399
13506
|
|
|
13400
|
-
const options$
|
|
13507
|
+
const options$S = {
|
|
13401
13508
|
key: "repulseCubic",
|
|
13402
13509
|
name: "Repulse Cubic",
|
|
13403
13510
|
particles: {
|
|
@@ -13453,7 +13560,7 @@
|
|
|
13453
13560
|
},
|
|
13454
13561
|
};
|
|
13455
13562
|
|
|
13456
|
-
const options$
|
|
13563
|
+
const options$R = {
|
|
13457
13564
|
key: "repulseElastic",
|
|
13458
13565
|
name: "Repulse Elastic",
|
|
13459
13566
|
particles: {
|
|
@@ -13509,7 +13616,7 @@
|
|
|
13509
13616
|
},
|
|
13510
13617
|
};
|
|
13511
13618
|
|
|
13512
|
-
const options$
|
|
13619
|
+
const options$Q = {
|
|
13513
13620
|
key: "repulseExpo",
|
|
13514
13621
|
name: "Repulse Expo",
|
|
13515
13622
|
particles: {
|
|
@@ -13565,7 +13672,7 @@
|
|
|
13565
13672
|
},
|
|
13566
13673
|
};
|
|
13567
13674
|
|
|
13568
|
-
const options$
|
|
13675
|
+
const options$P = {
|
|
13569
13676
|
key: "repulseGaussian",
|
|
13570
13677
|
name: "Repulse Gaussian",
|
|
13571
13678
|
particles: {
|
|
@@ -13621,7 +13728,7 @@
|
|
|
13621
13728
|
},
|
|
13622
13729
|
};
|
|
13623
13730
|
|
|
13624
|
-
const options$
|
|
13731
|
+
const options$O = {
|
|
13625
13732
|
key: "repulseExpo",
|
|
13626
13733
|
name: "Repulse Quart",
|
|
13627
13734
|
particles: {
|
|
@@ -13677,7 +13784,7 @@
|
|
|
13677
13784
|
},
|
|
13678
13785
|
};
|
|
13679
13786
|
|
|
13680
|
-
const options$
|
|
13787
|
+
const options$N = {
|
|
13681
13788
|
key: "repulseQuint",
|
|
13682
13789
|
name: "Repulse Quint",
|
|
13683
13790
|
particles: {
|
|
@@ -13733,7 +13840,7 @@
|
|
|
13733
13840
|
},
|
|
13734
13841
|
};
|
|
13735
13842
|
|
|
13736
|
-
const options$
|
|
13843
|
+
const options$M = {
|
|
13737
13844
|
key: "repulseSigmoid",
|
|
13738
13845
|
name: "Repulse Sigmoid",
|
|
13739
13846
|
particles: {
|
|
@@ -13789,7 +13896,7 @@
|
|
|
13789
13896
|
},
|
|
13790
13897
|
};
|
|
13791
13898
|
|
|
13792
|
-
const options$
|
|
13899
|
+
const options$L = {
|
|
13793
13900
|
key: "repulseSine",
|
|
13794
13901
|
name: "Repulse Sine",
|
|
13795
13902
|
particles: {
|
|
@@ -13845,7 +13952,7 @@
|
|
|
13845
13952
|
},
|
|
13846
13953
|
};
|
|
13847
13954
|
|
|
13848
|
-
const options$
|
|
13955
|
+
const options$K = {
|
|
13849
13956
|
key: "repulseSmoothstep",
|
|
13850
13957
|
name: "Repulse Smoothstep",
|
|
13851
13958
|
particles: {
|
|
@@ -13901,7 +14008,7 @@
|
|
|
13901
14008
|
},
|
|
13902
14009
|
};
|
|
13903
14010
|
|
|
13904
|
-
const options$
|
|
14011
|
+
const options$J = {
|
|
13905
14012
|
key: "responsive",
|
|
13906
14013
|
name: "Responsive",
|
|
13907
14014
|
particles: {
|
|
@@ -14021,7 +14128,7 @@
|
|
|
14021
14128
|
},
|
|
14022
14129
|
};
|
|
14023
14130
|
|
|
14024
|
-
const options$
|
|
14131
|
+
const options$I = {
|
|
14025
14132
|
key: "ring",
|
|
14026
14133
|
name: "Ring",
|
|
14027
14134
|
particles: {
|
|
@@ -14097,34 +14204,34 @@
|
|
|
14097
14204
|
};
|
|
14098
14205
|
|
|
14099
14206
|
var r = {
|
|
14100
|
-
random: options$
|
|
14101
|
-
randomShapes: options$
|
|
14102
|
-
reactBubbles: options$
|
|
14103
|
-
reactDefaults: options$
|
|
14104
|
-
reactMultipleImages: options
|
|
14105
|
-
reactNightSky: options
|
|
14106
|
-
reactPolygonMask: options$
|
|
14107
|
-
reactSimple: options$
|
|
14108
|
-
reactSnow: options$
|
|
14109
|
-
reduceDuplicates: options$
|
|
14110
|
-
repulse: options$
|
|
14111
|
-
repulseBack: options$
|
|
14112
|
-
repulseBounce: options$
|
|
14113
|
-
repulseCirc: options$
|
|
14114
|
-
repulseCubic: options$
|
|
14115
|
-
repulseElastic: options$
|
|
14116
|
-
repulseExpo: options$
|
|
14117
|
-
repulseGaussian: options$
|
|
14118
|
-
repulseQuart: options$
|
|
14119
|
-
repulseQuint: options$
|
|
14120
|
-
repulseSigmoid: options$
|
|
14121
|
-
repulseSine: options$
|
|
14122
|
-
repulseSmoothstep: options$
|
|
14123
|
-
responsive: options$
|
|
14124
|
-
ring: options$
|
|
14207
|
+
random: options$14,
|
|
14208
|
+
randomShapes: options$13,
|
|
14209
|
+
reactBubbles: options$12,
|
|
14210
|
+
reactDefaults: options$11,
|
|
14211
|
+
reactMultipleImages: options$10,
|
|
14212
|
+
reactNightSky: options$$,
|
|
14213
|
+
reactPolygonMask: options$_,
|
|
14214
|
+
reactSimple: options$Z,
|
|
14215
|
+
reactSnow: options$Y,
|
|
14216
|
+
reduceDuplicates: options$X,
|
|
14217
|
+
repulse: options$W,
|
|
14218
|
+
repulseBack: options$V,
|
|
14219
|
+
repulseBounce: options$U,
|
|
14220
|
+
repulseCirc: options$T,
|
|
14221
|
+
repulseCubic: options$S,
|
|
14222
|
+
repulseElastic: options$R,
|
|
14223
|
+
repulseExpo: options$Q,
|
|
14224
|
+
repulseGaussian: options$P,
|
|
14225
|
+
repulseQuart: options$O,
|
|
14226
|
+
repulseQuint: options$N,
|
|
14227
|
+
repulseSigmoid: options$M,
|
|
14228
|
+
repulseSine: options$L,
|
|
14229
|
+
repulseSmoothstep: options$K,
|
|
14230
|
+
responsive: options$J,
|
|
14231
|
+
ring: options$I,
|
|
14125
14232
|
};
|
|
14126
14233
|
|
|
14127
|
-
const options$
|
|
14234
|
+
const options$H = {
|
|
14128
14235
|
key: "seaAnemone",
|
|
14129
14236
|
name: "Sea Anemone",
|
|
14130
14237
|
particles: {
|
|
@@ -14213,7 +14320,7 @@
|
|
|
14213
14320
|
},
|
|
14214
14321
|
};
|
|
14215
14322
|
|
|
14216
|
-
const options$
|
|
14323
|
+
const options$G = {
|
|
14217
14324
|
key: "shadow",
|
|
14218
14325
|
name: "Shadow",
|
|
14219
14326
|
smooth: true,
|
|
@@ -14313,7 +14420,7 @@
|
|
|
14313
14420
|
},
|
|
14314
14421
|
};
|
|
14315
14422
|
|
|
14316
|
-
const options$
|
|
14423
|
+
const options$F = {
|
|
14317
14424
|
key: "shapeArrow",
|
|
14318
14425
|
name: "Shape Arrow",
|
|
14319
14426
|
particles: {
|
|
@@ -14373,7 +14480,7 @@
|
|
|
14373
14480
|
},
|
|
14374
14481
|
};
|
|
14375
14482
|
|
|
14376
|
-
const options$
|
|
14483
|
+
const options$E = {
|
|
14377
14484
|
key: "shapeCog",
|
|
14378
14485
|
name: "Shape Cog",
|
|
14379
14486
|
particles: {
|
|
@@ -14474,7 +14581,7 @@
|
|
|
14474
14581
|
const emitterRate$1 = {
|
|
14475
14582
|
delay: 0.2,
|
|
14476
14583
|
quantity: 1,
|
|
14477
|
-
}, options$
|
|
14584
|
+
}, options$D = {
|
|
14478
14585
|
key: "shapeEmoji",
|
|
14479
14586
|
name: "Shape Emoji",
|
|
14480
14587
|
particles: {
|
|
@@ -14658,7 +14765,7 @@
|
|
|
14658
14765
|
const emitterRate = {
|
|
14659
14766
|
delay: 0.2,
|
|
14660
14767
|
quantity: 1,
|
|
14661
|
-
}, options$
|
|
14768
|
+
}, options$C = {
|
|
14662
14769
|
key: "shapeEmojiPadding",
|
|
14663
14770
|
name: "Shape Emoji Padding",
|
|
14664
14771
|
particles: {
|
|
@@ -14770,7 +14877,7 @@
|
|
|
14770
14877
|
],
|
|
14771
14878
|
};
|
|
14772
14879
|
|
|
14773
|
-
const options$
|
|
14880
|
+
const options$B = {
|
|
14774
14881
|
key: "shapeHeart",
|
|
14775
14882
|
name: "Shape Heart",
|
|
14776
14883
|
particles: {
|
|
@@ -14857,7 +14964,7 @@
|
|
|
14857
14964
|
},
|
|
14858
14965
|
};
|
|
14859
14966
|
|
|
14860
|
-
const options$
|
|
14967
|
+
const options$A = {
|
|
14861
14968
|
key: "shapeInfinity",
|
|
14862
14969
|
name: "Shape Infinity",
|
|
14863
14970
|
particles: {
|
|
@@ -14947,7 +15054,7 @@
|
|
|
14947
15054
|
},
|
|
14948
15055
|
};
|
|
14949
15056
|
|
|
14950
|
-
const options$
|
|
15057
|
+
const options$z = {
|
|
14951
15058
|
key: "shapeMultilineText",
|
|
14952
15059
|
name: "Shape Multiline Text",
|
|
14953
15060
|
particles: {
|
|
@@ -15000,7 +15107,7 @@
|
|
|
15000
15107
|
},
|
|
15001
15108
|
};
|
|
15002
15109
|
|
|
15003
|
-
const options$
|
|
15110
|
+
const options$y = {
|
|
15004
15111
|
key: "shapeOptions",
|
|
15005
15112
|
name: "Shape Options",
|
|
15006
15113
|
particles: {
|
|
@@ -15064,7 +15171,7 @@
|
|
|
15064
15171
|
},
|
|
15065
15172
|
};
|
|
15066
15173
|
|
|
15067
|
-
const options$
|
|
15174
|
+
const options$x = {
|
|
15068
15175
|
key: "shapePath",
|
|
15069
15176
|
name: "Shape Path",
|
|
15070
15177
|
particles: {
|
|
@@ -15236,7 +15343,7 @@
|
|
|
15236
15343
|
},
|
|
15237
15344
|
};
|
|
15238
15345
|
|
|
15239
|
-
const options$
|
|
15346
|
+
const options$w = {
|
|
15240
15347
|
key: "shapeRoundedPolygon",
|
|
15241
15348
|
name: "Shape Rounded Polygon",
|
|
15242
15349
|
particles: {
|
|
@@ -15336,7 +15443,7 @@
|
|
|
15336
15443
|
},
|
|
15337
15444
|
};
|
|
15338
15445
|
|
|
15339
|
-
const options$
|
|
15446
|
+
const options$v = {
|
|
15340
15447
|
key: "shapeRoundedRect",
|
|
15341
15448
|
name: "Shape Rounded Rect",
|
|
15342
15449
|
particles: {
|
|
@@ -15433,7 +15540,7 @@
|
|
|
15433
15540
|
},
|
|
15434
15541
|
};
|
|
15435
15542
|
|
|
15436
|
-
const options$
|
|
15543
|
+
const options$u = {
|
|
15437
15544
|
key: "shapeSpiral",
|
|
15438
15545
|
name: "Shape Spiral",
|
|
15439
15546
|
particles: {
|
|
@@ -15537,7 +15644,7 @@
|
|
|
15537
15644
|
},
|
|
15538
15645
|
};
|
|
15539
15646
|
|
|
15540
|
-
const options$
|
|
15647
|
+
const options$t = {
|
|
15541
15648
|
key: "shapeSquircle",
|
|
15542
15649
|
name: "Shape Squircle",
|
|
15543
15650
|
particles: {
|
|
@@ -15631,7 +15738,7 @@
|
|
|
15631
15738
|
},
|
|
15632
15739
|
};
|
|
15633
15740
|
|
|
15634
|
-
const options$
|
|
15741
|
+
const options$s = {
|
|
15635
15742
|
key: "slow",
|
|
15636
15743
|
name: "Slow",
|
|
15637
15744
|
particles: {
|
|
@@ -15717,7 +15824,7 @@
|
|
|
15717
15824
|
},
|
|
15718
15825
|
};
|
|
15719
15826
|
|
|
15720
|
-
const options$
|
|
15827
|
+
const options$r = {
|
|
15721
15828
|
key: "snow",
|
|
15722
15829
|
name: "Snow",
|
|
15723
15830
|
particles: {
|
|
@@ -15769,7 +15876,7 @@
|
|
|
15769
15876
|
},
|
|
15770
15877
|
};
|
|
15771
15878
|
|
|
15772
|
-
const options$
|
|
15879
|
+
const options$q = {
|
|
15773
15880
|
key: "soundsAudio",
|
|
15774
15881
|
name: "Sounds Audio",
|
|
15775
15882
|
particles: {
|
|
@@ -15840,7 +15947,7 @@
|
|
|
15840
15947
|
},
|
|
15841
15948
|
};
|
|
15842
15949
|
|
|
15843
|
-
const options$
|
|
15950
|
+
const options$p = {
|
|
15844
15951
|
key: "soundsLoop",
|
|
15845
15952
|
name: "Sounds Loop",
|
|
15846
15953
|
particles: {
|
|
@@ -15911,7 +16018,7 @@
|
|
|
15911
16018
|
},
|
|
15912
16019
|
};
|
|
15913
16020
|
|
|
15914
|
-
const options$
|
|
16021
|
+
const options$o = {
|
|
15915
16022
|
key: "soundsMelodies",
|
|
15916
16023
|
name: "Sounds Melodies",
|
|
15917
16024
|
particles: {
|
|
@@ -16005,7 +16112,7 @@
|
|
|
16005
16112
|
},
|
|
16006
16113
|
};
|
|
16007
16114
|
|
|
16008
|
-
const options$
|
|
16115
|
+
const options$n = {
|
|
16009
16116
|
key: "soundsMelodyLoop",
|
|
16010
16117
|
name: "Sounds Melody Loop",
|
|
16011
16118
|
particles: {
|
|
@@ -16351,7 +16458,7 @@
|
|
|
16351
16458
|
},
|
|
16352
16459
|
};
|
|
16353
16460
|
|
|
16354
|
-
const options$
|
|
16461
|
+
const options$m = {
|
|
16355
16462
|
key: "soundsNotes",
|
|
16356
16463
|
name: "Sounds Notes",
|
|
16357
16464
|
particles: {
|
|
@@ -16437,7 +16544,7 @@
|
|
|
16437
16544
|
},
|
|
16438
16545
|
};
|
|
16439
16546
|
|
|
16440
|
-
const options$
|
|
16547
|
+
const options$l = {
|
|
16441
16548
|
key: "speedDecay",
|
|
16442
16549
|
name: "Speed Decay",
|
|
16443
16550
|
particles: {
|
|
@@ -16580,7 +16687,7 @@
|
|
|
16580
16687
|
},
|
|
16581
16688
|
};
|
|
16582
16689
|
|
|
16583
|
-
const options$
|
|
16690
|
+
const options$k = {
|
|
16584
16691
|
key: "spin",
|
|
16585
16692
|
name: "Spin",
|
|
16586
16693
|
particles: {
|
|
@@ -16637,7 +16744,7 @@
|
|
|
16637
16744
|
},
|
|
16638
16745
|
};
|
|
16639
16746
|
|
|
16640
|
-
const options$
|
|
16747
|
+
const options$j = {
|
|
16641
16748
|
key: "star",
|
|
16642
16749
|
name: "Star",
|
|
16643
16750
|
particles: {
|
|
@@ -16735,7 +16842,7 @@
|
|
|
16735
16842
|
},
|
|
16736
16843
|
};
|
|
16737
16844
|
|
|
16738
|
-
const options$
|
|
16845
|
+
const options$i = {
|
|
16739
16846
|
key: "strokeAnimation",
|
|
16740
16847
|
name: "Stroke Animation",
|
|
16741
16848
|
particles: {
|
|
@@ -16833,7 +16940,7 @@
|
|
|
16833
16940
|
},
|
|
16834
16941
|
};
|
|
16835
16942
|
|
|
16836
|
-
const options$
|
|
16943
|
+
const options$h = {
|
|
16837
16944
|
key: "style",
|
|
16838
16945
|
name: "Style",
|
|
16839
16946
|
particles: {
|
|
@@ -16920,7 +17027,7 @@
|
|
|
16920
17027
|
},
|
|
16921
17028
|
};
|
|
16922
17029
|
|
|
16923
|
-
const options$
|
|
17030
|
+
const options$g = {
|
|
16924
17031
|
key: "svgReplace",
|
|
16925
17032
|
name: "SVG Replace",
|
|
16926
17033
|
interactivity: {
|
|
@@ -17043,37 +17150,37 @@
|
|
|
17043
17150
|
};
|
|
17044
17151
|
|
|
17045
17152
|
var s = {
|
|
17046
|
-
seaAnemone: options$
|
|
17047
|
-
shadow: options$
|
|
17048
|
-
shapeArrow: options$
|
|
17049
|
-
shapeCog: options$
|
|
17050
|
-
shapeEmoji: options$
|
|
17051
|
-
shapeEmojiPadding: options$
|
|
17052
|
-
shapeHeart: options$
|
|
17053
|
-
shapeInfinity: options$
|
|
17054
|
-
shapeMultilineText: options$
|
|
17055
|
-
shapeOptions: options$
|
|
17056
|
-
shapePath: options$
|
|
17057
|
-
shapeRoundedPolygon: options$
|
|
17058
|
-
shapeRoundedRect: options$
|
|
17059
|
-
shapeSpiral: options$
|
|
17060
|
-
shapeSquircle: options$
|
|
17061
|
-
slow: options$
|
|
17062
|
-
snow: options$
|
|
17063
|
-
soundsAudio: options$
|
|
17064
|
-
soundsLoop: options$
|
|
17065
|
-
soundsMelodies: options$
|
|
17066
|
-
soundsMelodyLoop: options$
|
|
17067
|
-
soundsNotes: options$
|
|
17068
|
-
speedDecay: options$
|
|
17069
|
-
spin: options$
|
|
17070
|
-
star: options$
|
|
17071
|
-
strokeAnimation: options$
|
|
17072
|
-
style: options$
|
|
17073
|
-
svgReplace: options$
|
|
17153
|
+
seaAnemone: options$H,
|
|
17154
|
+
shadow: options$G,
|
|
17155
|
+
shapeArrow: options$F,
|
|
17156
|
+
shapeCog: options$E,
|
|
17157
|
+
shapeEmoji: options$D,
|
|
17158
|
+
shapeEmojiPadding: options$C,
|
|
17159
|
+
shapeHeart: options$B,
|
|
17160
|
+
shapeInfinity: options$A,
|
|
17161
|
+
shapeMultilineText: options$z,
|
|
17162
|
+
shapeOptions: options$y,
|
|
17163
|
+
shapePath: options$x,
|
|
17164
|
+
shapeRoundedPolygon: options$w,
|
|
17165
|
+
shapeRoundedRect: options$v,
|
|
17166
|
+
shapeSpiral: options$u,
|
|
17167
|
+
shapeSquircle: options$t,
|
|
17168
|
+
slow: options$s,
|
|
17169
|
+
snow: options$r,
|
|
17170
|
+
soundsAudio: options$q,
|
|
17171
|
+
soundsLoop: options$p,
|
|
17172
|
+
soundsMelodies: options$o,
|
|
17173
|
+
soundsMelodyLoop: options$n,
|
|
17174
|
+
soundsNotes: options$m,
|
|
17175
|
+
speedDecay: options$l,
|
|
17176
|
+
spin: options$k,
|
|
17177
|
+
star: options$j,
|
|
17178
|
+
strokeAnimation: options$i,
|
|
17179
|
+
style: options$h,
|
|
17180
|
+
svgReplace: options$g,
|
|
17074
17181
|
};
|
|
17075
17182
|
|
|
17076
|
-
const options$
|
|
17183
|
+
const options$f = {
|
|
17077
17184
|
key: "test",
|
|
17078
17185
|
name: "Test",
|
|
17079
17186
|
background: {
|
|
@@ -17195,7 +17302,7 @@
|
|
|
17195
17302
|
},
|
|
17196
17303
|
};
|
|
17197
17304
|
|
|
17198
|
-
const minAlphaFilter$1 = 0, options$
|
|
17305
|
+
const minAlphaFilter$1 = 0, options$e = {
|
|
17199
17306
|
key: "textMask",
|
|
17200
17307
|
name: "Text Mask",
|
|
17201
17308
|
smooth: true,
|
|
@@ -17268,7 +17375,7 @@
|
|
|
17268
17375
|
},
|
|
17269
17376
|
};
|
|
17270
17377
|
|
|
17271
|
-
const minAlphaFilter = 0, options$
|
|
17378
|
+
const minAlphaFilter = 0, options$d = {
|
|
17272
17379
|
key: "textMaskMultiline",
|
|
17273
17380
|
name: "Text Mask Multiline",
|
|
17274
17381
|
smooth: true,
|
|
@@ -17344,7 +17451,7 @@
|
|
|
17344
17451
|
},
|
|
17345
17452
|
};
|
|
17346
17453
|
|
|
17347
|
-
const options$
|
|
17454
|
+
const options$c = {
|
|
17348
17455
|
key: "themes",
|
|
17349
17456
|
name: "Themes",
|
|
17350
17457
|
themes: [
|
|
@@ -17554,7 +17661,7 @@
|
|
|
17554
17661
|
detectRetina: true,
|
|
17555
17662
|
};
|
|
17556
17663
|
|
|
17557
|
-
const options$
|
|
17664
|
+
const options$b = {
|
|
17558
17665
|
key: "tilt",
|
|
17559
17666
|
name: "Tilt",
|
|
17560
17667
|
background: {
|
|
@@ -17652,7 +17759,7 @@
|
|
|
17652
17759
|
},
|
|
17653
17760
|
};
|
|
17654
17761
|
|
|
17655
|
-
const options$
|
|
17762
|
+
const options$a = {
|
|
17656
17763
|
key: "trails",
|
|
17657
17764
|
name: "Trails",
|
|
17658
17765
|
background: {
|
|
@@ -17755,7 +17862,7 @@
|
|
|
17755
17862
|
},
|
|
17756
17863
|
};
|
|
17757
17864
|
|
|
17758
|
-
const options$
|
|
17865
|
+
const options$9 = {
|
|
17759
17866
|
key: "trailsImage",
|
|
17760
17867
|
name: "Trails Image",
|
|
17761
17868
|
background: {
|
|
@@ -17874,7 +17981,7 @@
|
|
|
17874
17981
|
},
|
|
17875
17982
|
};
|
|
17876
17983
|
|
|
17877
|
-
const options$
|
|
17984
|
+
const options$8 = {
|
|
17878
17985
|
key: "triangles",
|
|
17879
17986
|
name: "Triangles",
|
|
17880
17987
|
particles: {
|
|
@@ -17930,6 +18037,91 @@
|
|
|
17930
18037
|
},
|
|
17931
18038
|
};
|
|
17932
18039
|
|
|
18040
|
+
const options$7 = {
|
|
18041
|
+
key: "tunnel",
|
|
18042
|
+
name: "Tunnel",
|
|
18043
|
+
particles: {
|
|
18044
|
+
number: {
|
|
18045
|
+
value: 0,
|
|
18046
|
+
},
|
|
18047
|
+
paint: {
|
|
18048
|
+
color: {
|
|
18049
|
+
value: "#ffffff",
|
|
18050
|
+
},
|
|
18051
|
+
},
|
|
18052
|
+
shape: {
|
|
18053
|
+
type: "circle",
|
|
18054
|
+
},
|
|
18055
|
+
opacity: {
|
|
18056
|
+
value: {
|
|
18057
|
+
min: 0.3,
|
|
18058
|
+
max: 0.8,
|
|
18059
|
+
},
|
|
18060
|
+
},
|
|
18061
|
+
size: {
|
|
18062
|
+
value: {
|
|
18063
|
+
min: 1,
|
|
18064
|
+
max: 10,
|
|
18065
|
+
},
|
|
18066
|
+
},
|
|
18067
|
+
move: {
|
|
18068
|
+
enable: true,
|
|
18069
|
+
size: true,
|
|
18070
|
+
speed: 5,
|
|
18071
|
+
direction: "none",
|
|
18072
|
+
outModes: {
|
|
18073
|
+
default: "destroy",
|
|
18074
|
+
},
|
|
18075
|
+
},
|
|
18076
|
+
},
|
|
18077
|
+
background: {
|
|
18078
|
+
color: "#000",
|
|
18079
|
+
},
|
|
18080
|
+
trail: {
|
|
18081
|
+
enable: true,
|
|
18082
|
+
fill: {
|
|
18083
|
+
color: "#000000",
|
|
18084
|
+
},
|
|
18085
|
+
length: 3,
|
|
18086
|
+
},
|
|
18087
|
+
emitters: {
|
|
18088
|
+
direction: "none",
|
|
18089
|
+
rate: {
|
|
18090
|
+
delay: 0.25,
|
|
18091
|
+
quantity: 10,
|
|
18092
|
+
},
|
|
18093
|
+
position: {
|
|
18094
|
+
x: 50,
|
|
18095
|
+
y: 50,
|
|
18096
|
+
},
|
|
18097
|
+
size: {
|
|
18098
|
+
width: 0,
|
|
18099
|
+
height: 0,
|
|
18100
|
+
},
|
|
18101
|
+
spawn: {
|
|
18102
|
+
fill: {
|
|
18103
|
+
color: {
|
|
18104
|
+
value: "#ff0000",
|
|
18105
|
+
animation: {
|
|
18106
|
+
h: {
|
|
18107
|
+
enable: true,
|
|
18108
|
+
speed: 5,
|
|
18109
|
+
},
|
|
18110
|
+
l: {
|
|
18111
|
+
enable: true,
|
|
18112
|
+
speed: 0,
|
|
18113
|
+
offset: {
|
|
18114
|
+
min: 20,
|
|
18115
|
+
max: 80,
|
|
18116
|
+
},
|
|
18117
|
+
},
|
|
18118
|
+
},
|
|
18119
|
+
},
|
|
18120
|
+
},
|
|
18121
|
+
},
|
|
18122
|
+
},
|
|
18123
|
+
};
|
|
18124
|
+
|
|
17933
18125
|
const options$6 = {
|
|
17934
18126
|
key: "twinkle",
|
|
17935
18127
|
name: "Twinkle",
|
|
@@ -18040,14 +18232,15 @@
|
|
|
18040
18232
|
};
|
|
18041
18233
|
|
|
18042
18234
|
var t = {
|
|
18043
|
-
test: options$
|
|
18044
|
-
textMask: options$
|
|
18045
|
-
textMaskMultiline: options$
|
|
18046
|
-
themes: options$
|
|
18047
|
-
tilt: options$
|
|
18048
|
-
trail: options$
|
|
18049
|
-
trailImage: options$
|
|
18050
|
-
triangles: options$
|
|
18235
|
+
test: options$f,
|
|
18236
|
+
textMask: options$e,
|
|
18237
|
+
textMaskMultiline: options$d,
|
|
18238
|
+
themes: options$c,
|
|
18239
|
+
tilt: options$b,
|
|
18240
|
+
trail: options$a,
|
|
18241
|
+
trailImage: options$9,
|
|
18242
|
+
triangles: options$8,
|
|
18243
|
+
tunnel: options$7,
|
|
18051
18244
|
twinkle: options$6,
|
|
18052
18245
|
};
|
|
18053
18246
|
|