@tsparticles/configs 4.0.4 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/f/fallingConfettiWithRibbons.js +218 -0
- package/browser/f/index.js +2 -0
- package/browser/m/index.js +2 -0
- package/browser/m/musicEmitter.js +78 -0
- package/browser/r/index.js +0 -14
- package/browser/s/index.js +2 -0
- package/browser/s/shapeRibbon.js +73 -0
- package/cjs/f/fallingConfettiWithRibbons.js +218 -0
- package/cjs/f/index.js +2 -0
- package/cjs/m/index.js +2 -0
- package/cjs/m/musicEmitter.js +78 -0
- package/cjs/r/index.js +0 -14
- package/cjs/s/index.js +2 -0
- package/cjs/s/shapeRibbon.js +73 -0
- package/esm/f/fallingConfettiWithRibbons.js +218 -0
- package/esm/f/index.js +2 -0
- package/esm/m/index.js +2 -0
- package/esm/m/musicEmitter.js +78 -0
- package/esm/r/index.js +0 -14
- package/esm/s/index.js +2 -0
- package/esm/s/shapeRibbon.js +73 -0
- package/package.json +2 -2
- package/report.html +1 -1
- package/tsparticles.configs.js +822 -1079
- package/tsparticles.configs.min.js +1 -1
- package/types/f/index.d.ts +1 -0
- package/types/index.d.ts +3 -7
- package/types/index.lazy.d.ts +3 -7
- package/types/m/index.d.ts +1 -0
- package/types/r/index.d.ts +0 -7
- package/types/s/index.d.ts +1 -0
- package/browser/r/reactBubbles.js +0 -104
- package/browser/r/reactDefaults.js +0 -53
- package/browser/r/reactMultipleImages.js +0 -92
- package/browser/r/reactNightSky.js +0 -79
- package/browser/r/reactPolygonMask.js +0 -96
- package/browser/r/reactSimple.js +0 -90
- package/browser/r/reactSnow.js +0 -108
- package/cjs/r/reactBubbles.js +0 -104
- package/cjs/r/reactDefaults.js +0 -53
- package/cjs/r/reactMultipleImages.js +0 -92
- package/cjs/r/reactNightSky.js +0 -79
- package/cjs/r/reactPolygonMask.js +0 -96
- package/cjs/r/reactSimple.js +0 -90
- package/cjs/r/reactSnow.js +0 -108
- package/esm/r/reactBubbles.js +0 -104
- package/esm/r/reactDefaults.js +0 -53
- package/esm/r/reactMultipleImages.js +0 -92
- package/esm/r/reactNightSky.js +0 -79
- package/esm/r/reactPolygonMask.js +0 -96
- package/esm/r/reactSimple.js +0 -90
- package/esm/r/reactSnow.js +0 -108
- package/types/r/reactNightSky.d.ts +0 -3
- package/types/r/reactPolygonMask.d.ts +0 -3
- package/types/r/reactSimple.d.ts +0 -3
- package/types/r/reactSnow.d.ts +0 -3
- /package/types/{r/reactBubbles.d.ts → f/fallingConfettiWithRibbons.d.ts} +0 -0
- /package/types/{r/reactDefaults.d.ts → m/musicEmitter.d.ts} +0 -0
- /package/types/{r/reactMultipleImages.d.ts → s/shapeRibbon.d.ts} +0 -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.1.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$2Z = {
|
|
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$2Y = {
|
|
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$2Z,
|
|
217
|
+
amongUs: options$2Y,
|
|
218
218
|
};
|
|
219
219
|
|
|
220
|
-
const options$
|
|
220
|
+
const options$2X = {
|
|
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$2W = {
|
|
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$2V = {
|
|
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$2U = {
|
|
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$2T = {
|
|
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$2S = {
|
|
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$2R = {
|
|
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$2Q = {
|
|
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$2P = {
|
|
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$2X,
|
|
970
|
+
backgroundMaskImage: options$2W,
|
|
971
|
+
basic: options$2V,
|
|
972
|
+
big: options$2U,
|
|
973
|
+
bigBlend: options$2T,
|
|
974
|
+
bigBlendCombo: options$2S,
|
|
975
|
+
bigBlendParticle: options$2R,
|
|
976
|
+
blackHole: options$2Q,
|
|
977
|
+
bubble: options$2P,
|
|
978
978
|
};
|
|
979
979
|
|
|
980
|
-
const options$
|
|
980
|
+
const options$2O = {
|
|
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$2N = {
|
|
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$2M = {
|
|
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$2L = {
|
|
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$2K = {
|
|
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$2J = {
|
|
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$2I = {
|
|
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$2H = {
|
|
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$2G = {
|
|
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$2F = {
|
|
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$2E = {
|
|
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$2D = {
|
|
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$2C = {
|
|
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$2O,
|
|
2182
|
+
cards: options$2N,
|
|
2183
|
+
cardsRolling: options$2M,
|
|
2184
|
+
chars: options$2L,
|
|
2185
|
+
clickPause: options$2K,
|
|
2186
|
+
collisionsAbsorb: options$2J,
|
|
2187
|
+
collisionsBounce: options$2I,
|
|
2188
|
+
collisionsDestroy: options$2H,
|
|
2189
|
+
colorAnimation: options$2G,
|
|
2190
|
+
colors: options$2F,
|
|
2191
|
+
confettiExplosions: options$2E,
|
|
2192
|
+
connect: options$2D,
|
|
2193
|
+
curlNoise: options$2C,
|
|
2194
2194
|
};
|
|
2195
2195
|
|
|
2196
|
-
const options$
|
|
2196
|
+
const options$2B = {
|
|
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$2A = {
|
|
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$2z = {
|
|
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$2y = {
|
|
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$2x = {
|
|
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$2w = {
|
|
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$2v = {
|
|
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$2u = {
|
|
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$2t = {
|
|
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$2s = {
|
|
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$2B,
|
|
2922
|
+
delay: options$2A,
|
|
2923
|
+
delayColor: options$2z,
|
|
2924
|
+
delayOpacity: options$2y,
|
|
2925
|
+
delaySize: options$2x,
|
|
2926
|
+
delayStrokeColor: options$2w,
|
|
2927
|
+
destroy: options$2v,
|
|
2928
|
+
destroyExplode: options$2u,
|
|
2929
|
+
disappearing: options$2t,
|
|
2930
|
+
divEvents: options$2s,
|
|
2931
2931
|
};
|
|
2932
2932
|
|
|
2933
|
-
const options$
|
|
2933
|
+
const options$2r = {
|
|
2934
2934
|
key: "effectBubble",
|
|
2935
2935
|
name: "Effect Bubble",
|
|
2936
2936
|
particles: {
|
|
@@ -3013,7 +3013,7 @@
|
|
|
3013
3013
|
},
|
|
3014
3014
|
};
|
|
3015
3015
|
|
|
3016
|
-
const options$
|
|
3016
|
+
const options$2q = {
|
|
3017
3017
|
key: "effectFilter",
|
|
3018
3018
|
name: "Effect Filter",
|
|
3019
3019
|
particles: {
|
|
@@ -3063,7 +3063,7 @@
|
|
|
3063
3063
|
},
|
|
3064
3064
|
};
|
|
3065
3065
|
|
|
3066
|
-
const options$
|
|
3066
|
+
const options$2p = {
|
|
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$2o = {
|
|
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$2n = {
|
|
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$2m = {
|
|
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$2l = {
|
|
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$2k = {
|
|
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$2j = {
|
|
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$2i = {
|
|
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$2h = {
|
|
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$2g = {
|
|
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$2f = {
|
|
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$2e = {
|
|
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$2d = {
|
|
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$2r,
|
|
4607
|
+
effectFilter: options$2q,
|
|
4608
|
+
effectParticles: options$2p,
|
|
4609
|
+
effectTrail: options$2o,
|
|
4610
|
+
effectTrailTransform: options$2n,
|
|
4611
|
+
emitter: options$2m,
|
|
4612
|
+
emitterAbsorber: options$2l,
|
|
4613
|
+
emitterAngled: options$2k,
|
|
4614
|
+
emitterImageShape: options$2j,
|
|
4615
|
+
emitterImages: options$2i,
|
|
4616
|
+
emitterPaths: options$2h,
|
|
4617
|
+
emitterShapes: options$2g,
|
|
4618
|
+
emitterSpawnColor: options$2f,
|
|
4619
|
+
emitterTextShape: options$2e,
|
|
4620
|
+
emitterTextStrokeShape: options$2d,
|
|
4621
4621
|
};
|
|
4622
4622
|
|
|
4623
|
-
const options$
|
|
4623
|
+
const options$2c = {
|
|
4624
4624
|
key: "fallingConfetti",
|
|
4625
4625
|
name: "Falling Confetti",
|
|
4626
4626
|
background: {
|
|
@@ -4762,59 +4762,277 @@
|
|
|
4762
4762
|
},
|
|
4763
4763
|
};
|
|
4764
4764
|
|
|
4765
|
-
const options$
|
|
4766
|
-
key: "
|
|
4767
|
-
name: "
|
|
4768
|
-
fullScreen: {
|
|
4769
|
-
enable: true,
|
|
4770
|
-
},
|
|
4765
|
+
const options$2b = {
|
|
4766
|
+
key: "fallingConfettiWithRibbons",
|
|
4767
|
+
name: "Falling Confetti with Ribbons",
|
|
4771
4768
|
background: {
|
|
4772
|
-
color: "#
|
|
4769
|
+
color: "#000000",
|
|
4773
4770
|
},
|
|
4774
|
-
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
4771
|
+
particles: {
|
|
4772
|
+
paint: {
|
|
4773
|
+
fill: {
|
|
4774
|
+
color: {
|
|
4775
|
+
value: [
|
|
4776
|
+
"#FF0000",
|
|
4777
|
+
"#FF2A00",
|
|
4778
|
+
"#FF5500",
|
|
4779
|
+
"#FF8000",
|
|
4780
|
+
"#FFAA00",
|
|
4781
|
+
"#FFD400",
|
|
4782
|
+
"#FFFF00",
|
|
4783
|
+
"#D4FF00",
|
|
4784
|
+
"#AAFF00",
|
|
4785
|
+
"#80FF00",
|
|
4786
|
+
"#55FF00",
|
|
4787
|
+
"#2AFF00",
|
|
4788
|
+
"#00FF00",
|
|
4789
|
+
"#00FF2A",
|
|
4790
|
+
"#00FF55",
|
|
4791
|
+
"#00FF80",
|
|
4792
|
+
"#00FFAA",
|
|
4793
|
+
"#00FFD4",
|
|
4794
|
+
"#00FFFF",
|
|
4795
|
+
"#00D4FF",
|
|
4796
|
+
"#00AAFF",
|
|
4797
|
+
"#0080FF",
|
|
4798
|
+
"#0055FF",
|
|
4799
|
+
"#002AFF",
|
|
4800
|
+
"#0000FF",
|
|
4801
|
+
"#2A00FF",
|
|
4802
|
+
"#5500FF",
|
|
4803
|
+
"#8000FF",
|
|
4804
|
+
"#AA00FF",
|
|
4805
|
+
"#D400FF",
|
|
4806
|
+
"#FF00FF",
|
|
4807
|
+
"#FF00D4",
|
|
4808
|
+
"#FF00AA",
|
|
4809
|
+
"#FF0080",
|
|
4810
|
+
"#FF0055",
|
|
4811
|
+
"#FF002A",
|
|
4812
|
+
],
|
|
4813
|
+
animation: {
|
|
4814
|
+
enable: true,
|
|
4815
|
+
speed: 30,
|
|
4816
|
+
},
|
|
4817
|
+
},
|
|
4818
|
+
enable: true,
|
|
4819
|
+
},
|
|
4780
4820
|
},
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4821
|
+
move: {
|
|
4822
|
+
direction: "bottom",
|
|
4823
|
+
enable: true,
|
|
4824
|
+
outModes: "out",
|
|
4825
|
+
speed: {
|
|
4826
|
+
min: 3,
|
|
4827
|
+
max: 5,
|
|
4828
|
+
},
|
|
4829
|
+
},
|
|
4830
|
+
number: {
|
|
4831
|
+
value: 300,
|
|
4832
|
+
},
|
|
4833
|
+
opacity: {
|
|
4834
|
+
value: 1,
|
|
4835
|
+
},
|
|
4836
|
+
rotate: {
|
|
4837
|
+
value: {
|
|
4838
|
+
min: 0,
|
|
4839
|
+
max: 360,
|
|
4840
|
+
},
|
|
4841
|
+
direction: "random",
|
|
4842
|
+
move: true,
|
|
4843
|
+
animation: {
|
|
4844
|
+
enable: true,
|
|
4845
|
+
speed: 60,
|
|
4846
|
+
},
|
|
4847
|
+
},
|
|
4848
|
+
tilt: {
|
|
4849
|
+
direction: "random",
|
|
4850
|
+
enable: true,
|
|
4851
|
+
value: {
|
|
4852
|
+
min: 0,
|
|
4853
|
+
max: 360,
|
|
4854
|
+
},
|
|
4855
|
+
animation: {
|
|
4856
|
+
enable: true,
|
|
4857
|
+
speed: 60,
|
|
4858
|
+
},
|
|
4859
|
+
},
|
|
4860
|
+
shape: {
|
|
4861
|
+
type: ["triangle", "circle", "square", "polygon"],
|
|
4862
|
+
options: {
|
|
4863
|
+
polygon: [
|
|
4864
|
+
{
|
|
4865
|
+
sides: 5,
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
sides: 6,
|
|
4869
|
+
},
|
|
4870
|
+
],
|
|
4871
|
+
},
|
|
4784
4872
|
},
|
|
4785
4873
|
size: {
|
|
4786
|
-
|
|
4787
|
-
|
|
4874
|
+
value: {
|
|
4875
|
+
min: 3,
|
|
4876
|
+
max: 5,
|
|
4877
|
+
},
|
|
4878
|
+
},
|
|
4879
|
+
roll: {
|
|
4880
|
+
darken: {
|
|
4881
|
+
enable: true,
|
|
4882
|
+
value: 30,
|
|
4883
|
+
},
|
|
4884
|
+
enlighten: {
|
|
4885
|
+
enable: true,
|
|
4886
|
+
value: 30,
|
|
4887
|
+
},
|
|
4888
|
+
enable: true,
|
|
4889
|
+
mode: "both",
|
|
4890
|
+
speed: {
|
|
4891
|
+
min: 40,
|
|
4892
|
+
max: 60,
|
|
4893
|
+
},
|
|
4894
|
+
},
|
|
4895
|
+
wobble: {
|
|
4896
|
+
distance: 30,
|
|
4897
|
+
enable: true,
|
|
4898
|
+
move: true,
|
|
4899
|
+
speed: {
|
|
4900
|
+
min: -15,
|
|
4901
|
+
max: 15,
|
|
4902
|
+
},
|
|
4788
4903
|
},
|
|
4904
|
+
},
|
|
4905
|
+
emitters: {
|
|
4906
|
+
direction: "bottom",
|
|
4789
4907
|
position: {
|
|
4790
|
-
y: 100,
|
|
4791
4908
|
x: 50,
|
|
4909
|
+
y: 0,
|
|
4792
4910
|
},
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
value: 0,
|
|
4911
|
+
size: {
|
|
4912
|
+
width: 100,
|
|
4913
|
+
height: 0,
|
|
4797
4914
|
},
|
|
4798
|
-
|
|
4799
|
-
|
|
4800
|
-
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
|
|
4806
|
-
|
|
4915
|
+
rate: {
|
|
4916
|
+
delay: 1,
|
|
4917
|
+
quantity: 1,
|
|
4918
|
+
},
|
|
4919
|
+
particles: {
|
|
4920
|
+
move: {
|
|
4921
|
+
direction: "bottom",
|
|
4922
|
+
enable: true,
|
|
4923
|
+
outModes: {
|
|
4924
|
+
top: "none",
|
|
4925
|
+
default: "destroy",
|
|
4807
4926
|
},
|
|
4808
|
-
|
|
4809
|
-
|
|
4927
|
+
speed: {
|
|
4928
|
+
min: 4,
|
|
4929
|
+
max: 6,
|
|
4810
4930
|
},
|
|
4811
|
-
|
|
4812
|
-
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4817
|
-
|
|
4931
|
+
},
|
|
4932
|
+
size: {
|
|
4933
|
+
value: 8,
|
|
4934
|
+
},
|
|
4935
|
+
roll: {
|
|
4936
|
+
enable: false,
|
|
4937
|
+
},
|
|
4938
|
+
rotate: {
|
|
4939
|
+
value: 0,
|
|
4940
|
+
move: false,
|
|
4941
|
+
animation: {
|
|
4942
|
+
enable: false,
|
|
4943
|
+
},
|
|
4944
|
+
},
|
|
4945
|
+
tilt: {
|
|
4946
|
+
enable: false,
|
|
4947
|
+
},
|
|
4948
|
+
wobble: {
|
|
4949
|
+
enable: false,
|
|
4950
|
+
},
|
|
4951
|
+
shape: {
|
|
4952
|
+
type: "ribbon",
|
|
4953
|
+
options: {
|
|
4954
|
+
ribbon: {
|
|
4955
|
+
angle: 45,
|
|
4956
|
+
darken: {
|
|
4957
|
+
enable: true,
|
|
4958
|
+
value: 30,
|
|
4959
|
+
},
|
|
4960
|
+
count: 60,
|
|
4961
|
+
drag: 0.02,
|
|
4962
|
+
mass: 1,
|
|
4963
|
+
oscillationDistance: {
|
|
4964
|
+
min: 100,
|
|
4965
|
+
max: 140,
|
|
4966
|
+
},
|
|
4967
|
+
oscillationSpeed: {
|
|
4968
|
+
min: 3,
|
|
4969
|
+
max: 5,
|
|
4970
|
+
},
|
|
4971
|
+
particleDist: 8,
|
|
4972
|
+
velocityInherit: {
|
|
4973
|
+
min: 4,
|
|
4974
|
+
max: 6,
|
|
4975
|
+
},
|
|
4976
|
+
},
|
|
4977
|
+
},
|
|
4978
|
+
},
|
|
4979
|
+
},
|
|
4980
|
+
},
|
|
4981
|
+
};
|
|
4982
|
+
|
|
4983
|
+
const options$2a = {
|
|
4984
|
+
key: "fireworks",
|
|
4985
|
+
name: "Fireworks",
|
|
4986
|
+
fullScreen: {
|
|
4987
|
+
enable: true,
|
|
4988
|
+
},
|
|
4989
|
+
background: {
|
|
4990
|
+
color: "#000",
|
|
4991
|
+
},
|
|
4992
|
+
emitters: {
|
|
4993
|
+
direction: "top",
|
|
4994
|
+
life: {
|
|
4995
|
+
count: 0,
|
|
4996
|
+
duration: 0.1,
|
|
4997
|
+
delay: 0.1,
|
|
4998
|
+
},
|
|
4999
|
+
rate: {
|
|
5000
|
+
delay: 0.15,
|
|
5001
|
+
quantity: 1,
|
|
5002
|
+
},
|
|
5003
|
+
size: {
|
|
5004
|
+
width: 100,
|
|
5005
|
+
height: 0,
|
|
5006
|
+
},
|
|
5007
|
+
position: {
|
|
5008
|
+
y: 100,
|
|
5009
|
+
x: 50,
|
|
5010
|
+
},
|
|
5011
|
+
},
|
|
5012
|
+
particles: {
|
|
5013
|
+
number: {
|
|
5014
|
+
value: 0,
|
|
5015
|
+
},
|
|
5016
|
+
destroy: {
|
|
5017
|
+
bounds: {
|
|
5018
|
+
top: 30,
|
|
5019
|
+
},
|
|
5020
|
+
mode: "split",
|
|
5021
|
+
split: {
|
|
5022
|
+
count: 1,
|
|
5023
|
+
factor: {
|
|
5024
|
+
value: 0.333333,
|
|
5025
|
+
},
|
|
5026
|
+
rate: {
|
|
5027
|
+
value: 100,
|
|
5028
|
+
},
|
|
5029
|
+
particles: {
|
|
5030
|
+
paint: {
|
|
5031
|
+
fill: {
|
|
5032
|
+
color: {
|
|
5033
|
+
value: [
|
|
5034
|
+
"#FF0000",
|
|
5035
|
+
"#FF2A00",
|
|
4818
5036
|
"#FF5500",
|
|
4819
5037
|
"#FF8000",
|
|
4820
5038
|
"#FFAA00",
|
|
@@ -4993,7 +5211,7 @@
|
|
|
4993
5211
|
},
|
|
4994
5212
|
};
|
|
4995
5213
|
|
|
4996
|
-
const options$
|
|
5214
|
+
const options$29 = {
|
|
4997
5215
|
key: "fireworks2",
|
|
4998
5216
|
name: "Fireworks 2",
|
|
4999
5217
|
fullScreen: {
|
|
@@ -5225,7 +5443,7 @@
|
|
|
5225
5443
|
},
|
|
5226
5444
|
};
|
|
5227
5445
|
|
|
5228
|
-
const thirdFactor = 3, third = engine.identity / thirdFactor, options$
|
|
5446
|
+
const thirdFactor = 3, third = engine.identity / thirdFactor, options$28 = {
|
|
5229
5447
|
key: "fireworks3",
|
|
5230
5448
|
name: "Fireworks 3",
|
|
5231
5449
|
fullScreen: {
|
|
@@ -5435,7 +5653,7 @@
|
|
|
5435
5653
|
},
|
|
5436
5654
|
};
|
|
5437
5655
|
|
|
5438
|
-
const options$
|
|
5656
|
+
const options$27 = {
|
|
5439
5657
|
key: "fireworksMask",
|
|
5440
5658
|
name: "Fireworks Background Mask",
|
|
5441
5659
|
fullScreen: {
|
|
@@ -5639,7 +5857,7 @@
|
|
|
5639
5857
|
},
|
|
5640
5858
|
};
|
|
5641
5859
|
|
|
5642
|
-
const options$
|
|
5860
|
+
const options$26 = {
|
|
5643
5861
|
key: "fontawesome",
|
|
5644
5862
|
name: "Font Awesome",
|
|
5645
5863
|
interactivity: {
|
|
@@ -5740,7 +5958,7 @@
|
|
|
5740
5958
|
},
|
|
5741
5959
|
};
|
|
5742
5960
|
|
|
5743
|
-
const options$
|
|
5961
|
+
const options$25 = {
|
|
5744
5962
|
key: "forward",
|
|
5745
5963
|
name: "Forward",
|
|
5746
5964
|
particles: {
|
|
@@ -5832,16 +6050,17 @@
|
|
|
5832
6050
|
};
|
|
5833
6051
|
|
|
5834
6052
|
var f = {
|
|
5835
|
-
fallingConfetti: options$
|
|
5836
|
-
|
|
5837
|
-
|
|
5838
|
-
|
|
5839
|
-
|
|
5840
|
-
|
|
5841
|
-
|
|
6053
|
+
fallingConfetti: options$2c,
|
|
6054
|
+
fallingconfettiWithRibbons: options$2b,
|
|
6055
|
+
fireworks: options$2a,
|
|
6056
|
+
fireworks2: options$29,
|
|
6057
|
+
fireworks3: options$28,
|
|
6058
|
+
fireworksMask: options$27,
|
|
6059
|
+
fontawesome: options$26,
|
|
6060
|
+
forward: options$25,
|
|
5842
6061
|
};
|
|
5843
6062
|
|
|
5844
|
-
const options$
|
|
6063
|
+
const options$24 = {
|
|
5845
6064
|
key: "gifs",
|
|
5846
6065
|
name: "Gifs",
|
|
5847
6066
|
interactivity: {
|
|
@@ -5892,7 +6111,7 @@
|
|
|
5892
6111
|
},
|
|
5893
6112
|
};
|
|
5894
6113
|
|
|
5895
|
-
const options$
|
|
6114
|
+
const options$23 = {
|
|
5896
6115
|
key: "grabRandomColor",
|
|
5897
6116
|
name: "Grab Random Color",
|
|
5898
6117
|
particles: {
|
|
@@ -5980,7 +6199,7 @@
|
|
|
5980
6199
|
},
|
|
5981
6200
|
};
|
|
5982
6201
|
|
|
5983
|
-
const options$
|
|
6202
|
+
const options$22 = {
|
|
5984
6203
|
key: "gradients",
|
|
5985
6204
|
name: "Gradients",
|
|
5986
6205
|
particles: {
|
|
@@ -6155,7 +6374,7 @@
|
|
|
6155
6374
|
},
|
|
6156
6375
|
};
|
|
6157
6376
|
|
|
6158
|
-
const options$
|
|
6377
|
+
const options$21 = {
|
|
6159
6378
|
key: "gravity",
|
|
6160
6379
|
name: "Gravity",
|
|
6161
6380
|
particles: {
|
|
@@ -6280,7 +6499,7 @@
|
|
|
6280
6499
|
},
|
|
6281
6500
|
};
|
|
6282
6501
|
|
|
6283
|
-
const options$
|
|
6502
|
+
const options$20 = {
|
|
6284
6503
|
key: "groups",
|
|
6285
6504
|
name: "Groups",
|
|
6286
6505
|
particles: {
|
|
@@ -6351,7 +6570,7 @@
|
|
|
6351
6570
|
},
|
|
6352
6571
|
};
|
|
6353
6572
|
|
|
6354
|
-
const options$
|
|
6573
|
+
const options$1$ = {
|
|
6355
6574
|
key: "growing",
|
|
6356
6575
|
name: "Growing",
|
|
6357
6576
|
emitters: {
|
|
@@ -6427,15 +6646,15 @@
|
|
|
6427
6646
|
};
|
|
6428
6647
|
|
|
6429
6648
|
var g = {
|
|
6430
|
-
gifs: options$
|
|
6431
|
-
grabRandomColor: options$
|
|
6432
|
-
gradients: options$
|
|
6433
|
-
gravity: options$
|
|
6434
|
-
groups: options$
|
|
6435
|
-
growing: options$
|
|
6649
|
+
gifs: options$24,
|
|
6650
|
+
grabRandomColor: options$23,
|
|
6651
|
+
gradients: options$22,
|
|
6652
|
+
gravity: options$21,
|
|
6653
|
+
groups: options$20,
|
|
6654
|
+
growing: options$1$,
|
|
6436
6655
|
};
|
|
6437
6656
|
|
|
6438
|
-
const options$
|
|
6657
|
+
const options$1_ = {
|
|
6439
6658
|
key: "hexagonPath",
|
|
6440
6659
|
name: "Hexagon Path",
|
|
6441
6660
|
particles: {
|
|
@@ -6513,7 +6732,7 @@
|
|
|
6513
6732
|
},
|
|
6514
6733
|
};
|
|
6515
6734
|
|
|
6516
|
-
const options$
|
|
6735
|
+
const options$1Z = {
|
|
6517
6736
|
key: "hollowknight",
|
|
6518
6737
|
name: "Hollow Knight",
|
|
6519
6738
|
interactivity: {
|
|
@@ -6634,7 +6853,7 @@
|
|
|
6634
6853
|
},
|
|
6635
6854
|
};
|
|
6636
6855
|
|
|
6637
|
-
const options$
|
|
6856
|
+
const options$1Y = {
|
|
6638
6857
|
key: "hyperspace",
|
|
6639
6858
|
name: "Hyperspace",
|
|
6640
6859
|
background: {
|
|
@@ -6706,12 +6925,12 @@
|
|
|
6706
6925
|
};
|
|
6707
6926
|
|
|
6708
6927
|
var h = {
|
|
6709
|
-
hexagonPath: options$
|
|
6710
|
-
hollowknight: options$
|
|
6711
|
-
hyperspace: options$
|
|
6928
|
+
hexagonPath: options$1_,
|
|
6929
|
+
hollowknight: options$1Z,
|
|
6930
|
+
hyperspace: options$1Y,
|
|
6712
6931
|
};
|
|
6713
6932
|
|
|
6714
|
-
const minFilterValue$1 = 30, minFilterAlpha$1 = 0, options$
|
|
6933
|
+
const minFilterValue$1 = 30, minFilterAlpha$1 = 0, options$1X = {
|
|
6715
6934
|
key: "imageMask",
|
|
6716
6935
|
name: "Image Mask",
|
|
6717
6936
|
smooth: true,
|
|
@@ -6768,7 +6987,7 @@
|
|
|
6768
6987
|
},
|
|
6769
6988
|
};
|
|
6770
6989
|
|
|
6771
|
-
const minFilterValue = 30, minFilterAlpha = 0, options$
|
|
6990
|
+
const minFilterValue = 30, minFilterAlpha = 0, options$1W = {
|
|
6772
6991
|
key: "imageMaskRepulse",
|
|
6773
6992
|
name: "Image Mask Repulse Restore",
|
|
6774
6993
|
smooth: true,
|
|
@@ -6832,7 +7051,7 @@
|
|
|
6832
7051
|
},
|
|
6833
7052
|
};
|
|
6834
7053
|
|
|
6835
|
-
const options$
|
|
7054
|
+
const options$1V = {
|
|
6836
7055
|
key: "images",
|
|
6837
7056
|
name: "Images",
|
|
6838
7057
|
interactivity: {
|
|
@@ -7046,7 +7265,7 @@
|
|
|
7046
7265
|
],
|
|
7047
7266
|
};
|
|
7048
7267
|
|
|
7049
|
-
const options$
|
|
7268
|
+
const options$1U = {
|
|
7050
7269
|
key: "imagesDirections",
|
|
7051
7270
|
name: "Images with Custom Directions",
|
|
7052
7271
|
interactivity: {
|
|
@@ -7155,7 +7374,7 @@
|
|
|
7155
7374
|
},
|
|
7156
7375
|
};
|
|
7157
7376
|
|
|
7158
|
-
const options$
|
|
7377
|
+
const options$1T = {
|
|
7159
7378
|
key: "infection",
|
|
7160
7379
|
name: "Infection",
|
|
7161
7380
|
infection: {
|
|
@@ -7239,18 +7458,18 @@
|
|
|
7239
7458
|
};
|
|
7240
7459
|
|
|
7241
7460
|
var i = {
|
|
7242
|
-
imageMask: options$
|
|
7243
|
-
imageMaskRepulse: options$
|
|
7244
|
-
images: options$
|
|
7245
|
-
imagesDirections: options$
|
|
7246
|
-
infection: options$
|
|
7461
|
+
imageMask: options$1X,
|
|
7462
|
+
imageMaskRepulse: options$1W,
|
|
7463
|
+
images: options$1V,
|
|
7464
|
+
imagesDirections: options$1U,
|
|
7465
|
+
infection: options$1T,
|
|
7247
7466
|
};
|
|
7248
7467
|
|
|
7249
7468
|
var j = {};
|
|
7250
7469
|
|
|
7251
7470
|
var k = {};
|
|
7252
7471
|
|
|
7253
|
-
const options$
|
|
7472
|
+
const options$1S = {
|
|
7254
7473
|
key: "lch",
|
|
7255
7474
|
name: "LCH",
|
|
7256
7475
|
particles: {
|
|
@@ -7322,7 +7541,7 @@
|
|
|
7322
7541
|
},
|
|
7323
7542
|
};
|
|
7324
7543
|
|
|
7325
|
-
const options$
|
|
7544
|
+
const options$1R = {
|
|
7326
7545
|
key: "life",
|
|
7327
7546
|
name: "Life",
|
|
7328
7547
|
particles: {
|
|
@@ -7407,7 +7626,7 @@
|
|
|
7407
7626
|
},
|
|
7408
7627
|
};
|
|
7409
7628
|
|
|
7410
|
-
const options$
|
|
7629
|
+
const options$1Q = {
|
|
7411
7630
|
key: "lightHover",
|
|
7412
7631
|
name: "Light Hover",
|
|
7413
7632
|
particles: {
|
|
@@ -7482,7 +7701,7 @@
|
|
|
7482
7701
|
},
|
|
7483
7702
|
};
|
|
7484
7703
|
|
|
7485
|
-
const options$
|
|
7704
|
+
const options$1P = {
|
|
7486
7705
|
key: "linkTriangles",
|
|
7487
7706
|
name: "Link Triangles",
|
|
7488
7707
|
particles: {
|
|
@@ -7574,7 +7793,7 @@
|
|
|
7574
7793
|
},
|
|
7575
7794
|
};
|
|
7576
7795
|
|
|
7577
|
-
const options$
|
|
7796
|
+
const options$1O = {
|
|
7578
7797
|
key: "localPolygonMask",
|
|
7579
7798
|
name: "Local Polygon Mask",
|
|
7580
7799
|
interactivity: {
|
|
@@ -7666,14 +7885,14 @@
|
|
|
7666
7885
|
};
|
|
7667
7886
|
|
|
7668
7887
|
var l = {
|
|
7669
|
-
lch: options$
|
|
7670
|
-
life: options$
|
|
7671
|
-
lightHover: options$
|
|
7672
|
-
linkTriangles: options$
|
|
7673
|
-
localPolygonMask: options$
|
|
7888
|
+
lch: options$1S,
|
|
7889
|
+
life: options$1R,
|
|
7890
|
+
lightHover: options$1Q,
|
|
7891
|
+
linkTriangles: options$1P,
|
|
7892
|
+
localPolygonMask: options$1O,
|
|
7674
7893
|
};
|
|
7675
7894
|
|
|
7676
|
-
const options$
|
|
7895
|
+
const options$1N = {
|
|
7677
7896
|
key: "manual",
|
|
7678
7897
|
name: "Manual Particles",
|
|
7679
7898
|
manualParticles: [
|
|
@@ -7761,7 +7980,7 @@
|
|
|
7761
7980
|
},
|
|
7762
7981
|
};
|
|
7763
7982
|
|
|
7764
|
-
const options$
|
|
7983
|
+
const options$1M = {
|
|
7765
7984
|
key: "matrix",
|
|
7766
7985
|
name: "Matrix",
|
|
7767
7986
|
fpsLimit: 30,
|
|
@@ -7838,7 +8057,7 @@
|
|
|
7838
8057
|
},
|
|
7839
8058
|
};
|
|
7840
8059
|
|
|
7841
|
-
const options$
|
|
8060
|
+
const options$1L = {
|
|
7842
8061
|
key: "motionDisable",
|
|
7843
8062
|
name: "Motion Disable",
|
|
7844
8063
|
motion: {
|
|
@@ -7914,7 +8133,7 @@
|
|
|
7914
8133
|
},
|
|
7915
8134
|
};
|
|
7916
8135
|
|
|
7917
|
-
const options$
|
|
8136
|
+
const options$1K = {
|
|
7918
8137
|
key: "motionReduce",
|
|
7919
8138
|
name: "Motion Reduce",
|
|
7920
8139
|
motion: {
|
|
@@ -8008,7 +8227,7 @@
|
|
|
8008
8227
|
},
|
|
8009
8228
|
};
|
|
8010
8229
|
|
|
8011
|
-
const options$
|
|
8230
|
+
const options$1J = {
|
|
8012
8231
|
key: "mouseAttract",
|
|
8013
8232
|
name: "Mouse Attract",
|
|
8014
8233
|
particles: {
|
|
@@ -8100,7 +8319,7 @@
|
|
|
8100
8319
|
},
|
|
8101
8320
|
};
|
|
8102
8321
|
|
|
8103
|
-
const options$
|
|
8322
|
+
const options$1I = {
|
|
8104
8323
|
key: "mouseBounce",
|
|
8105
8324
|
name: "Mouse Bounce",
|
|
8106
8325
|
particles: {
|
|
@@ -8187,7 +8406,7 @@
|
|
|
8187
8406
|
},
|
|
8188
8407
|
};
|
|
8189
8408
|
|
|
8190
|
-
const options$
|
|
8409
|
+
const options$1H = {
|
|
8191
8410
|
key: "mouseCannon",
|
|
8192
8411
|
name: "Mouse Cannon",
|
|
8193
8412
|
particles: {
|
|
@@ -8289,7 +8508,7 @@
|
|
|
8289
8508
|
},
|
|
8290
8509
|
};
|
|
8291
8510
|
|
|
8292
|
-
const options$
|
|
8511
|
+
const options$1G = {
|
|
8293
8512
|
key: "mouseDestroy",
|
|
8294
8513
|
name: "Mouse Destroy",
|
|
8295
8514
|
particles: {
|
|
@@ -8350,7 +8569,7 @@
|
|
|
8350
8569
|
},
|
|
8351
8570
|
};
|
|
8352
8571
|
|
|
8353
|
-
const options$
|
|
8572
|
+
const options$1F = {
|
|
8354
8573
|
key: "mouseDestroyExplode",
|
|
8355
8574
|
name: "Mouse Destroy Explode Stress",
|
|
8356
8575
|
particles: {
|
|
@@ -8434,7 +8653,7 @@
|
|
|
8434
8653
|
},
|
|
8435
8654
|
};
|
|
8436
8655
|
|
|
8437
|
-
const options$
|
|
8656
|
+
const options$1E = {
|
|
8438
8657
|
key: "mouseDrag",
|
|
8439
8658
|
name: "Mouse Drag",
|
|
8440
8659
|
particles: {
|
|
@@ -8484,7 +8703,7 @@
|
|
|
8484
8703
|
},
|
|
8485
8704
|
};
|
|
8486
8705
|
|
|
8487
|
-
const options$
|
|
8706
|
+
const options$1D = {
|
|
8488
8707
|
key: "mouseDragMomentum",
|
|
8489
8708
|
name: "Mouse Drag Momentum",
|
|
8490
8709
|
particles: {
|
|
@@ -8539,7 +8758,7 @@
|
|
|
8539
8758
|
},
|
|
8540
8759
|
};
|
|
8541
8760
|
|
|
8542
|
-
const options$
|
|
8761
|
+
const options$1C = {
|
|
8543
8762
|
key: "mouseFollow",
|
|
8544
8763
|
name: "Mouse Follow",
|
|
8545
8764
|
background: {
|
|
@@ -8607,7 +8826,7 @@
|
|
|
8607
8826
|
detectRetina: true,
|
|
8608
8827
|
};
|
|
8609
8828
|
|
|
8610
|
-
const options$
|
|
8829
|
+
const options$1B = {
|
|
8611
8830
|
key: "mouseParticle",
|
|
8612
8831
|
name: "Mouse Particle",
|
|
8613
8832
|
fullScreen: {
|
|
@@ -8662,7 +8881,7 @@
|
|
|
8662
8881
|
},
|
|
8663
8882
|
};
|
|
8664
8883
|
|
|
8665
|
-
const options$
|
|
8884
|
+
const options$1A = {
|
|
8666
8885
|
key: "mouseParticle2",
|
|
8667
8886
|
name: "Mouse Particle 2",
|
|
8668
8887
|
background: {
|
|
@@ -8728,7 +8947,7 @@
|
|
|
8728
8947
|
},
|
|
8729
8948
|
};
|
|
8730
8949
|
|
|
8731
|
-
const options$
|
|
8950
|
+
const options$1z = {
|
|
8732
8951
|
key: "mouseTrail",
|
|
8733
8952
|
name: "Mouse Trail",
|
|
8734
8953
|
particles: {
|
|
@@ -8857,7 +9076,7 @@
|
|
|
8857
9076
|
},
|
|
8858
9077
|
};
|
|
8859
9078
|
|
|
8860
|
-
const options$
|
|
9079
|
+
const options$1y = {
|
|
8861
9080
|
key: "mouseTrailNoise",
|
|
8862
9081
|
name: "Mouse Trail Noise",
|
|
8863
9082
|
particles: {
|
|
@@ -8999,7 +9218,7 @@
|
|
|
8999
9218
|
},
|
|
9000
9219
|
};
|
|
9001
9220
|
|
|
9002
|
-
const options$
|
|
9221
|
+
const options$1x = {
|
|
9003
9222
|
key: "moveAngle",
|
|
9004
9223
|
name: "Move Angle",
|
|
9005
9224
|
particles: {
|
|
@@ -9087,7 +9306,7 @@
|
|
|
9087
9306
|
},
|
|
9088
9307
|
};
|
|
9089
9308
|
|
|
9090
|
-
const options$
|
|
9309
|
+
const options$1w = {
|
|
9091
9310
|
key: "moveDistance",
|
|
9092
9311
|
name: "Move Distance",
|
|
9093
9312
|
particles: {
|
|
@@ -9175,7 +9394,7 @@
|
|
|
9175
9394
|
},
|
|
9176
9395
|
};
|
|
9177
9396
|
|
|
9178
|
-
const options$
|
|
9397
|
+
const options$1v = {
|
|
9179
9398
|
key: "moveInside",
|
|
9180
9399
|
name: "Move Inside",
|
|
9181
9400
|
particles: {
|
|
@@ -9222,7 +9441,7 @@
|
|
|
9222
9441
|
},
|
|
9223
9442
|
};
|
|
9224
9443
|
|
|
9225
|
-
const options$
|
|
9444
|
+
const options$1u = {
|
|
9226
9445
|
key: "moveOutside",
|
|
9227
9446
|
name: "Move Outside",
|
|
9228
9447
|
particles: {
|
|
@@ -9269,7 +9488,7 @@
|
|
|
9269
9488
|
},
|
|
9270
9489
|
};
|
|
9271
9490
|
|
|
9272
|
-
const options$
|
|
9491
|
+
const options$1t = {
|
|
9273
9492
|
key: "multipleClickEmitters",
|
|
9274
9493
|
name: "Multiple Click Emitters",
|
|
9275
9494
|
background: {
|
|
@@ -9381,7 +9600,7 @@
|
|
|
9381
9600
|
emitters: [],
|
|
9382
9601
|
};
|
|
9383
9602
|
|
|
9384
|
-
const options$
|
|
9603
|
+
const options$1s = {
|
|
9385
9604
|
key: "multiplePolygonMasks",
|
|
9386
9605
|
name: "Multiple Polygon Masks",
|
|
9387
9606
|
interactivity: {
|
|
@@ -9509,32 +9728,111 @@
|
|
|
9509
9728
|
},
|
|
9510
9729
|
};
|
|
9511
9730
|
|
|
9731
|
+
const chars = ["♪", "♫", "♩", "♬", "♭", "♮", "♯"], options$1r = {
|
|
9732
|
+
key: "musicEmitter",
|
|
9733
|
+
name: "Music Emitter",
|
|
9734
|
+
particles: {
|
|
9735
|
+
paint: {
|
|
9736
|
+
color: {
|
|
9737
|
+
value: [
|
|
9738
|
+
"#ff5733",
|
|
9739
|
+
"#33ff57",
|
|
9740
|
+
"#3357ff",
|
|
9741
|
+
"#ff33a1",
|
|
9742
|
+
"#a133ff",
|
|
9743
|
+
"#33fff6",
|
|
9744
|
+
"#f4d03f",
|
|
9745
|
+
],
|
|
9746
|
+
},
|
|
9747
|
+
},
|
|
9748
|
+
opacity: {
|
|
9749
|
+
value: {
|
|
9750
|
+
min: 0,
|
|
9751
|
+
max: 1,
|
|
9752
|
+
},
|
|
9753
|
+
animation: {
|
|
9754
|
+
enable: true,
|
|
9755
|
+
speed: 1.25,
|
|
9756
|
+
startValue: "max",
|
|
9757
|
+
destroy: "min",
|
|
9758
|
+
sync: true,
|
|
9759
|
+
count: 1,
|
|
9760
|
+
},
|
|
9761
|
+
},
|
|
9762
|
+
move: {
|
|
9763
|
+
enable: true,
|
|
9764
|
+
outModes: "destroy",
|
|
9765
|
+
speed: 10,
|
|
9766
|
+
straight: true,
|
|
9767
|
+
},
|
|
9768
|
+
life: {
|
|
9769
|
+
enable: true,
|
|
9770
|
+
count: 1,
|
|
9771
|
+
},
|
|
9772
|
+
size: {
|
|
9773
|
+
value: { min: 5, max: 30 },
|
|
9774
|
+
animation: {
|
|
9775
|
+
enable: true,
|
|
9776
|
+
speed: 50,
|
|
9777
|
+
startValue: "max",
|
|
9778
|
+
destroy: "min",
|
|
9779
|
+
sync: true,
|
|
9780
|
+
count: 1,
|
|
9781
|
+
},
|
|
9782
|
+
},
|
|
9783
|
+
shape: {
|
|
9784
|
+
type: "text",
|
|
9785
|
+
options: {
|
|
9786
|
+
text: {
|
|
9787
|
+
value: chars,
|
|
9788
|
+
},
|
|
9789
|
+
},
|
|
9790
|
+
},
|
|
9791
|
+
},
|
|
9792
|
+
emitters: {
|
|
9793
|
+
direction: "top",
|
|
9794
|
+
position: {
|
|
9795
|
+
x: 50,
|
|
9796
|
+
y: 50,
|
|
9797
|
+
},
|
|
9798
|
+
size: {
|
|
9799
|
+
width: 10,
|
|
9800
|
+
height: 10,
|
|
9801
|
+
},
|
|
9802
|
+
rate: {
|
|
9803
|
+
delay: 0.15,
|
|
9804
|
+
quantity: 1,
|
|
9805
|
+
},
|
|
9806
|
+
},
|
|
9807
|
+
};
|
|
9808
|
+
|
|
9512
9809
|
var m = {
|
|
9513
|
-
manual: options$
|
|
9514
|
-
matrix: options$
|
|
9515
|
-
motionDisable: options$
|
|
9516
|
-
motionReduce: options$
|
|
9517
|
-
mouseAttract: options$
|
|
9518
|
-
mouseBounce: options$
|
|
9519
|
-
mouseCannon: options$
|
|
9520
|
-
mouseDestroy: options$
|
|
9521
|
-
mouseDestroyExplode: options$
|
|
9522
|
-
mouseDrag: options$
|
|
9523
|
-
mouseDragMomentum: options$
|
|
9524
|
-
mouseFollow: options$
|
|
9525
|
-
mouseParticle: options$
|
|
9526
|
-
mouseParticle2: options$
|
|
9527
|
-
mouseTrail: options$
|
|
9528
|
-
mouseTrailNoise: options$
|
|
9529
|
-
moveAngle: options$
|
|
9530
|
-
moveDistance: options$
|
|
9531
|
-
moveInside: options$
|
|
9532
|
-
moveOutside: options$
|
|
9533
|
-
multipleClickEmitters: options$
|
|
9534
|
-
multiplePolygonMasks: options$
|
|
9810
|
+
manual: options$1N,
|
|
9811
|
+
matrix: options$1M,
|
|
9812
|
+
motionDisable: options$1L,
|
|
9813
|
+
motionReduce: options$1K,
|
|
9814
|
+
mouseAttract: options$1J,
|
|
9815
|
+
mouseBounce: options$1I,
|
|
9816
|
+
mouseCannon: options$1H,
|
|
9817
|
+
mouseDestroy: options$1G,
|
|
9818
|
+
mouseDestroyExplode: options$1F,
|
|
9819
|
+
mouseDrag: options$1E,
|
|
9820
|
+
mouseDragMomentum: options$1D,
|
|
9821
|
+
mouseFollow: options$1C,
|
|
9822
|
+
mouseParticle: options$1B,
|
|
9823
|
+
mouseParticle2: options$1A,
|
|
9824
|
+
mouseTrail: options$1z,
|
|
9825
|
+
mouseTrailNoise: options$1y,
|
|
9826
|
+
moveAngle: options$1x,
|
|
9827
|
+
moveDistance: options$1w,
|
|
9828
|
+
moveInside: options$1v,
|
|
9829
|
+
moveOutside: options$1u,
|
|
9830
|
+
multipleClickEmitters: options$1t,
|
|
9831
|
+
multiplePolygonMasks: options$1s,
|
|
9832
|
+
musicEmitter: options$1r,
|
|
9535
9833
|
};
|
|
9536
9834
|
|
|
9537
|
-
const options$
|
|
9835
|
+
const options$1q = {
|
|
9538
9836
|
key: "namedColors",
|
|
9539
9837
|
name: "Named Colors",
|
|
9540
9838
|
particles: {
|
|
@@ -9594,7 +9892,7 @@
|
|
|
9594
9892
|
},
|
|
9595
9893
|
};
|
|
9596
9894
|
|
|
9597
|
-
const options$
|
|
9895
|
+
const options$1p = {
|
|
9598
9896
|
key: "nasa",
|
|
9599
9897
|
name: "NASA",
|
|
9600
9898
|
particles: {
|
|
@@ -9684,7 +9982,7 @@
|
|
|
9684
9982
|
},
|
|
9685
9983
|
};
|
|
9686
9984
|
|
|
9687
|
-
const options$
|
|
9985
|
+
const options$1o = {
|
|
9688
9986
|
key: "noClear",
|
|
9689
9987
|
name: "No Clear",
|
|
9690
9988
|
clear: false,
|
|
@@ -9788,12 +10086,12 @@
|
|
|
9788
10086
|
},
|
|
9789
10087
|
};
|
|
9790
10088
|
|
|
9791
|
-
const options$
|
|
10089
|
+
const options$1n = {
|
|
9792
10090
|
key: "noConfig",
|
|
9793
10091
|
name: "No Config",
|
|
9794
10092
|
};
|
|
9795
10093
|
|
|
9796
|
-
const options$
|
|
10094
|
+
const options$1m = {
|
|
9797
10095
|
key: "noisePlanesFractal",
|
|
9798
10096
|
name: "Noise Planes Fractal",
|
|
9799
10097
|
background: {
|
|
@@ -9884,7 +10182,7 @@
|
|
|
9884
10182
|
},
|
|
9885
10183
|
};
|
|
9886
10184
|
|
|
9887
|
-
const options$
|
|
10185
|
+
const options$1l = {
|
|
9888
10186
|
key: "noisePlanesPerlin",
|
|
9889
10187
|
name: "Noise Planes Perlin",
|
|
9890
10188
|
background: {
|
|
@@ -9975,7 +10273,7 @@
|
|
|
9975
10273
|
},
|
|
9976
10274
|
};
|
|
9977
10275
|
|
|
9978
|
-
const options$
|
|
10276
|
+
const options$1k = {
|
|
9979
10277
|
key: "noisePlanesSimplex",
|
|
9980
10278
|
name: "Noise Planes Simplex",
|
|
9981
10279
|
background: {
|
|
@@ -10066,7 +10364,7 @@
|
|
|
10066
10364
|
},
|
|
10067
10365
|
};
|
|
10068
10366
|
|
|
10069
|
-
const options$
|
|
10367
|
+
const options$1j = {
|
|
10070
10368
|
key: "nyancat",
|
|
10071
10369
|
name: "Nyan Cat",
|
|
10072
10370
|
particles: {
|
|
@@ -10130,7 +10428,7 @@
|
|
|
10130
10428
|
},
|
|
10131
10429
|
};
|
|
10132
10430
|
|
|
10133
|
-
const options$
|
|
10431
|
+
const options$1i = {
|
|
10134
10432
|
key: "nyancat2",
|
|
10135
10433
|
name: "Nyan Cat 2",
|
|
10136
10434
|
particles: {
|
|
@@ -10196,18 +10494,18 @@
|
|
|
10196
10494
|
};
|
|
10197
10495
|
|
|
10198
10496
|
var n = {
|
|
10199
|
-
namedColors: options$
|
|
10200
|
-
nasa: options$
|
|
10201
|
-
noClear: options$
|
|
10202
|
-
noConfig: options$
|
|
10203
|
-
noisePlanesFractal: options$
|
|
10204
|
-
noisePlanesPerlin: options$
|
|
10205
|
-
noisePlanesSimplex: options$
|
|
10206
|
-
nyancat: options$
|
|
10207
|
-
nyancat2: options$
|
|
10497
|
+
namedColors: options$1q,
|
|
10498
|
+
nasa: options$1p,
|
|
10499
|
+
noClear: options$1o,
|
|
10500
|
+
noConfig: options$1n,
|
|
10501
|
+
noisePlanesFractal: options$1m,
|
|
10502
|
+
noisePlanesPerlin: options$1l,
|
|
10503
|
+
noisePlanesSimplex: options$1k,
|
|
10504
|
+
nyancat: options$1j,
|
|
10505
|
+
nyancat2: options$1i,
|
|
10208
10506
|
};
|
|
10209
10507
|
|
|
10210
|
-
const options$
|
|
10508
|
+
const options$1h = {
|
|
10211
10509
|
key: "oklch",
|
|
10212
10510
|
name: "OKLCH",
|
|
10213
10511
|
particles: {
|
|
@@ -10279,7 +10577,7 @@
|
|
|
10279
10577
|
},
|
|
10280
10578
|
};
|
|
10281
10579
|
|
|
10282
|
-
const options$
|
|
10580
|
+
const options$1g = {
|
|
10283
10581
|
key: "orbit",
|
|
10284
10582
|
name: "Orbit",
|
|
10285
10583
|
particles: {
|
|
@@ -10336,8 +10634,8 @@
|
|
|
10336
10634
|
};
|
|
10337
10635
|
|
|
10338
10636
|
var o = {
|
|
10339
|
-
oklch: options$
|
|
10340
|
-
orbit: options$
|
|
10637
|
+
oklch: options$1h,
|
|
10638
|
+
orbit: options$1g,
|
|
10341
10639
|
};
|
|
10342
10640
|
|
|
10343
10641
|
const palettes$1 = {
|
|
@@ -10379,7 +10677,7 @@
|
|
|
10379
10677
|
});
|
|
10380
10678
|
var palettes = Object.entries(palettes$1).map(([k, value]) => getPaletteOptions(k, value));
|
|
10381
10679
|
|
|
10382
|
-
const options$
|
|
10680
|
+
const options$1f = {
|
|
10383
10681
|
key: "parallax",
|
|
10384
10682
|
name: "Parallax",
|
|
10385
10683
|
particles: {
|
|
@@ -10467,7 +10765,7 @@
|
|
|
10467
10765
|
},
|
|
10468
10766
|
};
|
|
10469
10767
|
|
|
10470
|
-
const options$
|
|
10768
|
+
const options$1e = {
|
|
10471
10769
|
key: "pathBranches",
|
|
10472
10770
|
name: "Path Branches",
|
|
10473
10771
|
particles: {
|
|
@@ -10560,7 +10858,7 @@
|
|
|
10560
10858
|
},
|
|
10561
10859
|
};
|
|
10562
10860
|
|
|
10563
|
-
const options$
|
|
10861
|
+
const options$1d = {
|
|
10564
10862
|
key: "pathBranchesInertia",
|
|
10565
10863
|
name: "Path Branches Inertia",
|
|
10566
10864
|
particles: {
|
|
@@ -10657,7 +10955,7 @@
|
|
|
10657
10955
|
},
|
|
10658
10956
|
};
|
|
10659
10957
|
|
|
10660
|
-
const angleDeltaFactor = 18, options$
|
|
10958
|
+
const angleDeltaFactor = 18, options$1c = {
|
|
10661
10959
|
key: "pathBrownian",
|
|
10662
10960
|
name: "Path Brownian",
|
|
10663
10961
|
particles: {
|
|
@@ -10748,7 +11046,7 @@
|
|
|
10748
11046
|
},
|
|
10749
11047
|
};
|
|
10750
11048
|
|
|
10751
|
-
const options$
|
|
11049
|
+
const options$1b = {
|
|
10752
11050
|
key: "pathGrid",
|
|
10753
11051
|
name: "Path Grid",
|
|
10754
11052
|
particles: {
|
|
@@ -10838,7 +11136,7 @@
|
|
|
10838
11136
|
},
|
|
10839
11137
|
};
|
|
10840
11138
|
|
|
10841
|
-
const options$
|
|
11139
|
+
const options$1a = {
|
|
10842
11140
|
key: "pathLevy",
|
|
10843
11141
|
name: "Path Levy",
|
|
10844
11142
|
particles: {
|
|
@@ -10930,7 +11228,7 @@
|
|
|
10930
11228
|
},
|
|
10931
11229
|
};
|
|
10932
11230
|
|
|
10933
|
-
const options$
|
|
11231
|
+
const options$19 = {
|
|
10934
11232
|
key: "pathMaze",
|
|
10935
11233
|
name: "Path Maze",
|
|
10936
11234
|
particles: {
|
|
@@ -11021,7 +11319,7 @@
|
|
|
11021
11319
|
},
|
|
11022
11320
|
};
|
|
11023
11321
|
|
|
11024
|
-
const options$
|
|
11322
|
+
const options$18 = {
|
|
11025
11323
|
key: "pathPolygonMask",
|
|
11026
11324
|
name: "Path Polygon Mask",
|
|
11027
11325
|
interactivity: {
|
|
@@ -11121,7 +11419,7 @@
|
|
|
11121
11419
|
},
|
|
11122
11420
|
};
|
|
11123
11421
|
|
|
11124
|
-
const options$
|
|
11422
|
+
const options$17 = {
|
|
11125
11423
|
key: "pathSpiral",
|
|
11126
11424
|
name: "Path Spiral",
|
|
11127
11425
|
particles: {
|
|
@@ -11213,7 +11511,7 @@
|
|
|
11213
11511
|
},
|
|
11214
11512
|
};
|
|
11215
11513
|
|
|
11216
|
-
const options$
|
|
11514
|
+
const options$16 = {
|
|
11217
11515
|
key: "pathSvg",
|
|
11218
11516
|
name: "Path SVG",
|
|
11219
11517
|
particles: {
|
|
@@ -11307,7 +11605,7 @@
|
|
|
11307
11605
|
},
|
|
11308
11606
|
};
|
|
11309
11607
|
|
|
11310
|
-
const options$
|
|
11608
|
+
const options$15 = {
|
|
11311
11609
|
key: "pathZigZag",
|
|
11312
11610
|
name: "Path Zig Zag",
|
|
11313
11611
|
particles: {
|
|
@@ -11394,7 +11692,7 @@
|
|
|
11394
11692
|
},
|
|
11395
11693
|
};
|
|
11396
11694
|
|
|
11397
|
-
const options$
|
|
11695
|
+
const options$14 = {
|
|
11398
11696
|
key: "planes",
|
|
11399
11697
|
name: "Planes",
|
|
11400
11698
|
interactivity: {
|
|
@@ -11448,7 +11746,7 @@
|
|
|
11448
11746
|
detectRetina: true,
|
|
11449
11747
|
};
|
|
11450
11748
|
|
|
11451
|
-
const options$
|
|
11749
|
+
const options$13 = {
|
|
11452
11750
|
key: "plasma",
|
|
11453
11751
|
name: "Plasma",
|
|
11454
11752
|
background: {
|
|
@@ -11510,7 +11808,7 @@
|
|
|
11510
11808
|
detectRetina: true,
|
|
11511
11809
|
};
|
|
11512
11810
|
|
|
11513
|
-
const options$
|
|
11811
|
+
const options$12 = {
|
|
11514
11812
|
key: "poisson",
|
|
11515
11813
|
name: "Poisson",
|
|
11516
11814
|
particles: {
|
|
@@ -11554,7 +11852,7 @@
|
|
|
11554
11852
|
},
|
|
11555
11853
|
};
|
|
11556
11854
|
|
|
11557
|
-
const options$
|
|
11855
|
+
const options$11 = {
|
|
11558
11856
|
key: "polygonMask",
|
|
11559
11857
|
name: "Polygon Mask",
|
|
11560
11858
|
interactivity: {
|
|
@@ -11682,7 +11980,7 @@
|
|
|
11682
11980
|
},
|
|
11683
11981
|
};
|
|
11684
11982
|
|
|
11685
|
-
const options$
|
|
11983
|
+
const options$10 = {
|
|
11686
11984
|
key: "polygons",
|
|
11687
11985
|
name: "Polygon Shape",
|
|
11688
11986
|
particles: {
|
|
@@ -11831,7 +12129,7 @@
|
|
|
11831
12129
|
},
|
|
11832
12130
|
};
|
|
11833
12131
|
|
|
11834
|
-
const options
|
|
12132
|
+
const options$$ = {
|
|
11835
12133
|
key: "pop",
|
|
11836
12134
|
name: "Pop",
|
|
11837
12135
|
particles: {
|
|
@@ -11912,28 +12210,28 @@
|
|
|
11912
12210
|
}, {});
|
|
11913
12211
|
var p = {
|
|
11914
12212
|
...paletteMap,
|
|
11915
|
-
parallax: options$
|
|
11916
|
-
pathBranches: options$
|
|
11917
|
-
pathBranchesInertia: options$
|
|
11918
|
-
pathBrownian: options$
|
|
11919
|
-
pathGrid: options$
|
|
11920
|
-
pathLevy: options$
|
|
11921
|
-
pathMaze: options$
|
|
11922
|
-
pathPolygonMask: options$
|
|
11923
|
-
pathSpiral: options$
|
|
11924
|
-
pathSvg: options$
|
|
11925
|
-
pathZigZag: options$
|
|
11926
|
-
planes: options$
|
|
11927
|
-
plasma: options$
|
|
11928
|
-
poisson: options$
|
|
11929
|
-
polygonMask: options$
|
|
11930
|
-
polygons: options$
|
|
11931
|
-
pop: options
|
|
12213
|
+
parallax: options$1f,
|
|
12214
|
+
pathBranches: options$1e,
|
|
12215
|
+
pathBranchesInertia: options$1d,
|
|
12216
|
+
pathBrownian: options$1c,
|
|
12217
|
+
pathGrid: options$1b,
|
|
12218
|
+
pathLevy: options$1a,
|
|
12219
|
+
pathMaze: options$19,
|
|
12220
|
+
pathPolygonMask: options$18,
|
|
12221
|
+
pathSpiral: options$17,
|
|
12222
|
+
pathSvg: options$16,
|
|
12223
|
+
pathZigZag: options$15,
|
|
12224
|
+
planes: options$14,
|
|
12225
|
+
plasma: options$13,
|
|
12226
|
+
poisson: options$12,
|
|
12227
|
+
polygonMask: options$11,
|
|
12228
|
+
polygons: options$10,
|
|
12229
|
+
pop: options$$,
|
|
11932
12230
|
};
|
|
11933
12231
|
|
|
11934
12232
|
var q = {};
|
|
11935
12233
|
|
|
11936
|
-
const options$
|
|
12234
|
+
const options$_ = {
|
|
11937
12235
|
key: "random",
|
|
11938
12236
|
name: "Random Colors",
|
|
11939
12237
|
interactivity: {
|
|
@@ -12030,7 +12328,7 @@
|
|
|
12030
12328
|
},
|
|
12031
12329
|
};
|
|
12032
12330
|
|
|
12033
|
-
const options$
|
|
12331
|
+
const options$Z = {
|
|
12034
12332
|
key: "randomShapes",
|
|
12035
12333
|
name: "Random Shapes",
|
|
12036
12334
|
interactivity: {
|
|
@@ -12354,743 +12652,121 @@
|
|
|
12354
12652
|
color: {
|
|
12355
12653
|
value: "#000000",
|
|
12356
12654
|
},
|
|
12357
|
-
},
|
|
12358
|
-
},
|
|
12359
|
-
},
|
|
12360
|
-
},
|
|
12361
|
-
},
|
|
12362
|
-
type: "random",
|
|
12363
|
-
},
|
|
12364
|
-
size: {
|
|
12365
|
-
value: 16,
|
|
12366
|
-
},
|
|
12367
|
-
},
|
|
12368
|
-
background: {
|
|
12369
|
-
color: "#fff",
|
|
12370
|
-
},
|
|
12371
|
-
preload: [
|
|
12372
|
-
{
|
|
12373
|
-
src: "https://particles.js.org/images/hdr/fruits/apple.png",
|
|
12374
|
-
name: "apple",
|
|
12375
|
-
width: 32,
|
|
12376
|
-
height: 32,
|
|
12377
|
-
},
|
|
12378
|
-
{
|
|
12379
|
-
src: "https://particles.js.org/images/hdr/fruits/avocado.png",
|
|
12380
|
-
name: "avocado",
|
|
12381
|
-
width: 32,
|
|
12382
|
-
height: 32,
|
|
12383
|
-
},
|
|
12384
|
-
{
|
|
12385
|
-
src: "https://particles.js.org/images/hdr/fruits/banana.png",
|
|
12386
|
-
name: "banana",
|
|
12387
|
-
width: 32,
|
|
12388
|
-
height: 32,
|
|
12389
|
-
},
|
|
12390
|
-
{
|
|
12391
|
-
src: "https://particles.js.org/images/hdr/fruits/berries.png",
|
|
12392
|
-
name: "berries",
|
|
12393
|
-
width: 32,
|
|
12394
|
-
height: 32,
|
|
12395
|
-
},
|
|
12396
|
-
{
|
|
12397
|
-
src: "https://particles.js.org/images/hdr/fruits/cherry.png",
|
|
12398
|
-
name: "cherry",
|
|
12399
|
-
width: 32,
|
|
12400
|
-
height: 32,
|
|
12401
|
-
},
|
|
12402
|
-
{
|
|
12403
|
-
src: "https://particles.js.org/images/hdr/fruits/grapes.png",
|
|
12404
|
-
name: "grapes",
|
|
12405
|
-
width: 32,
|
|
12406
|
-
height: 32,
|
|
12407
|
-
},
|
|
12408
|
-
{
|
|
12409
|
-
src: "https://particles.js.org/images/hdr/fruits/lemon.png",
|
|
12410
|
-
name: "lemon",
|
|
12411
|
-
width: 32,
|
|
12412
|
-
height: 32,
|
|
12413
|
-
},
|
|
12414
|
-
{
|
|
12415
|
-
src: "https://particles.js.org/images/hdr/fruits/orange.png",
|
|
12416
|
-
name: "orange",
|
|
12417
|
-
width: 32,
|
|
12418
|
-
height: 32,
|
|
12419
|
-
},
|
|
12420
|
-
{
|
|
12421
|
-
src: "https://particles.js.org/images/hdr/fruits/peach.png",
|
|
12422
|
-
name: "peach",
|
|
12423
|
-
width: 32,
|
|
12424
|
-
height: 32,
|
|
12425
|
-
},
|
|
12426
|
-
{
|
|
12427
|
-
src: "https://particles.js.org/images/hdr/fruits/pear.png",
|
|
12428
|
-
name: "pear",
|
|
12429
|
-
width: 32,
|
|
12430
|
-
height: 32,
|
|
12431
|
-
},
|
|
12432
|
-
{
|
|
12433
|
-
src: "https://particles.js.org/images/hdr/fruits/pepper.png",
|
|
12434
|
-
name: "pepper",
|
|
12435
|
-
width: 32,
|
|
12436
|
-
height: 32,
|
|
12437
|
-
},
|
|
12438
|
-
{
|
|
12439
|
-
src: "https://particles.js.org/images/hdr/fruits/plum.png",
|
|
12440
|
-
name: "plum",
|
|
12441
|
-
width: 32,
|
|
12442
|
-
height: 32,
|
|
12443
|
-
},
|
|
12444
|
-
{
|
|
12445
|
-
src: "https://particles.js.org/images/hdr/fruits/star.png",
|
|
12446
|
-
name: "star",
|
|
12447
|
-
width: 32,
|
|
12448
|
-
height: 32,
|
|
12449
|
-
},
|
|
12450
|
-
{
|
|
12451
|
-
src: "https://particles.js.org/images/hdr/fruits/strawberry.png",
|
|
12452
|
-
name: "strawberry",
|
|
12453
|
-
width: 32,
|
|
12454
|
-
height: 32,
|
|
12455
|
-
},
|
|
12456
|
-
{
|
|
12457
|
-
src: "https://particles.js.org/images/hdr/fruits/watermelon.png",
|
|
12458
|
-
name: "watermelon",
|
|
12459
|
-
width: 32,
|
|
12460
|
-
height: 32,
|
|
12461
|
-
},
|
|
12462
|
-
{
|
|
12463
|
-
src: "https://particles.js.org/images/hdr/fruits/watermelon_slice.png",
|
|
12464
|
-
name: "watermelon_slice",
|
|
12465
|
-
width: 32,
|
|
12466
|
-
height: 32,
|
|
12467
|
-
},
|
|
12468
|
-
],
|
|
12469
|
-
};
|
|
12470
|
-
|
|
12471
|
-
const options$12 = {
|
|
12472
|
-
key: "reactBubbles",
|
|
12473
|
-
name: "React Bubbles",
|
|
12474
|
-
interactivity: {
|
|
12475
|
-
events: {
|
|
12476
|
-
onClick: {
|
|
12477
|
-
enable: true,
|
|
12478
|
-
mode: "repulse",
|
|
12479
|
-
},
|
|
12480
|
-
onHover: {
|
|
12481
|
-
enable: true,
|
|
12482
|
-
mode: "bubble",
|
|
12483
|
-
},
|
|
12484
|
-
},
|
|
12485
|
-
modes: {
|
|
12486
|
-
bubble: {
|
|
12487
|
-
distance: 250,
|
|
12488
|
-
duration: 2,
|
|
12489
|
-
opacity: 0,
|
|
12490
|
-
size: 0,
|
|
12491
|
-
},
|
|
12492
|
-
connect: {
|
|
12493
|
-
distance: 80,
|
|
12494
|
-
links: {
|
|
12495
|
-
opacity: 0.5,
|
|
12496
|
-
},
|
|
12497
|
-
radius: 60,
|
|
12498
|
-
},
|
|
12499
|
-
grab: {
|
|
12500
|
-
distance: 180,
|
|
12501
|
-
links: {
|
|
12502
|
-
opacity: 0.35,
|
|
12503
|
-
},
|
|
12504
|
-
},
|
|
12505
|
-
push: {
|
|
12506
|
-
quantity: 4,
|
|
12507
|
-
},
|
|
12508
|
-
remove: {
|
|
12509
|
-
quantity: 2,
|
|
12510
|
-
},
|
|
12511
|
-
repulse: {
|
|
12512
|
-
distance: 200,
|
|
12513
|
-
duration: 4,
|
|
12514
|
-
},
|
|
12515
|
-
slow: {
|
|
12516
|
-
factor: 1,
|
|
12517
|
-
radius: 0,
|
|
12518
|
-
},
|
|
12519
|
-
},
|
|
12520
|
-
},
|
|
12521
|
-
particles: {
|
|
12522
|
-
paint: {
|
|
12523
|
-
fill: {
|
|
12524
|
-
color: {
|
|
12525
|
-
value: "#FFF",
|
|
12526
|
-
},
|
|
12527
|
-
enable: true,
|
|
12528
|
-
},
|
|
12529
|
-
},
|
|
12530
|
-
collisions: {
|
|
12531
|
-
enable: true,
|
|
12532
|
-
},
|
|
12533
|
-
move: {
|
|
12534
|
-
direction: "top",
|
|
12535
|
-
enable: true,
|
|
12536
|
-
speed: {
|
|
12537
|
-
min: 0.1,
|
|
12538
|
-
max: 1,
|
|
12539
|
-
},
|
|
12540
|
-
},
|
|
12541
|
-
number: {
|
|
12542
|
-
value: 160,
|
|
12543
|
-
},
|
|
12544
|
-
opacity: {
|
|
12545
|
-
animation: {
|
|
12546
|
-
enable: true,
|
|
12547
|
-
speed: 1,
|
|
12548
|
-
sync: false,
|
|
12549
|
-
},
|
|
12550
|
-
value: {
|
|
12551
|
-
min: 0.1,
|
|
12552
|
-
max: 0.5,
|
|
12553
|
-
},
|
|
12554
|
-
},
|
|
12555
|
-
shape: {
|
|
12556
|
-
type: "circle",
|
|
12557
|
-
},
|
|
12558
|
-
size: {
|
|
12559
|
-
value: {
|
|
12560
|
-
min: 1,
|
|
12561
|
-
max: 3,
|
|
12562
|
-
},
|
|
12563
|
-
},
|
|
12564
|
-
},
|
|
12565
|
-
pauseOnBlur: true,
|
|
12566
|
-
background: {
|
|
12567
|
-
color: "#0d47a1",
|
|
12568
|
-
image: "",
|
|
12569
|
-
position: "50% 50%",
|
|
12570
|
-
repeat: "no-repeat",
|
|
12571
|
-
size: "cover",
|
|
12572
|
-
},
|
|
12573
|
-
};
|
|
12574
|
-
|
|
12575
|
-
const options$11 = {
|
|
12576
|
-
key: "reactDefaults",
|
|
12577
|
-
name: "React Defaults",
|
|
12578
|
-
particles: {
|
|
12579
|
-
number: {
|
|
12580
|
-
value: 40,
|
|
12581
|
-
},
|
|
12582
|
-
paint: {
|
|
12583
|
-
fill: {
|
|
12584
|
-
color: {
|
|
12585
|
-
value: "#FFF",
|
|
12586
|
-
},
|
|
12587
|
-
enable: true,
|
|
12588
|
-
},
|
|
12589
|
-
},
|
|
12590
|
-
shape: {
|
|
12591
|
-
type: "circle",
|
|
12592
|
-
},
|
|
12593
|
-
opacity: {
|
|
12594
|
-
value: {
|
|
12595
|
-
min: 0.1,
|
|
12596
|
-
max: 0.5,
|
|
12597
|
-
},
|
|
12598
|
-
animation: {
|
|
12599
|
-
enable: true,
|
|
12600
|
-
speed: 1,
|
|
12601
|
-
sync: false,
|
|
12602
|
-
},
|
|
12603
|
-
},
|
|
12604
|
-
size: {
|
|
12605
|
-
value: 1,
|
|
12606
|
-
},
|
|
12607
|
-
links: {
|
|
12608
|
-
enable: true,
|
|
12609
|
-
distance: 150,
|
|
12610
|
-
color: "#FFF",
|
|
12611
|
-
opacity: 0.6,
|
|
12612
|
-
width: 1,
|
|
12613
|
-
},
|
|
12614
|
-
move: {
|
|
12615
|
-
enable: true,
|
|
12616
|
-
speed: 3,
|
|
12617
|
-
outModes: "bounce",
|
|
12618
|
-
},
|
|
12619
|
-
collisions: {
|
|
12620
|
-
enable: true,
|
|
12621
|
-
},
|
|
12622
|
-
},
|
|
12623
|
-
background: {
|
|
12624
|
-
color: "#0d47a1",
|
|
12625
|
-
},
|
|
12626
|
-
};
|
|
12627
|
-
|
|
12628
|
-
const options$10 = {
|
|
12629
|
-
key: "reactMultipleImages",
|
|
12630
|
-
name: "React Multiple Images",
|
|
12631
|
-
particles: {
|
|
12632
|
-
paint: {
|
|
12633
|
-
fill: {
|
|
12634
|
-
color: {
|
|
12635
|
-
value: "#CCC",
|
|
12636
|
-
},
|
|
12637
|
-
enable: true,
|
|
12638
|
-
},
|
|
12639
|
-
},
|
|
12640
|
-
collisions: {
|
|
12641
|
-
enable: true,
|
|
12642
|
-
},
|
|
12643
|
-
links: {
|
|
12644
|
-
blink: false,
|
|
12645
|
-
color: "#fff",
|
|
12646
|
-
consent: false,
|
|
12647
|
-
distance: 150,
|
|
12648
|
-
enable: false,
|
|
12649
|
-
opacity: 0.6,
|
|
12650
|
-
width: 1,
|
|
12651
|
-
},
|
|
12652
|
-
move: {
|
|
12653
|
-
enable: true,
|
|
12654
|
-
speed: 1,
|
|
12655
|
-
},
|
|
12656
|
-
number: {
|
|
12657
|
-
density: {
|
|
12658
|
-
enable: true,
|
|
12659
|
-
},
|
|
12660
|
-
value: 8,
|
|
12661
|
-
},
|
|
12662
|
-
opacity: {
|
|
12663
|
-
animation: {
|
|
12664
|
-
enable: true,
|
|
12665
|
-
speed: 1,
|
|
12666
|
-
sync: false,
|
|
12667
|
-
},
|
|
12668
|
-
value: {
|
|
12669
|
-
min: 0.1,
|
|
12670
|
-
max: 0.5,
|
|
12671
|
-
},
|
|
12672
|
-
},
|
|
12673
|
-
shape: {
|
|
12674
|
-
options: {
|
|
12675
|
-
image: [
|
|
12676
|
-
{
|
|
12677
|
-
height: 20,
|
|
12678
|
-
replaceColor: true,
|
|
12679
|
-
src: "https://particles.js.org/images/hdr/fruits/cherry.png",
|
|
12680
|
-
width: 23,
|
|
12681
|
-
},
|
|
12682
|
-
{
|
|
12683
|
-
height: 20,
|
|
12684
|
-
replaceColor: true,
|
|
12685
|
-
src: "https://particles.js.org/images/hdr/fruits/grapes.png",
|
|
12686
|
-
width: 20,
|
|
12687
|
-
},
|
|
12688
|
-
{
|
|
12689
|
-
height: 20,
|
|
12690
|
-
replaceColor: true,
|
|
12691
|
-
src: "https://particles.js.org/images/hdr/fruits/lemon.png",
|
|
12692
|
-
width: 20,
|
|
12693
|
-
},
|
|
12694
|
-
],
|
|
12695
|
-
},
|
|
12696
|
-
type: ["image", "circle"],
|
|
12697
|
-
},
|
|
12698
|
-
size: {
|
|
12699
|
-
animation: {
|
|
12700
|
-
enable: true,
|
|
12701
|
-
speed: 4,
|
|
12702
|
-
sync: false,
|
|
12703
|
-
},
|
|
12704
|
-
value: {
|
|
12705
|
-
min: 10,
|
|
12706
|
-
max: 30,
|
|
12707
|
-
},
|
|
12708
|
-
},
|
|
12709
|
-
},
|
|
12710
|
-
pauseOnBlur: true,
|
|
12711
|
-
background: {
|
|
12712
|
-
color: "#0d47a1",
|
|
12713
|
-
image: "",
|
|
12714
|
-
position: "50% 50%",
|
|
12715
|
-
repeat: "no-repeat",
|
|
12716
|
-
size: "cover",
|
|
12717
|
-
},
|
|
12718
|
-
};
|
|
12719
|
-
|
|
12720
|
-
const options$$ = {
|
|
12721
|
-
key: "reactNightSky",
|
|
12722
|
-
name: "React Night Sky",
|
|
12723
|
-
interactivity: {
|
|
12724
|
-
events: {
|
|
12725
|
-
onClick: {
|
|
12726
|
-
enable: true,
|
|
12727
|
-
mode: "push",
|
|
12728
|
-
},
|
|
12729
|
-
},
|
|
12730
|
-
modes: {
|
|
12731
|
-
push: {
|
|
12732
|
-
quantity: 1,
|
|
12733
|
-
},
|
|
12734
|
-
},
|
|
12735
|
-
},
|
|
12736
|
-
particles: {
|
|
12737
|
-
paint: {
|
|
12738
|
-
fill: {
|
|
12739
|
-
color: {
|
|
12740
|
-
value: "#FFF",
|
|
12741
|
-
},
|
|
12742
|
-
enable: true,
|
|
12743
|
-
},
|
|
12744
|
-
},
|
|
12745
|
-
links: {
|
|
12746
|
-
blink: false,
|
|
12747
|
-
color: {
|
|
12748
|
-
value: "#fff",
|
|
12749
|
-
},
|
|
12750
|
-
consent: false,
|
|
12751
|
-
distance: 150,
|
|
12752
|
-
enable: true,
|
|
12753
|
-
opacity: 0.02,
|
|
12754
|
-
width: 1,
|
|
12755
|
-
},
|
|
12756
|
-
move: {
|
|
12757
|
-
direction: "right",
|
|
12758
|
-
enable: true,
|
|
12759
|
-
outModes: "bounce",
|
|
12760
|
-
speed: 0.05,
|
|
12761
|
-
},
|
|
12762
|
-
collisions: {
|
|
12763
|
-
enable: true,
|
|
12764
|
-
},
|
|
12765
|
-
number: {
|
|
12766
|
-
density: {
|
|
12767
|
-
enable: true,
|
|
12768
|
-
},
|
|
12769
|
-
value: 60,
|
|
12770
|
-
},
|
|
12771
|
-
opacity: {
|
|
12772
|
-
animation: {
|
|
12773
|
-
enable: true,
|
|
12774
|
-
speed: 1,
|
|
12775
|
-
sync: false,
|
|
12776
|
-
},
|
|
12777
|
-
value: {
|
|
12778
|
-
min: 0.05,
|
|
12779
|
-
max: 0.5,
|
|
12780
|
-
},
|
|
12781
|
-
},
|
|
12782
|
-
shape: {
|
|
12783
|
-
type: "circle",
|
|
12784
|
-
},
|
|
12785
|
-
size: {
|
|
12786
|
-
value: 1,
|
|
12787
|
-
},
|
|
12788
|
-
},
|
|
12789
|
-
pauseOnBlur: true,
|
|
12790
|
-
background: {
|
|
12791
|
-
color: "#0d47a1",
|
|
12792
|
-
image: "",
|
|
12793
|
-
position: "50% 50%",
|
|
12794
|
-
repeat: "no-repeat",
|
|
12795
|
-
size: "cover",
|
|
12796
|
-
},
|
|
12797
|
-
};
|
|
12798
|
-
|
|
12799
|
-
const options$_ = {
|
|
12800
|
-
key: "reactPolygonMask",
|
|
12801
|
-
name: "React Polygon Mask",
|
|
12802
|
-
interactivity: {
|
|
12803
|
-
events: {
|
|
12804
|
-
onHover: {
|
|
12805
|
-
enable: true,
|
|
12806
|
-
mode: "bubble",
|
|
12807
|
-
},
|
|
12808
|
-
},
|
|
12809
|
-
modes: {
|
|
12810
|
-
bubble: {
|
|
12811
|
-
distance: 40,
|
|
12812
|
-
duration: 0.4,
|
|
12813
|
-
opacity: 1,
|
|
12814
|
-
size: 6,
|
|
12815
|
-
},
|
|
12816
|
-
},
|
|
12817
|
-
},
|
|
12818
|
-
particles: {
|
|
12819
|
-
paint: {
|
|
12820
|
-
fill: {
|
|
12821
|
-
color: {
|
|
12822
|
-
value: "#FFF",
|
|
12823
|
-
},
|
|
12824
|
-
enable: true,
|
|
12825
|
-
},
|
|
12826
|
-
},
|
|
12827
|
-
links: {
|
|
12828
|
-
blink: false,
|
|
12829
|
-
color: {
|
|
12830
|
-
value: "#fff",
|
|
12831
|
-
},
|
|
12832
|
-
consent: false,
|
|
12833
|
-
distance: 30,
|
|
12834
|
-
enable: true,
|
|
12835
|
-
opacity: 0.4,
|
|
12836
|
-
width: 1,
|
|
12837
|
-
},
|
|
12838
|
-
move: {
|
|
12839
|
-
enable: true,
|
|
12840
|
-
outModes: "bounce",
|
|
12841
|
-
speed: 1,
|
|
12842
|
-
},
|
|
12843
|
-
number: {
|
|
12844
|
-
value: 200,
|
|
12845
|
-
},
|
|
12846
|
-
opacity: {
|
|
12847
|
-
animation: {
|
|
12848
|
-
enable: true,
|
|
12849
|
-
speed: 2,
|
|
12850
|
-
sync: false,
|
|
12851
|
-
},
|
|
12852
|
-
value: {
|
|
12853
|
-
min: 0.05,
|
|
12854
|
-
max: 0.4,
|
|
12855
|
-
},
|
|
12856
|
-
},
|
|
12857
|
-
shape: {
|
|
12858
|
-
type: "circle",
|
|
12859
|
-
},
|
|
12860
|
-
size: {
|
|
12861
|
-
value: 1,
|
|
12862
|
-
},
|
|
12863
|
-
},
|
|
12864
|
-
polygon: {
|
|
12865
|
-
draw: {
|
|
12866
|
-
enable: true,
|
|
12867
|
-
stroke: {
|
|
12868
|
-
color: "rgba(255, 255, 255, .2)",
|
|
12869
|
-
width: 0.5,
|
|
12870
|
-
opacity: 0.2,
|
|
12871
|
-
},
|
|
12872
|
-
},
|
|
12873
|
-
enable: true,
|
|
12874
|
-
inline: {
|
|
12875
|
-
arrangement: "equidistant",
|
|
12876
|
-
},
|
|
12877
|
-
move: {
|
|
12878
|
-
radius: 10,
|
|
12879
|
-
type: "path",
|
|
12880
|
-
},
|
|
12881
|
-
scale: 0.5,
|
|
12882
|
-
type: "inline",
|
|
12883
|
-
url: "https://particles.js.org/images/hdr/smalldeer.svg",
|
|
12884
|
-
},
|
|
12885
|
-
pauseOnBlur: true,
|
|
12886
|
-
background: {
|
|
12887
|
-
color: "#0d47a1",
|
|
12888
|
-
image: "",
|
|
12889
|
-
position: "50% 50%",
|
|
12890
|
-
repeat: "no-repeat",
|
|
12891
|
-
size: "cover",
|
|
12892
|
-
},
|
|
12893
|
-
};
|
|
12894
|
-
|
|
12895
|
-
const options$Z = {
|
|
12896
|
-
key: "reactSimple",
|
|
12897
|
-
name: "React Simple",
|
|
12898
|
-
interactivity: {
|
|
12899
|
-
events: {
|
|
12900
|
-
onHover: {
|
|
12901
|
-
enable: true,
|
|
12902
|
-
mode: "repulse",
|
|
12903
|
-
},
|
|
12904
|
-
},
|
|
12905
|
-
modes: {
|
|
12906
|
-
repulse: {
|
|
12907
|
-
distance: 100,
|
|
12908
|
-
duration: 5,
|
|
12909
|
-
},
|
|
12910
|
-
},
|
|
12911
|
-
},
|
|
12912
|
-
particles: {
|
|
12913
|
-
paint: {
|
|
12914
|
-
fill: {
|
|
12915
|
-
color: {
|
|
12916
|
-
value: "#FFF",
|
|
12917
|
-
},
|
|
12918
|
-
enable: true,
|
|
12919
|
-
},
|
|
12920
|
-
stroke: {
|
|
12921
|
-
color: {
|
|
12922
|
-
value: "#ff0000",
|
|
12923
|
-
},
|
|
12924
|
-
width: 0,
|
|
12925
|
-
opacity: 1,
|
|
12926
|
-
},
|
|
12927
|
-
},
|
|
12928
|
-
links: {
|
|
12929
|
-
blink: false,
|
|
12930
|
-
color: {
|
|
12931
|
-
value: "#fff",
|
|
12932
|
-
},
|
|
12933
|
-
consent: false,
|
|
12934
|
-
distance: 150,
|
|
12935
|
-
enable: true,
|
|
12936
|
-
opacity: 0.6,
|
|
12937
|
-
width: 1,
|
|
12938
|
-
},
|
|
12939
|
-
move: {
|
|
12940
|
-
enable: true,
|
|
12941
|
-
outModes: "bounce",
|
|
12942
|
-
speed: 3,
|
|
12943
|
-
},
|
|
12944
|
-
collisions: {
|
|
12945
|
-
enable: true,
|
|
12946
|
-
},
|
|
12947
|
-
number: {
|
|
12948
|
-
value: 50,
|
|
12949
|
-
},
|
|
12950
|
-
opacity: {
|
|
12951
|
-
animation: {
|
|
12952
|
-
enable: true,
|
|
12953
|
-
speed: 1,
|
|
12954
|
-
sync: false,
|
|
12955
|
-
},
|
|
12956
|
-
value: {
|
|
12957
|
-
min: 0.1,
|
|
12958
|
-
max: 0.5,
|
|
12959
|
-
},
|
|
12960
|
-
},
|
|
12961
|
-
shape: {
|
|
12962
|
-
type: "circle",
|
|
12963
|
-
},
|
|
12964
|
-
size: {
|
|
12965
|
-
value: 3,
|
|
12966
|
-
},
|
|
12967
|
-
},
|
|
12968
|
-
backgroundMask: {
|
|
12969
|
-
cover: {
|
|
12970
|
-
color: "#fff",
|
|
12971
|
-
opacity: 1,
|
|
12972
|
-
},
|
|
12973
|
-
enable: false,
|
|
12974
|
-
},
|
|
12975
|
-
pauseOnBlur: true,
|
|
12976
|
-
background: {
|
|
12977
|
-
color: "#0d47a1",
|
|
12978
|
-
image: "",
|
|
12979
|
-
position: "50% 50%",
|
|
12980
|
-
repeat: "no-repeat",
|
|
12981
|
-
size: "cover",
|
|
12982
|
-
},
|
|
12983
|
-
};
|
|
12984
|
-
|
|
12985
|
-
const options$Y = {
|
|
12986
|
-
key: "reactSnow",
|
|
12987
|
-
name: "React Snow",
|
|
12988
|
-
interactivity: {
|
|
12989
|
-
events: {
|
|
12990
|
-
onClick: {
|
|
12991
|
-
enable: true,
|
|
12992
|
-
mode: "remove",
|
|
12993
|
-
},
|
|
12994
|
-
},
|
|
12995
|
-
modes: {
|
|
12996
|
-
bubble: {
|
|
12997
|
-
distance: 200,
|
|
12998
|
-
duration: 0.4,
|
|
12999
|
-
opacity: 1,
|
|
13000
|
-
size: 80,
|
|
13001
|
-
},
|
|
13002
|
-
connect: {
|
|
13003
|
-
distance: 80,
|
|
13004
|
-
links: {
|
|
13005
|
-
opacity: 0.5,
|
|
13006
|
-
},
|
|
13007
|
-
radius: 60,
|
|
13008
|
-
},
|
|
13009
|
-
grab: {
|
|
13010
|
-
distance: 180,
|
|
13011
|
-
links: {
|
|
13012
|
-
opacity: 0.35,
|
|
13013
|
-
},
|
|
13014
|
-
},
|
|
13015
|
-
push: {
|
|
13016
|
-
quantity: 4,
|
|
13017
|
-
},
|
|
13018
|
-
remove: {
|
|
13019
|
-
quantity: 10,
|
|
13020
|
-
},
|
|
13021
|
-
repulse: {
|
|
13022
|
-
distance: 100,
|
|
13023
|
-
duration: 5,
|
|
13024
|
-
},
|
|
13025
|
-
slow: {
|
|
13026
|
-
factor: 1,
|
|
13027
|
-
radius: 0,
|
|
12655
|
+
},
|
|
12656
|
+
},
|
|
12657
|
+
},
|
|
12658
|
+
},
|
|
13028
12659
|
},
|
|
12660
|
+
type: "random",
|
|
12661
|
+
},
|
|
12662
|
+
size: {
|
|
12663
|
+
value: 16,
|
|
13029
12664
|
},
|
|
13030
12665
|
},
|
|
13031
|
-
|
|
13032
|
-
|
|
13033
|
-
|
|
13034
|
-
|
|
13035
|
-
|
|
13036
|
-
|
|
13037
|
-
|
|
13038
|
-
|
|
12666
|
+
background: {
|
|
12667
|
+
color: "#fff",
|
|
12668
|
+
},
|
|
12669
|
+
preload: [
|
|
12670
|
+
{
|
|
12671
|
+
src: "https://particles.js.org/images/hdr/fruits/apple.png",
|
|
12672
|
+
name: "apple",
|
|
12673
|
+
width: 32,
|
|
12674
|
+
height: 32,
|
|
13039
12675
|
},
|
|
13040
|
-
|
|
13041
|
-
|
|
13042
|
-
|
|
13043
|
-
|
|
13044
|
-
|
|
13045
|
-
consent: false,
|
|
13046
|
-
distance: 150,
|
|
13047
|
-
enable: false,
|
|
13048
|
-
opacity: 0.6,
|
|
13049
|
-
width: 1,
|
|
12676
|
+
{
|
|
12677
|
+
src: "https://particles.js.org/images/hdr/fruits/avocado.png",
|
|
12678
|
+
name: "avocado",
|
|
12679
|
+
width: 32,
|
|
12680
|
+
height: 32,
|
|
13050
12681
|
},
|
|
13051
|
-
|
|
13052
|
-
|
|
13053
|
-
|
|
13054
|
-
|
|
12682
|
+
{
|
|
12683
|
+
src: "https://particles.js.org/images/hdr/fruits/banana.png",
|
|
12684
|
+
name: "banana",
|
|
12685
|
+
width: 32,
|
|
12686
|
+
height: 32,
|
|
13055
12687
|
},
|
|
13056
|
-
|
|
13057
|
-
|
|
12688
|
+
{
|
|
12689
|
+
src: "https://particles.js.org/images/hdr/fruits/berries.png",
|
|
12690
|
+
name: "berries",
|
|
12691
|
+
width: 32,
|
|
12692
|
+
height: 32,
|
|
13058
12693
|
},
|
|
13059
|
-
|
|
13060
|
-
|
|
12694
|
+
{
|
|
12695
|
+
src: "https://particles.js.org/images/hdr/fruits/cherry.png",
|
|
12696
|
+
name: "cherry",
|
|
12697
|
+
width: 32,
|
|
12698
|
+
height: 32,
|
|
13061
12699
|
},
|
|
13062
|
-
|
|
13063
|
-
|
|
13064
|
-
|
|
13065
|
-
|
|
13066
|
-
|
|
13067
|
-
},
|
|
13068
|
-
value: {
|
|
13069
|
-
min: 0.1,
|
|
13070
|
-
max: 0.5,
|
|
13071
|
-
},
|
|
12700
|
+
{
|
|
12701
|
+
src: "https://particles.js.org/images/hdr/fruits/grapes.png",
|
|
12702
|
+
name: "grapes",
|
|
12703
|
+
width: 32,
|
|
12704
|
+
height: 32,
|
|
13072
12705
|
},
|
|
13073
|
-
|
|
13074
|
-
|
|
12706
|
+
{
|
|
12707
|
+
src: "https://particles.js.org/images/hdr/fruits/lemon.png",
|
|
12708
|
+
name: "lemon",
|
|
12709
|
+
width: 32,
|
|
12710
|
+
height: 32,
|
|
13075
12711
|
},
|
|
13076
|
-
|
|
13077
|
-
|
|
13078
|
-
|
|
13079
|
-
|
|
13080
|
-
|
|
12712
|
+
{
|
|
12713
|
+
src: "https://particles.js.org/images/hdr/fruits/orange.png",
|
|
12714
|
+
name: "orange",
|
|
12715
|
+
width: 32,
|
|
12716
|
+
height: 32,
|
|
13081
12717
|
},
|
|
13082
|
-
|
|
13083
|
-
|
|
13084
|
-
|
|
13085
|
-
|
|
13086
|
-
|
|
13087
|
-
|
|
13088
|
-
|
|
13089
|
-
|
|
13090
|
-
|
|
12718
|
+
{
|
|
12719
|
+
src: "https://particles.js.org/images/hdr/fruits/peach.png",
|
|
12720
|
+
name: "peach",
|
|
12721
|
+
width: 32,
|
|
12722
|
+
height: 32,
|
|
12723
|
+
},
|
|
12724
|
+
{
|
|
12725
|
+
src: "https://particles.js.org/images/hdr/fruits/pear.png",
|
|
12726
|
+
name: "pear",
|
|
12727
|
+
width: 32,
|
|
12728
|
+
height: 32,
|
|
12729
|
+
},
|
|
12730
|
+
{
|
|
12731
|
+
src: "https://particles.js.org/images/hdr/fruits/pepper.png",
|
|
12732
|
+
name: "pepper",
|
|
12733
|
+
width: 32,
|
|
12734
|
+
height: 32,
|
|
12735
|
+
},
|
|
12736
|
+
{
|
|
12737
|
+
src: "https://particles.js.org/images/hdr/fruits/plum.png",
|
|
12738
|
+
name: "plum",
|
|
12739
|
+
width: 32,
|
|
12740
|
+
height: 32,
|
|
12741
|
+
},
|
|
12742
|
+
{
|
|
12743
|
+
src: "https://particles.js.org/images/hdr/fruits/star.png",
|
|
12744
|
+
name: "star",
|
|
12745
|
+
width: 32,
|
|
12746
|
+
height: 32,
|
|
12747
|
+
},
|
|
12748
|
+
{
|
|
12749
|
+
src: "https://particles.js.org/images/hdr/fruits/strawberry.png",
|
|
12750
|
+
name: "strawberry",
|
|
12751
|
+
width: 32,
|
|
12752
|
+
height: 32,
|
|
12753
|
+
},
|
|
12754
|
+
{
|
|
12755
|
+
src: "https://particles.js.org/images/hdr/fruits/watermelon.png",
|
|
12756
|
+
name: "watermelon",
|
|
12757
|
+
width: 32,
|
|
12758
|
+
height: 32,
|
|
12759
|
+
},
|
|
12760
|
+
{
|
|
12761
|
+
src: "https://particles.js.org/images/hdr/fruits/watermelon_slice.png",
|
|
12762
|
+
name: "watermelon_slice",
|
|
12763
|
+
width: 32,
|
|
12764
|
+
height: 32,
|
|
12765
|
+
},
|
|
12766
|
+
],
|
|
13091
12767
|
};
|
|
13092
12768
|
|
|
13093
|
-
const options$
|
|
12769
|
+
const options$Y = {
|
|
13094
12770
|
key: "reduceDuplicates",
|
|
13095
12771
|
name: "Reduce Duplicates",
|
|
13096
12772
|
particles: {
|
|
@@ -13223,7 +12899,7 @@
|
|
|
13223
12899
|
},
|
|
13224
12900
|
};
|
|
13225
12901
|
|
|
13226
|
-
const options$
|
|
12902
|
+
const options$X = {
|
|
13227
12903
|
key: "repulse",
|
|
13228
12904
|
name: "Repulse",
|
|
13229
12905
|
particles: {
|
|
@@ -13336,7 +13012,7 @@
|
|
|
13336
13012
|
},
|
|
13337
13013
|
};
|
|
13338
13014
|
|
|
13339
|
-
const options$
|
|
13015
|
+
const options$W = {
|
|
13340
13016
|
key: "repulseBack",
|
|
13341
13017
|
name: "Repulse Back",
|
|
13342
13018
|
particles: {
|
|
@@ -13392,7 +13068,7 @@
|
|
|
13392
13068
|
},
|
|
13393
13069
|
};
|
|
13394
13070
|
|
|
13395
|
-
const options$
|
|
13071
|
+
const options$V = {
|
|
13396
13072
|
key: "repulseBounce",
|
|
13397
13073
|
name: "Repulse Bounce",
|
|
13398
13074
|
particles: {
|
|
@@ -13448,7 +13124,7 @@
|
|
|
13448
13124
|
},
|
|
13449
13125
|
};
|
|
13450
13126
|
|
|
13451
|
-
const options$
|
|
13127
|
+
const options$U = {
|
|
13452
13128
|
key: "repulseCirc",
|
|
13453
13129
|
name: "Repulse Circ",
|
|
13454
13130
|
particles: {
|
|
@@ -13504,7 +13180,7 @@
|
|
|
13504
13180
|
},
|
|
13505
13181
|
};
|
|
13506
13182
|
|
|
13507
|
-
const options$
|
|
13183
|
+
const options$T = {
|
|
13508
13184
|
key: "repulseCubic",
|
|
13509
13185
|
name: "Repulse Cubic",
|
|
13510
13186
|
particles: {
|
|
@@ -13560,7 +13236,7 @@
|
|
|
13560
13236
|
},
|
|
13561
13237
|
};
|
|
13562
13238
|
|
|
13563
|
-
const options$
|
|
13239
|
+
const options$S = {
|
|
13564
13240
|
key: "repulseElastic",
|
|
13565
13241
|
name: "Repulse Elastic",
|
|
13566
13242
|
particles: {
|
|
@@ -13616,7 +13292,7 @@
|
|
|
13616
13292
|
},
|
|
13617
13293
|
};
|
|
13618
13294
|
|
|
13619
|
-
const options$
|
|
13295
|
+
const options$R = {
|
|
13620
13296
|
key: "repulseExpo",
|
|
13621
13297
|
name: "Repulse Expo",
|
|
13622
13298
|
particles: {
|
|
@@ -13672,7 +13348,7 @@
|
|
|
13672
13348
|
},
|
|
13673
13349
|
};
|
|
13674
13350
|
|
|
13675
|
-
const options$
|
|
13351
|
+
const options$Q = {
|
|
13676
13352
|
key: "repulseGaussian",
|
|
13677
13353
|
name: "Repulse Gaussian",
|
|
13678
13354
|
particles: {
|
|
@@ -13728,7 +13404,7 @@
|
|
|
13728
13404
|
},
|
|
13729
13405
|
};
|
|
13730
13406
|
|
|
13731
|
-
const options$
|
|
13407
|
+
const options$P = {
|
|
13732
13408
|
key: "repulseExpo",
|
|
13733
13409
|
name: "Repulse Quart",
|
|
13734
13410
|
particles: {
|
|
@@ -13784,7 +13460,7 @@
|
|
|
13784
13460
|
},
|
|
13785
13461
|
};
|
|
13786
13462
|
|
|
13787
|
-
const options$
|
|
13463
|
+
const options$O = {
|
|
13788
13464
|
key: "repulseQuint",
|
|
13789
13465
|
name: "Repulse Quint",
|
|
13790
13466
|
particles: {
|
|
@@ -13840,7 +13516,7 @@
|
|
|
13840
13516
|
},
|
|
13841
13517
|
};
|
|
13842
13518
|
|
|
13843
|
-
const options$
|
|
13519
|
+
const options$N = {
|
|
13844
13520
|
key: "repulseSigmoid",
|
|
13845
13521
|
name: "Repulse Sigmoid",
|
|
13846
13522
|
particles: {
|
|
@@ -13896,7 +13572,7 @@
|
|
|
13896
13572
|
},
|
|
13897
13573
|
};
|
|
13898
13574
|
|
|
13899
|
-
const options$
|
|
13575
|
+
const options$M = {
|
|
13900
13576
|
key: "repulseSine",
|
|
13901
13577
|
name: "Repulse Sine",
|
|
13902
13578
|
particles: {
|
|
@@ -13952,7 +13628,7 @@
|
|
|
13952
13628
|
},
|
|
13953
13629
|
};
|
|
13954
13630
|
|
|
13955
|
-
const options$
|
|
13631
|
+
const options$L = {
|
|
13956
13632
|
key: "repulseSmoothstep",
|
|
13957
13633
|
name: "Repulse Smoothstep",
|
|
13958
13634
|
particles: {
|
|
@@ -14008,7 +13684,7 @@
|
|
|
14008
13684
|
},
|
|
14009
13685
|
};
|
|
14010
13686
|
|
|
14011
|
-
const options$
|
|
13687
|
+
const options$K = {
|
|
14012
13688
|
key: "responsive",
|
|
14013
13689
|
name: "Responsive",
|
|
14014
13690
|
particles: {
|
|
@@ -14128,7 +13804,7 @@
|
|
|
14128
13804
|
},
|
|
14129
13805
|
};
|
|
14130
13806
|
|
|
14131
|
-
const options$
|
|
13807
|
+
const options$J = {
|
|
14132
13808
|
key: "ring",
|
|
14133
13809
|
name: "Ring",
|
|
14134
13810
|
particles: {
|
|
@@ -14204,34 +13880,27 @@
|
|
|
14204
13880
|
};
|
|
14205
13881
|
|
|
14206
13882
|
var r = {
|
|
14207
|
-
random: options$
|
|
14208
|
-
randomShapes: options$
|
|
14209
|
-
|
|
14210
|
-
|
|
14211
|
-
|
|
14212
|
-
|
|
14213
|
-
|
|
14214
|
-
|
|
14215
|
-
|
|
14216
|
-
|
|
14217
|
-
|
|
14218
|
-
|
|
14219
|
-
|
|
14220
|
-
|
|
14221
|
-
|
|
14222
|
-
|
|
14223
|
-
|
|
14224
|
-
|
|
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,
|
|
13883
|
+
random: options$_,
|
|
13884
|
+
randomShapes: options$Z,
|
|
13885
|
+
reduceDuplicates: options$Y,
|
|
13886
|
+
repulse: options$X,
|
|
13887
|
+
repulseBack: options$W,
|
|
13888
|
+
repulseBounce: options$V,
|
|
13889
|
+
repulseCirc: options$U,
|
|
13890
|
+
repulseCubic: options$T,
|
|
13891
|
+
repulseElastic: options$S,
|
|
13892
|
+
repulseExpo: options$R,
|
|
13893
|
+
repulseGaussian: options$Q,
|
|
13894
|
+
repulseQuart: options$P,
|
|
13895
|
+
repulseQuint: options$O,
|
|
13896
|
+
repulseSigmoid: options$N,
|
|
13897
|
+
repulseSine: options$M,
|
|
13898
|
+
repulseSmoothstep: options$L,
|
|
13899
|
+
responsive: options$K,
|
|
13900
|
+
ring: options$J,
|
|
14232
13901
|
};
|
|
14233
13902
|
|
|
14234
|
-
const options$
|
|
13903
|
+
const options$I = {
|
|
14235
13904
|
key: "seaAnemone",
|
|
14236
13905
|
name: "Sea Anemone",
|
|
14237
13906
|
particles: {
|
|
@@ -14320,7 +13989,7 @@
|
|
|
14320
13989
|
},
|
|
14321
13990
|
};
|
|
14322
13991
|
|
|
14323
|
-
const options$
|
|
13992
|
+
const options$H = {
|
|
14324
13993
|
key: "shadow",
|
|
14325
13994
|
name: "Shadow",
|
|
14326
13995
|
smooth: true,
|
|
@@ -14420,7 +14089,7 @@
|
|
|
14420
14089
|
},
|
|
14421
14090
|
};
|
|
14422
14091
|
|
|
14423
|
-
const options$
|
|
14092
|
+
const options$G = {
|
|
14424
14093
|
key: "shapeArrow",
|
|
14425
14094
|
name: "Shape Arrow",
|
|
14426
14095
|
particles: {
|
|
@@ -14480,7 +14149,7 @@
|
|
|
14480
14149
|
},
|
|
14481
14150
|
};
|
|
14482
14151
|
|
|
14483
|
-
const options$
|
|
14152
|
+
const options$F = {
|
|
14484
14153
|
key: "shapeCog",
|
|
14485
14154
|
name: "Shape Cog",
|
|
14486
14155
|
particles: {
|
|
@@ -14581,7 +14250,7 @@
|
|
|
14581
14250
|
const emitterRate$1 = {
|
|
14582
14251
|
delay: 0.2,
|
|
14583
14252
|
quantity: 1,
|
|
14584
|
-
}, options$
|
|
14253
|
+
}, options$E = {
|
|
14585
14254
|
key: "shapeEmoji",
|
|
14586
14255
|
name: "Shape Emoji",
|
|
14587
14256
|
particles: {
|
|
@@ -14765,7 +14434,7 @@
|
|
|
14765
14434
|
const emitterRate = {
|
|
14766
14435
|
delay: 0.2,
|
|
14767
14436
|
quantity: 1,
|
|
14768
|
-
}, options$
|
|
14437
|
+
}, options$D = {
|
|
14769
14438
|
key: "shapeEmojiPadding",
|
|
14770
14439
|
name: "Shape Emoji Padding",
|
|
14771
14440
|
particles: {
|
|
@@ -14877,7 +14546,7 @@
|
|
|
14877
14546
|
],
|
|
14878
14547
|
};
|
|
14879
14548
|
|
|
14880
|
-
const options$
|
|
14549
|
+
const options$C = {
|
|
14881
14550
|
key: "shapeHeart",
|
|
14882
14551
|
name: "Shape Heart",
|
|
14883
14552
|
particles: {
|
|
@@ -14964,7 +14633,7 @@
|
|
|
14964
14633
|
},
|
|
14965
14634
|
};
|
|
14966
14635
|
|
|
14967
|
-
const options$
|
|
14636
|
+
const options$B = {
|
|
14968
14637
|
key: "shapeInfinity",
|
|
14969
14638
|
name: "Shape Infinity",
|
|
14970
14639
|
particles: {
|
|
@@ -15054,7 +14723,7 @@
|
|
|
15054
14723
|
},
|
|
15055
14724
|
};
|
|
15056
14725
|
|
|
15057
|
-
const options$
|
|
14726
|
+
const options$A = {
|
|
15058
14727
|
key: "shapeMultilineText",
|
|
15059
14728
|
name: "Shape Multiline Text",
|
|
15060
14729
|
particles: {
|
|
@@ -15107,7 +14776,7 @@
|
|
|
15107
14776
|
},
|
|
15108
14777
|
};
|
|
15109
14778
|
|
|
15110
|
-
const options$
|
|
14779
|
+
const options$z = {
|
|
15111
14780
|
key: "shapeOptions",
|
|
15112
14781
|
name: "Shape Options",
|
|
15113
14782
|
particles: {
|
|
@@ -15171,7 +14840,7 @@
|
|
|
15171
14840
|
},
|
|
15172
14841
|
};
|
|
15173
14842
|
|
|
15174
|
-
const options$
|
|
14843
|
+
const options$y = {
|
|
15175
14844
|
key: "shapePath",
|
|
15176
14845
|
name: "Shape Path",
|
|
15177
14846
|
particles: {
|
|
@@ -15343,6 +15012,79 @@
|
|
|
15343
15012
|
},
|
|
15344
15013
|
};
|
|
15345
15014
|
|
|
15015
|
+
const options$x = {
|
|
15016
|
+
key: "shapeRibbon",
|
|
15017
|
+
name: "Shape Ribbon",
|
|
15018
|
+
particles: {
|
|
15019
|
+
number: {
|
|
15020
|
+
value: 18,
|
|
15021
|
+
density: {
|
|
15022
|
+
enable: false,
|
|
15023
|
+
},
|
|
15024
|
+
},
|
|
15025
|
+
paint: {
|
|
15026
|
+
fill: {
|
|
15027
|
+
color: {
|
|
15028
|
+
value: "#ff0000",
|
|
15029
|
+
animation: {
|
|
15030
|
+
enable: true,
|
|
15031
|
+
speed: 8,
|
|
15032
|
+
sync: true,
|
|
15033
|
+
},
|
|
15034
|
+
},
|
|
15035
|
+
enable: true,
|
|
15036
|
+
},
|
|
15037
|
+
stroke: {
|
|
15038
|
+
color: {
|
|
15039
|
+
value: "#ffffff",
|
|
15040
|
+
animation: {
|
|
15041
|
+
enable: true,
|
|
15042
|
+
speed: 8,
|
|
15043
|
+
sync: true,
|
|
15044
|
+
},
|
|
15045
|
+
},
|
|
15046
|
+
width: 1,
|
|
15047
|
+
},
|
|
15048
|
+
},
|
|
15049
|
+
shape: {
|
|
15050
|
+
type: "ribbon",
|
|
15051
|
+
options: {
|
|
15052
|
+
ribbon: {
|
|
15053
|
+
angle: 45,
|
|
15054
|
+
darken: {
|
|
15055
|
+
enable: true,
|
|
15056
|
+
value: 30,
|
|
15057
|
+
},
|
|
15058
|
+
count: 50,
|
|
15059
|
+
drag: 0.05,
|
|
15060
|
+
mass: 1,
|
|
15061
|
+
oscillationDistance: 40,
|
|
15062
|
+
oscillationSpeed: 3,
|
|
15063
|
+
particleDist: 8,
|
|
15064
|
+
velocityInherit: 5,
|
|
15065
|
+
},
|
|
15066
|
+
},
|
|
15067
|
+
},
|
|
15068
|
+
opacity: {
|
|
15069
|
+
value: 1,
|
|
15070
|
+
},
|
|
15071
|
+
size: {
|
|
15072
|
+
value: 8,
|
|
15073
|
+
},
|
|
15074
|
+
links: {
|
|
15075
|
+
enable: false,
|
|
15076
|
+
},
|
|
15077
|
+
move: {
|
|
15078
|
+
enable: true,
|
|
15079
|
+
direction: "none",
|
|
15080
|
+
speed: 2,
|
|
15081
|
+
},
|
|
15082
|
+
},
|
|
15083
|
+
background: {
|
|
15084
|
+
color: "#000000",
|
|
15085
|
+
},
|
|
15086
|
+
};
|
|
15087
|
+
|
|
15346
15088
|
const options$w = {
|
|
15347
15089
|
key: "shapeRoundedPolygon",
|
|
15348
15090
|
name: "Shape Rounded Polygon",
|
|
@@ -17150,17 +16892,18 @@
|
|
|
17150
16892
|
};
|
|
17151
16893
|
|
|
17152
16894
|
var s = {
|
|
17153
|
-
seaAnemone: options$
|
|
17154
|
-
shadow: options$
|
|
17155
|
-
shapeArrow: options$
|
|
17156
|
-
shapeCog: options$
|
|
17157
|
-
shapeEmoji: options$
|
|
17158
|
-
shapeEmojiPadding: options$
|
|
17159
|
-
shapeHeart: options$
|
|
17160
|
-
shapeInfinity: options$
|
|
17161
|
-
shapeMultilineText: options$
|
|
17162
|
-
shapeOptions: options$
|
|
17163
|
-
shapePath: options$
|
|
16895
|
+
seaAnemone: options$I,
|
|
16896
|
+
shadow: options$H,
|
|
16897
|
+
shapeArrow: options$G,
|
|
16898
|
+
shapeCog: options$F,
|
|
16899
|
+
shapeEmoji: options$E,
|
|
16900
|
+
shapeEmojiPadding: options$D,
|
|
16901
|
+
shapeHeart: options$C,
|
|
16902
|
+
shapeInfinity: options$B,
|
|
16903
|
+
shapeMultilineText: options$A,
|
|
16904
|
+
shapeOptions: options$z,
|
|
16905
|
+
shapePath: options$y,
|
|
16906
|
+
shapeRibbon: options$x,
|
|
17164
16907
|
shapeRoundedPolygon: options$w,
|
|
17165
16908
|
shapeRoundedRect: options$v,
|
|
17166
16909
|
shapeSpiral: options$u,
|