@tsparticles/configs 4.0.0-alpha.26 → 4.0.0-alpha.28
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/a/absorbers.js +5 -2
- package/browser/a/amongUs.js +9 -6
- package/browser/b/backgroundMask.js +5 -2
- package/browser/b/backgroundMaskImage.js +5 -2
- package/browser/b/basic.js +9 -6
- package/browser/b/big.js +42 -39
- package/browser/b/bigBlend.js +42 -39
- package/browser/b/bigBlendCombo.js +42 -39
- package/browser/b/bigBlendParticle.js +42 -39
- package/browser/b/blackHole.js +5 -2
- package/browser/b/bubble.js +5 -2
- package/browser/c/cardSuits.js +20 -8
- package/browser/c/cards.js +6 -3
- package/browser/c/cardsRolling.js +6 -3
- package/browser/c/chars.js +19 -28
- package/browser/c/clickConfetti.js +28 -21
- package/browser/c/clickPause.js +5 -2
- package/browser/c/collisionsAbsorb.js +4 -2
- package/browser/c/collisionsBounce.js +5 -2
- package/browser/c/collisionsDestroy.js +5 -2
- package/browser/c/colorAnimation.js +20 -17
- package/browser/c/connect.js +6 -3
- package/browser/c/curlNoise.js +9 -6
- package/browser/d/dataImages.js +0 -3
- package/browser/d/delay.js +9 -6
- package/browser/d/delayColor.js +12 -9
- package/browser/d/delayOpacity.js +5 -2
- package/browser/d/delaySize.js +5 -2
- package/browser/d/delayStrokeColor.js +2 -2
- package/browser/d/destroy.js +5 -2
- package/browser/d/disappearing.js +5 -2
- package/browser/d/divEvents.js +5 -2
- package/browser/e/effectBubble.js +9 -6
- package/browser/e/effectParticles.js +14 -8
- package/browser/e/effectTrail.js +9 -6
- package/browser/e/effectTrailTransform.js +9 -6
- package/browser/e/emitter.js +25 -10
- package/browser/e/emitterAbsorber.js +10 -4
- package/browser/e/emitterAngled.js +6 -3
- package/browser/e/emitterImageShape.js +22 -19
- package/browser/e/emitterPaths.js +5 -2
- package/browser/e/emitterShapes.js +5 -2
- package/browser/e/emitterSpawnColor.js +94 -49
- package/browser/e/emitterTextShape.js +22 -19
- package/browser/e/emitterTextStrokeShape.js +22 -19
- package/browser/f/fallingConfetti.js +45 -42
- package/browser/f/fireworks.js +42 -39
- package/browser/f/fireworks2.js +47 -41
- package/browser/f/fireworksMask.js +9 -4
- package/browser/f/fontawesome.js +6 -5
- package/browser/f/forward.js +9 -10
- package/browser/g/gifs.js +0 -3
- package/browser/g/grabRandomColor.js +9 -6
- package/browser/g/gravity.js +19 -14
- package/browser/g/groups.js +5 -2
- package/browser/g/growing.js +5 -2
- package/browser/h/hexagonPath.js +8 -5
- package/browser/h/hollowknight.js +5 -4
- package/browser/h/hyperspace.js +5 -2
- package/browser/i/images.js +0 -3
- package/browser/i/infection.js +5 -2
- package/browser/index.js +8 -0
- package/browser/l/lch.js +9 -6
- package/browser/l/life.js +9 -6
- package/browser/l/lightHover.js +9 -6
- package/browser/l/linkTriangles.js +9 -6
- package/browser/l/localPolygonMask.js +5 -2
- package/browser/m/index.js +2 -0
- package/browser/m/manual.js +9 -6
- package/browser/m/matrix.js +75 -0
- package/browser/m/motionDisable.js +9 -6
- package/browser/m/motionReduce.js +9 -6
- package/browser/m/mouseAttract.js +9 -6
- package/browser/m/mouseBounce.js +9 -6
- package/browser/m/mouseFollow.js +5 -2
- package/browser/m/mouseParticle.js +9 -6
- package/browser/m/mouseParticle2.js +9 -6
- package/browser/m/mouseTrail.js +18 -12
- package/browser/m/mouseTrailNoise.js +9 -7
- package/browser/m/moveAngle.js +9 -6
- package/browser/m/moveDistance.js +8 -6
- package/browser/m/moveInside.js +9 -6
- package/browser/m/moveOutside.js +9 -6
- package/browser/m/multipleClickEmitters.js +8 -4
- package/browser/m/multiplePolygonMasks.js +5 -2
- package/browser/n/namedColors.js +5 -2
- package/browser/n/nasa.js +4 -2
- package/browser/n/noClear.js +56 -53
- package/browser/n/nyancat.js +5 -2
- package/browser/n/nyancat2.js +5 -2
- package/browser/o/oklch.js +9 -6
- package/browser/o/orbit.js +5 -2
- package/browser/p/index.js +8 -0
- package/browser/p/palettes.js +25 -0
- package/browser/p/parallax.js +5 -2
- package/browser/p/pathBranches.js +42 -39
- package/browser/p/pathBranchesInertia.js +42 -39
- package/browser/p/pathBrownian.js +42 -39
- package/browser/p/pathGrid.js +42 -39
- package/browser/p/pathLevy.js +42 -39
- package/browser/p/pathMaze.js +43 -40
- package/browser/p/pathPolygonMask.js +5 -2
- package/browser/p/pathSpiral.js +42 -39
- package/browser/p/pathSvg.js +42 -39
- package/browser/p/pathZigZag.js +42 -39
- package/browser/p/planes.js +0 -3
- package/browser/p/plasma.js +5 -2
- package/browser/p/poisson.js +5 -2
- package/browser/p/polygonMask.js +5 -2
- package/browser/p/polygons.js +17 -8
- package/browser/p/pop.js +5 -2
- package/browser/palettes.js +1260 -0
- package/browser/r/random.js +5 -2
- package/browser/r/randomShapes.js +21 -10
- package/browser/r/reactBubbles.js +5 -2
- package/browser/r/reactDefaults.js +5 -2
- package/browser/r/reactMultipleImages.js +5 -8
- package/browser/r/reactNightSky.js +5 -2
- package/browser/r/reactPolygonMask.js +5 -2
- package/browser/r/reactSimple.js +5 -23
- package/browser/r/reactSnow.js +5 -2
- package/browser/r/reduceDuplicates.js +5 -2
- package/browser/r/repulse.js +9 -6
- package/browser/r/repulseBack.js +5 -2
- package/browser/r/repulseBounce.js +5 -2
- package/browser/r/repulseCirc.js +5 -2
- package/browser/r/repulseCubic.js +5 -2
- package/browser/r/repulseElastic.js +5 -2
- package/browser/r/repulseExpo.js +5 -2
- package/browser/r/repulseGaussian.js +5 -2
- package/browser/r/repulseQuart.js +5 -2
- package/browser/r/repulseQuint.js +5 -2
- package/browser/r/repulseSigmoid.js +5 -2
- package/browser/r/repulseSine.js +5 -2
- package/browser/r/repulseSmoothstep.js +5 -2
- package/browser/r/responsive.js +15 -6
- package/browser/r/ring.js +5 -2
- package/browser/s/index.js +2 -0
- package/browser/s/seaAnemone.js +13 -7
- package/browser/s/shadow.js +4 -2
- package/browser/s/shapeArrow.js +3 -3
- package/browser/s/shapeCog.js +5 -2
- package/browser/s/shapeHeart.js +9 -6
- package/browser/s/shapeInfinity.js +2 -2
- package/browser/s/shapeMultilineText.js +9 -6
- package/browser/s/shapeOptions.js +5 -2
- package/browser/s/shapePath.js +9 -6
- package/browser/s/shapeRoundedPolygon.js +9 -6
- package/browser/s/shapeRoundedRect.js +9 -6
- package/browser/s/shapeSpiral.js +3 -1
- package/browser/s/shapeSquircle.js +92 -0
- package/browser/s/slow.js +5 -2
- package/browser/s/snow.js +4 -2
- package/browser/s/soundsAudio.js +8 -6
- package/browser/s/soundsLoop.js +9 -6
- package/browser/s/soundsMelodies.js +9 -6
- package/browser/s/soundsMelodyLoop.js +9 -6
- package/browser/s/soundsNotes.js +9 -6
- package/browser/s/speedDecay.js +10 -4
- package/browser/s/spin.js +9 -6
- package/browser/s/star.js +5 -2
- package/browser/s/strokeAnimation.js +9 -6
- package/browser/s/style.js +9 -6
- package/browser/s/svgReplace.js +5 -2
- package/browser/t/test.js +5 -2
- package/browser/t/themes.js +40 -16
- package/browser/t/tilt.js +8 -5
- package/browser/t/trail.js +5 -2
- package/browser/t/trailImage.js +5 -2
- package/browser/t/triangles.js +10 -4
- package/browser/t/twinkle.js +7 -4
- package/browser/v/vibrate.js +5 -2
- package/browser/v/virus.js +5 -2
- package/browser/w/warp.js +5 -2
- package/browser/w/wobble.js +8 -5
- package/browser/w/wobbleBig.js +8 -5
- package/browser/z/zIndex.js +4 -6
- package/cjs/a/absorbers.js +5 -2
- package/cjs/a/amongUs.js +9 -6
- package/cjs/b/backgroundMask.js +5 -2
- package/cjs/b/backgroundMaskImage.js +5 -2
- package/cjs/b/basic.js +9 -6
- package/cjs/b/big.js +42 -39
- package/cjs/b/bigBlend.js +42 -39
- package/cjs/b/bigBlendCombo.js +42 -39
- package/cjs/b/bigBlendParticle.js +42 -39
- package/cjs/b/blackHole.js +5 -2
- package/cjs/b/bubble.js +5 -2
- package/cjs/c/cardSuits.js +20 -8
- package/cjs/c/cards.js +6 -3
- package/cjs/c/cardsRolling.js +6 -3
- package/cjs/c/chars.js +19 -28
- package/cjs/c/clickConfetti.js +28 -21
- package/cjs/c/clickPause.js +5 -2
- package/cjs/c/collisionsAbsorb.js +4 -2
- package/cjs/c/collisionsBounce.js +5 -2
- package/cjs/c/collisionsDestroy.js +5 -2
- package/cjs/c/colorAnimation.js +20 -17
- package/cjs/c/connect.js +6 -3
- package/cjs/c/curlNoise.js +9 -6
- package/cjs/d/dataImages.js +0 -3
- package/cjs/d/delay.js +9 -6
- package/cjs/d/delayColor.js +12 -9
- package/cjs/d/delayOpacity.js +5 -2
- package/cjs/d/delaySize.js +5 -2
- package/cjs/d/delayStrokeColor.js +2 -2
- package/cjs/d/destroy.js +5 -2
- package/cjs/d/disappearing.js +5 -2
- package/cjs/d/divEvents.js +5 -2
- package/cjs/e/effectBubble.js +9 -6
- package/cjs/e/effectParticles.js +14 -8
- package/cjs/e/effectTrail.js +9 -6
- package/cjs/e/effectTrailTransform.js +9 -6
- package/cjs/e/emitter.js +25 -10
- package/cjs/e/emitterAbsorber.js +10 -4
- package/cjs/e/emitterAngled.js +6 -3
- package/cjs/e/emitterImageShape.js +22 -19
- package/cjs/e/emitterPaths.js +5 -2
- package/cjs/e/emitterShapes.js +5 -2
- package/cjs/e/emitterSpawnColor.js +94 -49
- package/cjs/e/emitterTextShape.js +22 -19
- package/cjs/e/emitterTextStrokeShape.js +22 -19
- package/cjs/f/fallingConfetti.js +45 -42
- package/cjs/f/fireworks.js +42 -39
- package/cjs/f/fireworks2.js +47 -41
- package/cjs/f/fireworksMask.js +9 -4
- package/cjs/f/fontawesome.js +6 -5
- package/cjs/f/forward.js +9 -10
- package/cjs/g/gifs.js +0 -3
- package/cjs/g/grabRandomColor.js +9 -6
- package/cjs/g/gravity.js +19 -14
- package/cjs/g/groups.js +5 -2
- package/cjs/g/growing.js +5 -2
- package/cjs/h/hexagonPath.js +8 -5
- package/cjs/h/hollowknight.js +5 -4
- package/cjs/h/hyperspace.js +5 -2
- package/cjs/i/images.js +0 -3
- package/cjs/i/infection.js +5 -2
- package/cjs/index.js +8 -0
- package/cjs/l/lch.js +9 -6
- package/cjs/l/life.js +9 -6
- package/cjs/l/lightHover.js +9 -6
- package/cjs/l/linkTriangles.js +9 -6
- package/cjs/l/localPolygonMask.js +5 -2
- package/cjs/m/index.js +2 -0
- package/cjs/m/manual.js +9 -6
- package/cjs/m/matrix.js +75 -0
- package/cjs/m/motionDisable.js +9 -6
- package/cjs/m/motionReduce.js +9 -6
- package/cjs/m/mouseAttract.js +9 -6
- package/cjs/m/mouseBounce.js +9 -6
- package/cjs/m/mouseFollow.js +5 -2
- package/cjs/m/mouseParticle.js +9 -6
- package/cjs/m/mouseParticle2.js +9 -6
- package/cjs/m/mouseTrail.js +18 -12
- package/cjs/m/mouseTrailNoise.js +9 -7
- package/cjs/m/moveAngle.js +9 -6
- package/cjs/m/moveDistance.js +8 -6
- package/cjs/m/moveInside.js +9 -6
- package/cjs/m/moveOutside.js +9 -6
- package/cjs/m/multipleClickEmitters.js +8 -4
- package/cjs/m/multiplePolygonMasks.js +5 -2
- package/cjs/n/namedColors.js +5 -2
- package/cjs/n/nasa.js +4 -2
- package/cjs/n/noClear.js +56 -53
- package/cjs/n/nyancat.js +5 -2
- package/cjs/n/nyancat2.js +5 -2
- package/cjs/o/oklch.js +9 -6
- package/cjs/o/orbit.js +5 -2
- package/cjs/p/index.js +8 -0
- package/cjs/p/palettes.js +25 -0
- package/cjs/p/parallax.js +5 -2
- package/cjs/p/pathBranches.js +42 -39
- package/cjs/p/pathBranchesInertia.js +42 -39
- package/cjs/p/pathBrownian.js +42 -39
- package/cjs/p/pathGrid.js +42 -39
- package/cjs/p/pathLevy.js +42 -39
- package/cjs/p/pathMaze.js +43 -40
- package/cjs/p/pathPolygonMask.js +5 -2
- package/cjs/p/pathSpiral.js +42 -39
- package/cjs/p/pathSvg.js +42 -39
- package/cjs/p/pathZigZag.js +42 -39
- package/cjs/p/planes.js +0 -3
- package/cjs/p/plasma.js +5 -2
- package/cjs/p/poisson.js +5 -2
- package/cjs/p/polygonMask.js +5 -2
- package/cjs/p/polygons.js +17 -8
- package/cjs/p/pop.js +5 -2
- package/cjs/palettes.js +1260 -0
- package/cjs/r/random.js +5 -2
- package/cjs/r/randomShapes.js +21 -10
- package/cjs/r/reactBubbles.js +5 -2
- package/cjs/r/reactDefaults.js +5 -2
- package/cjs/r/reactMultipleImages.js +5 -8
- package/cjs/r/reactNightSky.js +5 -2
- package/cjs/r/reactPolygonMask.js +5 -2
- package/cjs/r/reactSimple.js +5 -23
- package/cjs/r/reactSnow.js +5 -2
- package/cjs/r/reduceDuplicates.js +5 -2
- package/cjs/r/repulse.js +9 -6
- package/cjs/r/repulseBack.js +5 -2
- package/cjs/r/repulseBounce.js +5 -2
- package/cjs/r/repulseCirc.js +5 -2
- package/cjs/r/repulseCubic.js +5 -2
- package/cjs/r/repulseElastic.js +5 -2
- package/cjs/r/repulseExpo.js +5 -2
- package/cjs/r/repulseGaussian.js +5 -2
- package/cjs/r/repulseQuart.js +5 -2
- package/cjs/r/repulseQuint.js +5 -2
- package/cjs/r/repulseSigmoid.js +5 -2
- package/cjs/r/repulseSine.js +5 -2
- package/cjs/r/repulseSmoothstep.js +5 -2
- package/cjs/r/responsive.js +15 -6
- package/cjs/r/ring.js +5 -2
- package/cjs/s/index.js +2 -0
- package/cjs/s/seaAnemone.js +13 -7
- package/cjs/s/shadow.js +4 -2
- package/cjs/s/shapeArrow.js +3 -3
- package/cjs/s/shapeCog.js +5 -2
- package/cjs/s/shapeHeart.js +9 -6
- package/cjs/s/shapeInfinity.js +2 -2
- package/cjs/s/shapeMultilineText.js +9 -6
- package/cjs/s/shapeOptions.js +5 -2
- package/cjs/s/shapePath.js +9 -6
- package/cjs/s/shapeRoundedPolygon.js +9 -6
- package/cjs/s/shapeRoundedRect.js +9 -6
- package/cjs/s/shapeSpiral.js +3 -1
- package/cjs/s/shapeSquircle.js +92 -0
- package/cjs/s/slow.js +5 -2
- package/cjs/s/snow.js +4 -2
- package/cjs/s/soundsAudio.js +8 -6
- package/cjs/s/soundsLoop.js +9 -6
- package/cjs/s/soundsMelodies.js +9 -6
- package/cjs/s/soundsMelodyLoop.js +9 -6
- package/cjs/s/soundsNotes.js +9 -6
- package/cjs/s/speedDecay.js +10 -4
- package/cjs/s/spin.js +9 -6
- package/cjs/s/star.js +5 -2
- package/cjs/s/strokeAnimation.js +9 -6
- package/cjs/s/style.js +9 -6
- package/cjs/s/svgReplace.js +5 -2
- package/cjs/t/test.js +5 -2
- package/cjs/t/themes.js +40 -16
- package/cjs/t/tilt.js +8 -5
- package/cjs/t/trail.js +5 -2
- package/cjs/t/trailImage.js +5 -2
- package/cjs/t/triangles.js +10 -4
- package/cjs/t/twinkle.js +7 -4
- package/cjs/v/vibrate.js +5 -2
- package/cjs/v/virus.js +5 -2
- package/cjs/w/warp.js +5 -2
- package/cjs/w/wobble.js +8 -5
- package/cjs/w/wobbleBig.js +8 -5
- package/cjs/z/zIndex.js +4 -6
- package/esm/a/absorbers.js +5 -2
- package/esm/a/amongUs.js +9 -6
- package/esm/b/backgroundMask.js +5 -2
- package/esm/b/backgroundMaskImage.js +5 -2
- package/esm/b/basic.js +9 -6
- package/esm/b/big.js +42 -39
- package/esm/b/bigBlend.js +42 -39
- package/esm/b/bigBlendCombo.js +42 -39
- package/esm/b/bigBlendParticle.js +42 -39
- package/esm/b/blackHole.js +5 -2
- package/esm/b/bubble.js +5 -2
- package/esm/c/cardSuits.js +20 -8
- package/esm/c/cards.js +6 -3
- package/esm/c/cardsRolling.js +6 -3
- package/esm/c/chars.js +19 -28
- package/esm/c/clickConfetti.js +28 -21
- package/esm/c/clickPause.js +5 -2
- package/esm/c/collisionsAbsorb.js +4 -2
- package/esm/c/collisionsBounce.js +5 -2
- package/esm/c/collisionsDestroy.js +5 -2
- package/esm/c/colorAnimation.js +20 -17
- package/esm/c/connect.js +6 -3
- package/esm/c/curlNoise.js +9 -6
- package/esm/d/dataImages.js +0 -3
- package/esm/d/delay.js +9 -6
- package/esm/d/delayColor.js +12 -9
- package/esm/d/delayOpacity.js +5 -2
- package/esm/d/delaySize.js +5 -2
- package/esm/d/delayStrokeColor.js +2 -2
- package/esm/d/destroy.js +5 -2
- package/esm/d/disappearing.js +5 -2
- package/esm/d/divEvents.js +5 -2
- package/esm/e/effectBubble.js +9 -6
- package/esm/e/effectParticles.js +14 -8
- package/esm/e/effectTrail.js +9 -6
- package/esm/e/effectTrailTransform.js +9 -6
- package/esm/e/emitter.js +25 -10
- package/esm/e/emitterAbsorber.js +10 -4
- package/esm/e/emitterAngled.js +6 -3
- package/esm/e/emitterImageShape.js +22 -19
- package/esm/e/emitterPaths.js +5 -2
- package/esm/e/emitterShapes.js +5 -2
- package/esm/e/emitterSpawnColor.js +94 -49
- package/esm/e/emitterTextShape.js +22 -19
- package/esm/e/emitterTextStrokeShape.js +22 -19
- package/esm/f/fallingConfetti.js +45 -42
- package/esm/f/fireworks.js +42 -39
- package/esm/f/fireworks2.js +47 -41
- package/esm/f/fireworksMask.js +9 -4
- package/esm/f/fontawesome.js +6 -5
- package/esm/f/forward.js +9 -10
- package/esm/g/gifs.js +0 -3
- package/esm/g/grabRandomColor.js +9 -6
- package/esm/g/gravity.js +19 -14
- package/esm/g/groups.js +5 -2
- package/esm/g/growing.js +5 -2
- package/esm/h/hexagonPath.js +8 -5
- package/esm/h/hollowknight.js +5 -4
- package/esm/h/hyperspace.js +5 -2
- package/esm/i/images.js +0 -3
- package/esm/i/infection.js +5 -2
- package/esm/index.js +8 -0
- package/esm/l/lch.js +9 -6
- package/esm/l/life.js +9 -6
- package/esm/l/lightHover.js +9 -6
- package/esm/l/linkTriangles.js +9 -6
- package/esm/l/localPolygonMask.js +5 -2
- package/esm/m/index.js +2 -0
- package/esm/m/manual.js +9 -6
- package/esm/m/matrix.js +75 -0
- package/esm/m/motionDisable.js +9 -6
- package/esm/m/motionReduce.js +9 -6
- package/esm/m/mouseAttract.js +9 -6
- package/esm/m/mouseBounce.js +9 -6
- package/esm/m/mouseFollow.js +5 -2
- package/esm/m/mouseParticle.js +9 -6
- package/esm/m/mouseParticle2.js +9 -6
- package/esm/m/mouseTrail.js +18 -12
- package/esm/m/mouseTrailNoise.js +9 -7
- package/esm/m/moveAngle.js +9 -6
- package/esm/m/moveDistance.js +8 -6
- package/esm/m/moveInside.js +9 -6
- package/esm/m/moveOutside.js +9 -6
- package/esm/m/multipleClickEmitters.js +8 -4
- package/esm/m/multiplePolygonMasks.js +5 -2
- package/esm/n/namedColors.js +5 -2
- package/esm/n/nasa.js +4 -2
- package/esm/n/noClear.js +56 -53
- package/esm/n/nyancat.js +5 -2
- package/esm/n/nyancat2.js +5 -2
- package/esm/o/oklch.js +9 -6
- package/esm/o/orbit.js +5 -2
- package/esm/p/index.js +8 -0
- package/esm/p/palettes.js +25 -0
- package/esm/p/parallax.js +5 -2
- package/esm/p/pathBranches.js +42 -39
- package/esm/p/pathBranchesInertia.js +42 -39
- package/esm/p/pathBrownian.js +42 -39
- package/esm/p/pathGrid.js +42 -39
- package/esm/p/pathLevy.js +42 -39
- package/esm/p/pathMaze.js +43 -40
- package/esm/p/pathPolygonMask.js +5 -2
- package/esm/p/pathSpiral.js +42 -39
- package/esm/p/pathSvg.js +42 -39
- package/esm/p/pathZigZag.js +42 -39
- package/esm/p/planes.js +0 -3
- package/esm/p/plasma.js +5 -2
- package/esm/p/poisson.js +5 -2
- package/esm/p/polygonMask.js +5 -2
- package/esm/p/polygons.js +17 -8
- package/esm/p/pop.js +5 -2
- package/esm/palettes.js +1260 -0
- package/esm/r/random.js +5 -2
- package/esm/r/randomShapes.js +21 -10
- package/esm/r/reactBubbles.js +5 -2
- package/esm/r/reactDefaults.js +5 -2
- package/esm/r/reactMultipleImages.js +5 -8
- package/esm/r/reactNightSky.js +5 -2
- package/esm/r/reactPolygonMask.js +5 -2
- package/esm/r/reactSimple.js +5 -23
- package/esm/r/reactSnow.js +5 -2
- package/esm/r/reduceDuplicates.js +5 -2
- package/esm/r/repulse.js +9 -6
- package/esm/r/repulseBack.js +5 -2
- package/esm/r/repulseBounce.js +5 -2
- package/esm/r/repulseCirc.js +5 -2
- package/esm/r/repulseCubic.js +5 -2
- package/esm/r/repulseElastic.js +5 -2
- package/esm/r/repulseExpo.js +5 -2
- package/esm/r/repulseGaussian.js +5 -2
- package/esm/r/repulseQuart.js +5 -2
- package/esm/r/repulseQuint.js +5 -2
- package/esm/r/repulseSigmoid.js +5 -2
- package/esm/r/repulseSine.js +5 -2
- package/esm/r/repulseSmoothstep.js +5 -2
- package/esm/r/responsive.js +15 -6
- package/esm/r/ring.js +5 -2
- package/esm/s/index.js +2 -0
- package/esm/s/seaAnemone.js +13 -7
- package/esm/s/shadow.js +4 -2
- package/esm/s/shapeArrow.js +3 -3
- package/esm/s/shapeCog.js +5 -2
- package/esm/s/shapeHeart.js +9 -6
- package/esm/s/shapeInfinity.js +2 -2
- package/esm/s/shapeMultilineText.js +9 -6
- package/esm/s/shapeOptions.js +5 -2
- package/esm/s/shapePath.js +9 -6
- package/esm/s/shapeRoundedPolygon.js +9 -6
- package/esm/s/shapeRoundedRect.js +9 -6
- package/esm/s/shapeSpiral.js +3 -1
- package/esm/s/shapeSquircle.js +92 -0
- package/esm/s/slow.js +5 -2
- package/esm/s/snow.js +4 -2
- package/esm/s/soundsAudio.js +8 -6
- package/esm/s/soundsLoop.js +9 -6
- package/esm/s/soundsMelodies.js +9 -6
- package/esm/s/soundsMelodyLoop.js +9 -6
- package/esm/s/soundsNotes.js +9 -6
- package/esm/s/speedDecay.js +10 -4
- package/esm/s/spin.js +9 -6
- package/esm/s/star.js +5 -2
- package/esm/s/strokeAnimation.js +9 -6
- package/esm/s/style.js +9 -6
- package/esm/s/svgReplace.js +5 -2
- package/esm/t/test.js +5 -2
- package/esm/t/themes.js +40 -16
- package/esm/t/tilt.js +8 -5
- package/esm/t/trail.js +5 -2
- package/esm/t/trailImage.js +5 -2
- package/esm/t/triangles.js +10 -4
- package/esm/t/twinkle.js +7 -4
- package/esm/v/vibrate.js +5 -2
- package/esm/v/virus.js +5 -2
- package/esm/w/warp.js +5 -2
- package/esm/w/wobble.js +8 -5
- package/esm/w/wobbleBig.js +8 -5
- package/esm/z/zIndex.js +4 -6
- package/package.json +2 -2
- package/report.html +1 -1
- package/tsparticles.configs.bundle.js +1 -1
- package/tsparticles.configs.js +219 -179
- package/tsparticles.configs.min.js +6 -6
- package/types/index.d.ts +2 -0
- package/types/m/index.d.ts +1 -0
- package/types/m/matrix.d.ts +3 -0
- package/types/p/palettes.d.ts +2 -0
- package/types/palettes.d.ts +2 -0
- package/types/s/index.d.ts +1 -0
- package/types/s/shapeSquircle.d.ts +3 -0
- package/umd/a/absorbers.js +5 -2
- package/umd/a/amongUs.js +9 -6
- package/umd/b/backgroundMask.js +5 -2
- package/umd/b/backgroundMaskImage.js +5 -2
- package/umd/b/basic.js +9 -6
- package/umd/b/big.js +42 -39
- package/umd/b/bigBlend.js +42 -39
- package/umd/b/bigBlendCombo.js +42 -39
- package/umd/b/bigBlendParticle.js +42 -39
- package/umd/b/blackHole.js +5 -2
- package/umd/b/bubble.js +5 -2
- package/umd/c/cardSuits.js +20 -8
- package/umd/c/cards.js +6 -3
- package/umd/c/cardsRolling.js +6 -3
- package/umd/c/chars.js +19 -28
- package/umd/c/clickConfetti.js +28 -21
- package/umd/c/clickPause.js +5 -2
- package/umd/c/collisionsAbsorb.js +4 -2
- package/umd/c/collisionsBounce.js +5 -2
- package/umd/c/collisionsDestroy.js +5 -2
- package/umd/c/colorAnimation.js +20 -17
- package/umd/c/connect.js +6 -3
- package/umd/c/curlNoise.js +9 -6
- package/umd/d/dataImages.js +0 -3
- package/umd/d/delay.js +9 -6
- package/umd/d/delayColor.js +12 -9
- package/umd/d/delayOpacity.js +5 -2
- package/umd/d/delaySize.js +5 -2
- package/umd/d/delayStrokeColor.js +2 -2
- package/umd/d/destroy.js +5 -2
- package/umd/d/disappearing.js +5 -2
- package/umd/d/divEvents.js +5 -2
- package/umd/e/effectBubble.js +9 -6
- package/umd/e/effectParticles.js +14 -8
- package/umd/e/effectTrail.js +9 -6
- package/umd/e/effectTrailTransform.js +9 -6
- package/umd/e/emitter.js +25 -10
- package/umd/e/emitterAbsorber.js +10 -4
- package/umd/e/emitterAngled.js +6 -3
- package/umd/e/emitterImageShape.js +22 -19
- package/umd/e/emitterPaths.js +5 -2
- package/umd/e/emitterShapes.js +5 -2
- package/umd/e/emitterSpawnColor.js +94 -49
- package/umd/e/emitterTextShape.js +22 -19
- package/umd/e/emitterTextStrokeShape.js +22 -19
- package/umd/f/fallingConfetti.js +45 -42
- package/umd/f/fireworks.js +42 -39
- package/umd/f/fireworks2.js +47 -41
- package/umd/f/fireworksMask.js +9 -4
- package/umd/f/fontawesome.js +6 -5
- package/umd/f/forward.js +9 -10
- package/umd/g/gifs.js +0 -3
- package/umd/g/grabRandomColor.js +9 -6
- package/umd/g/gravity.js +19 -14
- package/umd/g/groups.js +5 -2
- package/umd/g/growing.js +5 -2
- package/umd/h/hexagonPath.js +8 -5
- package/umd/h/hollowknight.js +5 -4
- package/umd/h/hyperspace.js +5 -2
- package/umd/i/images.js +0 -3
- package/umd/i/infection.js +5 -2
- package/umd/index.js +9 -1
- package/umd/l/lch.js +9 -6
- package/umd/l/life.js +9 -6
- package/umd/l/lightHover.js +9 -6
- package/umd/l/linkTriangles.js +9 -6
- package/umd/l/localPolygonMask.js +5 -2
- package/umd/m/index.js +3 -1
- package/umd/m/manual.js +9 -6
- package/umd/m/matrix.js +87 -0
- package/umd/m/motionDisable.js +9 -6
- package/umd/m/motionReduce.js +9 -6
- package/umd/m/mouseAttract.js +9 -6
- package/umd/m/mouseBounce.js +9 -6
- package/umd/m/mouseFollow.js +5 -2
- package/umd/m/mouseParticle.js +9 -6
- package/umd/m/mouseParticle2.js +9 -6
- package/umd/m/mouseTrail.js +18 -12
- package/umd/m/mouseTrailNoise.js +9 -7
- package/umd/m/moveAngle.js +9 -6
- package/umd/m/moveDistance.js +8 -6
- package/umd/m/moveInside.js +9 -6
- package/umd/m/moveOutside.js +9 -6
- package/umd/m/multipleClickEmitters.js +8 -4
- package/umd/m/multiplePolygonMasks.js +5 -2
- package/umd/n/namedColors.js +5 -2
- package/umd/n/nasa.js +4 -2
- package/umd/n/noClear.js +56 -53
- package/umd/n/nyancat.js +5 -2
- package/umd/n/nyancat2.js +5 -2
- package/umd/o/oklch.js +9 -6
- package/umd/o/orbit.js +5 -2
- package/umd/p/index.js +9 -1
- package/umd/p/palettes.js +37 -0
- package/umd/p/parallax.js +5 -2
- package/umd/p/pathBranches.js +42 -39
- package/umd/p/pathBranchesInertia.js +42 -39
- package/umd/p/pathBrownian.js +42 -39
- package/umd/p/pathGrid.js +42 -39
- package/umd/p/pathLevy.js +42 -39
- package/umd/p/pathMaze.js +43 -40
- package/umd/p/pathPolygonMask.js +5 -2
- package/umd/p/pathSpiral.js +42 -39
- package/umd/p/pathSvg.js +42 -39
- package/umd/p/pathZigZag.js +42 -39
- package/umd/p/planes.js +0 -3
- package/umd/p/plasma.js +5 -2
- package/umd/p/poisson.js +5 -2
- package/umd/p/polygonMask.js +5 -2
- package/umd/p/polygons.js +17 -8
- package/umd/p/pop.js +5 -2
- package/umd/palettes.js +1273 -0
- package/umd/r/random.js +5 -2
- package/umd/r/randomShapes.js +21 -10
- package/umd/r/reactBubbles.js +5 -2
- package/umd/r/reactDefaults.js +5 -2
- package/umd/r/reactMultipleImages.js +5 -8
- package/umd/r/reactNightSky.js +5 -2
- package/umd/r/reactPolygonMask.js +5 -2
- package/umd/r/reactSimple.js +5 -23
- package/umd/r/reactSnow.js +5 -2
- package/umd/r/reduceDuplicates.js +5 -2
- package/umd/r/repulse.js +9 -6
- package/umd/r/repulseBack.js +5 -2
- package/umd/r/repulseBounce.js +5 -2
- package/umd/r/repulseCirc.js +5 -2
- package/umd/r/repulseCubic.js +5 -2
- package/umd/r/repulseElastic.js +5 -2
- package/umd/r/repulseExpo.js +5 -2
- package/umd/r/repulseGaussian.js +5 -2
- package/umd/r/repulseQuart.js +5 -2
- package/umd/r/repulseQuint.js +5 -2
- package/umd/r/repulseSigmoid.js +5 -2
- package/umd/r/repulseSine.js +5 -2
- package/umd/r/repulseSmoothstep.js +5 -2
- package/umd/r/responsive.js +15 -6
- package/umd/r/ring.js +5 -2
- package/umd/s/index.js +3 -1
- package/umd/s/seaAnemone.js +13 -7
- package/umd/s/shadow.js +4 -2
- package/umd/s/shapeArrow.js +3 -3
- package/umd/s/shapeCog.js +5 -2
- package/umd/s/shapeHeart.js +9 -6
- package/umd/s/shapeInfinity.js +2 -2
- package/umd/s/shapeMultilineText.js +9 -6
- package/umd/s/shapeOptions.js +5 -2
- package/umd/s/shapePath.js +9 -6
- package/umd/s/shapeRoundedPolygon.js +9 -6
- package/umd/s/shapeRoundedRect.js +9 -6
- package/umd/s/shapeSpiral.js +3 -1
- package/umd/s/shapeSquircle.js +104 -0
- package/umd/s/slow.js +5 -2
- package/umd/s/snow.js +4 -2
- package/umd/s/soundsAudio.js +8 -6
- package/umd/s/soundsLoop.js +9 -6
- package/umd/s/soundsMelodies.js +9 -6
- package/umd/s/soundsMelodyLoop.js +9 -6
- package/umd/s/soundsNotes.js +9 -6
- package/umd/s/speedDecay.js +10 -4
- package/umd/s/spin.js +9 -6
- package/umd/s/star.js +5 -2
- package/umd/s/strokeAnimation.js +9 -6
- package/umd/s/style.js +9 -6
- package/umd/s/svgReplace.js +5 -2
- package/umd/t/test.js +5 -2
- package/umd/t/themes.js +40 -16
- package/umd/t/tilt.js +8 -5
- package/umd/t/trail.js +5 -2
- package/umd/t/trailImage.js +5 -2
- package/umd/t/triangles.js +10 -4
- package/umd/t/twinkle.js +7 -4
- package/umd/v/vibrate.js +5 -2
- package/umd/v/virus.js +5 -2
- package/umd/w/warp.js +5 -2
- package/umd/w/wobble.js +8 -5
- package/umd/w/wobbleBig.js +8 -5
- package/umd/z/zIndex.js +4 -6
package/tsparticles.configs.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Demo / Generator : https://particles.js.org/
|
|
5
5
|
* GitHub : https://www.github.com/matteobruni/tsparticles
|
|
6
6
|
* How to use? : Check the GitHub README
|
|
7
|
-
* v4.0.0-alpha.
|
|
7
|
+
* v4.0.0-alpha.28
|
|
8
8
|
*/
|
|
9
9
|
/*
|
|
10
10
|
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
|
|
@@ -44,7 +44,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__tsparticles_engine__;
|
|
|
44
44
|
\*************************************/
|
|
45
45
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
46
46
|
|
|
47
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"absorbers\",\n name: \"Absorbers\",\n particles: {\n number: {\n value: 300\n },\n collisions: {\n enable: true\n },\n color: {\n
|
|
47
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"absorbers\",\n name: \"Absorbers\",\n particles: {\n number: {\n value: 300\n },\n collisions: {\n enable: true\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: {\n min: 0.1,\n max: 1\n }\n },\n size: {\n value: {\n min: 1,\n max: 2\n }\n },\n move: {\n enable: true,\n speed: 0.5,\n direction: \"top\",\n straight: true,\n warp: true\n }\n },\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n push: {\n quantity: 10\n }\n }\n },\n absorbers: {\n draggable: true,\n size: {\n value: {\n min: 5,\n max: 10\n },\n limit: 10\n },\n position: {\n x: 50,\n y: 50\n }\n },\n background: {\n color: \"#0d47a1\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/a/absorbers.js?\n}");
|
|
48
48
|
|
|
49
49
|
/***/ },
|
|
50
50
|
|
|
@@ -54,7 +54,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
54
54
|
\***********************************/
|
|
55
55
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
56
56
|
|
|
57
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"amongUs\",\n name: \"Among Us\",\n particles: {\n groups: {\n z5000: {\n number: {\n value: 70\n },\n zIndex: {\n value: 50\n }\n },\n z7500: {\n number: {\n value: 30\n },\n zIndex: {\n value: 75\n }\n },\n z2500: {\n number: {\n value: 50\n },\n zIndex: {\n value: 25\n }\n },\n z1000: {\n number: {\n value: 40\n },\n zIndex: {\n value: 10\n }\n }\n },\n number: {\n value: 200\n },\n color: {\n
|
|
57
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"amongUs\",\n name: \"Among Us\",\n particles: {\n groups: {\n z5000: {\n number: {\n value: 70\n },\n zIndex: {\n value: 50\n }\n },\n z7500: {\n number: {\n value: 30\n },\n zIndex: {\n value: 75\n }\n },\n z2500: {\n number: {\n value: 50\n },\n zIndex: {\n value: 25\n }\n },\n z1000: {\n number: {\n value: 40\n },\n zIndex: {\n value: 10\n }\n }\n },\n number: {\n value: 200\n },\n fill: {\n color: {\n value: \"#fff\",\n animation: {\n enable: false,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: 3\n },\n move: {\n angle: {\n value: 10,\n offset: 0\n },\n enable: true,\n speed: 5,\n direction: \"right\"\n },\n zIndex: {\n value: 5,\n opacityRate: 0.5\n }\n },\n background: {\n color: \"#000000\"\n },\n emitters: {\n position: {\n y: 55,\n x: -5\n },\n rate: {\n delay: 7,\n quantity: 1\n },\n size: {\n width: 0,\n height: 0\n },\n particles: {\n shape: {\n type: \"images\",\n options: {\n images: {\n src: \"https://particles.js.org/images/hdr/cyan_amongus.png\",\n width: 500,\n height: 634\n }\n }\n },\n size: {\n value: 40\n },\n move: {\n speed: 10,\n outModes: {\n default: \"none\",\n right: \"destroy\"\n },\n straight: true\n },\n zIndex: {\n value: 0\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n },\n animation: {\n enable: true,\n speed: 10,\n sync: true\n }\n }\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/a/amongUs.js?\n}");
|
|
58
58
|
|
|
59
59
|
/***/ },
|
|
60
60
|
|
|
@@ -74,7 +74,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
74
74
|
\******************************************/
|
|
75
75
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
76
76
|
|
|
77
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"backgroundMask\",\n name: \"Background Mask\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
77
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"backgroundMask\",\n name: \"Background Mask\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 1,\n max: 30\n }\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#ffffff\",\n opacity: 1,\n width: 1\n },\n move: {\n enable: true,\n speed: 2,\n direction: \"none\"\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"bubble\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n size: 100,\n duration: 2,\n opacity: 1\n },\n push: {\n quantity: 4\n }\n }\n },\n backgroundMask: {\n enable: true,\n cover: {\n color: {\n value: {\n r: 255,\n g: 255,\n b: 255\n }\n }\n }\n },\n background: {\n color: \"#ffffff\",\n image: \"url('https://particles.js.org/images/hdr/background3.jpg')\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/b/backgroundMask.js?\n}");
|
|
78
78
|
|
|
79
79
|
/***/ },
|
|
80
80
|
|
|
@@ -84,7 +84,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
84
84
|
\***********************************************/
|
|
85
85
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
86
86
|
|
|
87
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"backgroundMaskImage\",\n name: \"Background Mask Image\",\n particles: {\n number: {\n value: 100\n },\n color: {\n
|
|
87
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"backgroundMaskImage\",\n name: \"Background Mask Image\",\n particles: {\n number: {\n value: 100\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 10,\n max: 50\n },\n animation: {\n enable: true,\n speed: 25\n }\n },\n move: {\n enable: true,\n speed: 2,\n direction: \"none\"\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"bubble\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n size: 100,\n duration: 2,\n opacity: 1\n },\n push: {\n quantity: 4\n }\n }\n },\n backgroundMask: {\n enable: true,\n cover: {\n image: \"https://particles.js.org/images/hdr/background2.jpg\"\n }\n },\n background: {\n color: \"#ffffff\",\n image: \"url('https://particles.js.org/images/hdr/background3.jpg')\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/b/backgroundMaskImage.js?\n}");
|
|
88
88
|
|
|
89
89
|
/***/ },
|
|
90
90
|
|
|
@@ -94,7 +94,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
94
94
|
\*********************************/
|
|
95
95
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
96
96
|
|
|
97
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"basic\",\n name: \"Basic\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
97
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"basic\",\n name: \"Basic\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 200,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n repulse: {\n distance: 100\n },\n push: {\n quantity: 4\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/b/basic.js?\n}");
|
|
98
98
|
|
|
99
99
|
/***/ },
|
|
100
100
|
|
|
@@ -104,7 +104,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
104
104
|
\*******************************/
|
|
105
105
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"big\",\n name: \"Big Particles\",\n particles: {\n number: {\n value: 50\n },\n color: {\n
|
|
107
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"big\",\n name: \"Big Particles\",\n particles: {\n number: {\n value: 50\n },\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: {\n min: 0.5,\n max: 0.9\n }\n },\n size: {\n value: {\n min: 30,\n max: 400\n },\n animation: {\n enable: true,\n speed: 50,\n sync: false\n }\n },\n move: {\n enable: true,\n speed: {\n min: 3,\n max: 7\n },\n direction: \"top\"\n }\n },\n background: {\n color: \"rgb(250, 255, 255, 0.625)\"\n },\n poisson: {\n enable: true\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/b/big.js?\n}");
|
|
108
108
|
|
|
109
109
|
/***/ },
|
|
110
110
|
|
|
@@ -114,7 +114,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
114
114
|
\************************************/
|
|
115
115
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
116
116
|
|
|
117
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"bigBlend\",\n name: \"Big Particles with Blend\",\n particles: {\n number: {\n value: 30\n },\n color: {\n
|
|
117
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"bigBlend\",\n name: \"Big Particles with Blend\",\n particles: {\n number: {\n value: 30\n },\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: {\n min: 0.5,\n max: 0.9\n }\n },\n size: {\n value: {\n min: 300,\n max: 400\n },\n animation: {\n enable: true,\n speed: 100,\n sync: false\n }\n },\n move: {\n enable: true,\n speed: 10,\n direction: \"top\"\n }\n },\n background: {\n color: \"#ffffff\"\n },\n blend: {\n enable: true,\n mode: \"screen\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/b/bigBlend.js?\n}");
|
|
118
118
|
|
|
119
119
|
/***/ },
|
|
120
120
|
|
|
@@ -124,7 +124,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
124
124
|
\*****************************************/
|
|
125
125
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
126
126
|
|
|
127
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"bigBlendCombo\",\n name: \"Big Particles with Global and Particle Blend\",\n particles: {\n number: {\n value: 30\n },\n color: {\n
|
|
127
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"bigBlendCombo\",\n name: \"Big Particles with Global and Particle Blend\",\n particles: {\n number: {\n value: 30\n },\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: {\n min: 0.5,\n max: 0.9\n }\n },\n size: {\n value: {\n min: 300,\n max: 400\n },\n animation: {\n enable: true,\n speed: 100,\n sync: false\n }\n },\n move: {\n enable: true,\n speed: 10,\n direction: \"top\"\n },\n blend: {\n enable: true,\n mode: \"color-burn\"\n }\n },\n background: {\n color: \"#ffffff\"\n },\n blend: {\n enable: true,\n mode: \"screen\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/b/bigBlendCombo.js?\n}");
|
|
128
128
|
|
|
129
129
|
/***/ },
|
|
130
130
|
|
|
@@ -134,7 +134,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
134
134
|
\********************************************/
|
|
135
135
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
136
136
|
|
|
137
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"bigBlendParticle\",\n name: \"Big Particles with Particle Blend\",\n particles: {\n number: {\n value: 30\n },\n color: {\n
|
|
137
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"bigBlendParticle\",\n name: \"Big Particles with Particle Blend\",\n particles: {\n number: {\n value: 30\n },\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: {\n min: 0.5,\n max: 0.9\n }\n },\n size: {\n value: {\n min: 300,\n max: 400\n },\n animation: {\n enable: true,\n speed: 100,\n sync: false\n }\n },\n move: {\n enable: true,\n speed: 10,\n direction: \"top\"\n },\n blend: {\n enable: true,\n mode: \"color-burn\"\n }\n },\n background: {\n color: \"#ffffff\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/b/bigBlendParticle.js?\n}");
|
|
138
138
|
|
|
139
139
|
/***/ },
|
|
140
140
|
|
|
@@ -144,7 +144,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
144
144
|
\*************************************/
|
|
145
145
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
146
146
|
|
|
147
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"blackHole\",\n name: \"Black Hole\",\n particles: {\n number: {\n value: 1000,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
147
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"blackHole\",\n name: \"Black Hole\",\n particles: {\n number: {\n value: 1000,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: [\n \"#ffffff\",\n \"#77ccff\",\n \"#ff3333\",\n \"#ffff33\"\n ]\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 1,\n max: 10\n }\n },\n links: {\n enable: false,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 0.5,\n warp: true\n }\n },\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n push: {\n quantity: 4\n }\n }\n },\n absorbers: {\n orbits: true,\n destroy: false,\n size: {\n value: 5,\n limit: 50,\n density: 1500\n },\n position: {\n x: 50,\n y: 50\n }\n },\n background: {\n color: \"#000\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/b/blackHole.js?\n}");
|
|
148
148
|
|
|
149
149
|
/***/ },
|
|
150
150
|
|
|
@@ -154,7 +154,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
154
154
|
\**********************************/
|
|
155
155
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
156
156
|
|
|
157
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"bubble\",\n name: \"Bubble\",\n particles: {\n number: {\n value: 6,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
157
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"bubble\",\n name: \"Bubble\",\n particles: {\n number: {\n value: 6,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#1b1e34\"\n },\n enable: true\n },\n shape: {\n type: \"polygon\",\n options: {\n polygon: {\n sides: 6\n }\n }\n },\n opacity: {\n value: {\n min: 0.3,\n max: 0.5\n }\n },\n size: {\n value: {\n min: 100,\n max: 160\n }\n },\n links: {\n enable: false,\n distance: 200,\n color: \"#ffffff\",\n opacity: 1,\n width: 2\n },\n move: {\n enable: true,\n speed: 8\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"bubble\"\n },\n onClick: {\n enable: false,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n duration: 2,\n size: 40,\n opacity: 0.8,\n color: \"#ff0000\",\n mix: true\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#efefef\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/b/bubble.js?\n}");
|
|
158
158
|
|
|
159
159
|
/***/ },
|
|
160
160
|
|
|
@@ -174,7 +174,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
174
174
|
\*************************************/
|
|
175
175
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
176
176
|
|
|
177
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"cardSuits\",\n name: \"Card Suits\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n reduceDuplicates: true,\n shape: {\n type: [\n \"spades\",\n \"hearts\",\n \"diamonds\",\n \"clubs\"\n ],\n options: {\n spades: {\n particles: {\n color: {\n
|
|
177
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"cardSuits\",\n name: \"Card Suits\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n reduceDuplicates: true,\n shape: {\n type: [\n \"spades\",\n \"hearts\",\n \"diamonds\",\n \"clubs\"\n ],\n options: {\n spades: {\n particles: {\n fill: {\n color: {\n value: \"#000000\"\n },\n enable: true\n }\n }\n },\n hearts: {\n particles: {\n fill: {\n color: {\n value: \"#ff0000\"\n },\n enable: true\n }\n }\n },\n diamonds: {\n particles: {\n fill: {\n color: {\n value: \"#ff0000\"\n },\n enable: true\n }\n }\n },\n clubs: {\n particles: {\n fill: {\n color: {\n value: \"#000000\"\n },\n enable: true\n }\n }\n }\n }\n },\n opacity: {\n value: 1\n },\n size: {\n value: 30\n },\n move: {\n enable: true,\n speed: 2\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n }\n }\n },\n background: {\n color: \"#fff\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/c/cardSuits.js?\n}");
|
|
178
178
|
|
|
179
179
|
/***/ },
|
|
180
180
|
|
|
@@ -184,7 +184,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
184
184
|
\*********************************/
|
|
185
185
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
186
186
|
|
|
187
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst cardSuits = [\n \"spades\",\n \"hearts\",\n \"diamonds\",\n \"clubs\"\n], cardValues = [\n \"A\",\n \"2\",\n \"3\",\n \"4\",\n \"5\",\n \"6\",\n \"7\",\n \"8\",\n \"9\",\n \"10\",\n \"J\",\n \"Q\",\n \"K\"\n], allCards = cardSuits.flatMap((suit)=>cardValues.map((value)=>({\n suit,\n value\n }))), options = {\n key: \"cards\",\n name: \"Cards\",\n particles: {\n color: {\n
|
|
187
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst cardSuits = [\n \"spades\",\n \"hearts\",\n \"diamonds\",\n \"clubs\"\n], cardValues = [\n \"A\",\n \"2\",\n \"3\",\n \"4\",\n \"5\",\n \"6\",\n \"7\",\n \"8\",\n \"9\",\n \"10\",\n \"J\",\n \"Q\",\n \"K\"\n], allCards = cardSuits.flatMap((suit)=>cardValues.map((value)=>({\n suit,\n value\n }))), options = {\n key: \"cards\",\n name: \"Cards\",\n particles: {\n fill: {\n color: {\n value: \"#fff\"\n },\n enable: true\n },\n number: {\n value: 52\n },\n reduceDuplicates: true,\n shape: {\n type: [\n \"card\"\n ],\n options: {\n card: allCards\n }\n },\n opacity: {\n value: 1\n },\n size: {\n value: 30\n },\n move: {\n enable: true,\n speed: 2\n },\n stroke: {\n width: 1,\n color: {\n value: \"#000\"\n }\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n }\n }\n },\n background: {\n color: \"#fff\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/c/cards.js?\n}");
|
|
188
188
|
|
|
189
189
|
/***/ },
|
|
190
190
|
|
|
@@ -194,7 +194,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
194
194
|
\****************************************/
|
|
195
195
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
196
196
|
|
|
197
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst cardSuits = [\n \"spades\",\n \"hearts\",\n \"diamonds\",\n \"clubs\"\n], cardValues = [\n \"A\",\n \"2\",\n \"3\",\n \"4\",\n \"5\",\n \"6\",\n \"7\",\n \"8\",\n \"9\",\n \"10\",\n \"J\",\n \"Q\",\n \"K\"\n], allCards = cardSuits.flatMap((suit)=>cardValues.map((value)=>({\n suit,\n value\n }))), options = {\n key: \"cardsRolling\",\n name: \"Cards Rolling\",\n particles: {\n color: {\n
|
|
197
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst cardSuits = [\n \"spades\",\n \"hearts\",\n \"diamonds\",\n \"clubs\"\n], cardValues = [\n \"A\",\n \"2\",\n \"3\",\n \"4\",\n \"5\",\n \"6\",\n \"7\",\n \"8\",\n \"9\",\n \"10\",\n \"J\",\n \"Q\",\n \"K\"\n], allCards = cardSuits.flatMap((suit)=>cardValues.map((value)=>({\n suit,\n value\n }))), options = {\n key: \"cardsRolling\",\n name: \"Cards Rolling\",\n particles: {\n fill: {\n color: {\n value: \"#000\"\n },\n enable: true\n },\n number: {\n value: 52\n },\n reduceDuplicates: true,\n shape: {\n type: [\n \"card\"\n ],\n options: {\n card: allCards\n }\n },\n opacity: {\n value: 1\n },\n size: {\n value: 30\n },\n stroke: {\n width: 1,\n color: {\n value: \"#000\"\n }\n },\n move: {\n enable: true,\n speed: 2\n },\n roll: {\n darken: {\n enable: true,\n value: 30\n },\n enlighten: {\n enable: true,\n value: 30\n },\n enable: true,\n mode: \"both\",\n speed: {\n min: 5,\n max: 15\n }\n },\n tilt: {\n direction: \"random\",\n enable: true,\n value: {\n min: 0,\n max: 360\n },\n animation: {\n enable: true,\n speed: 15\n }\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n }\n }\n },\n background: {\n color: \"#fff\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/c/cardsRolling.js?\n}");
|
|
198
198
|
|
|
199
199
|
/***/ },
|
|
200
200
|
|
|
@@ -204,7 +204,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
204
204
|
\*********************************/
|
|
205
205
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
206
206
|
|
|
207
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"chars\",\n name: \"Chars\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n
|
|
207
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"chars\",\n name: \"Chars\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n stroke: {\n width: 1,\n color: {\n value: \"#ffffff\"\n }\n },\n shape: {\n type: \"text\",\n options: {\n text: {\n value: [\n \"t\",\n \"s\",\n \"P\",\n \"a\",\n \"r\",\n \"t\",\n \"i\",\n \"c\",\n \"l\",\n \"e\",\n \"s\"\n ],\n font: \"Verdana\",\n style: \"\",\n weight: \"400\",\n particles: {\n fill: [\n {\n color: {\n value: \"#ff0000\"\n },\n enable: true\n },\n {\n enable: false\n }\n ]\n }\n }\n }\n },\n opacity: {\n value: {\n min: 0.4,\n max: 0.8\n },\n animation: {\n enable: true,\n speed: 1\n }\n },\n size: {\n value: 16\n },\n move: {\n enable: true,\n speed: 2\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#0d47a1\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/c/chars.js?\n}");
|
|
208
208
|
|
|
209
209
|
/***/ },
|
|
210
210
|
|
|
@@ -214,7 +214,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
214
214
|
\**************************************/
|
|
215
215
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
216
216
|
|
|
217
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"clickPause\",\n name: \"Click Pause\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
217
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"clickPause\",\n name: \"Click Pause\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"pause\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#0d47a1\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/c/clickPause.js?\n}");
|
|
218
218
|
|
|
219
219
|
/***/ },
|
|
220
220
|
|
|
@@ -224,7 +224,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
224
224
|
\********************************************/
|
|
225
225
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
226
226
|
|
|
227
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"collisionsAbsorb\",\n name: \"Collisions Absorb\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
227
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"collisionsAbsorb\",\n name: \"Collisions Absorb\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n }\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 10,\n max: 15\n }\n },\n links: {\n enable: false,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n collisions: {\n enable: true,\n mode: \"absorb\",\n absorb: {\n speed: 5\n }\n },\n move: {\n enable: true,\n speed: 2\n }\n },\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#0d47a1\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/c/collisionsAbsorb.js?\n}");
|
|
228
228
|
|
|
229
229
|
/***/ },
|
|
230
230
|
|
|
@@ -234,7 +234,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
234
234
|
\********************************************/
|
|
235
235
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
236
236
|
|
|
237
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"collisionsBounce\",\n name: \"Collisions Bounce\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n collisions: {\n enable: true\n },\n color: {\n
|
|
237
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"collisionsBounce\",\n name: \"Collisions Bounce\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n collisions: {\n enable: true\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 10,\n max: 15\n }\n },\n links: {\n enable: false,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 10\n }\n },\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#0d47a1\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/c/collisionsBounce.js?\n}");
|
|
238
238
|
|
|
239
239
|
/***/ },
|
|
240
240
|
|
|
@@ -244,7 +244,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
244
244
|
\*********************************************/
|
|
245
245
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
246
246
|
|
|
247
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"collisionsDestroy\",\n name: \"Collisions Destroy\",\n particles: {\n number: {\n value: 80\n },\n color: {\n
|
|
247
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"collisionsDestroy\",\n name: \"Collisions Destroy\",\n particles: {\n number: {\n value: 80\n },\n fill: {\n color: {\n value: [\n \"#3998D0\",\n \"#2EB6AF\",\n \"#A9BD33\",\n \"#FEC73B\",\n \"#F89930\",\n \"#F45623\",\n \"#D62E32\",\n \"#EB586E\",\n \"#9952CF\"\n ]\n },\n enable: true\n },\n destroy: {\n mode: \"split\",\n split: {\n count: 1,\n factor: {\n value: {\n min: 4,\n max: 9\n }\n },\n particles: {\n collisions: {\n enable: false\n },\n destroy: {\n mode: \"none\"\n },\n life: {\n count: 1,\n duration: {\n value: {\n min: 1,\n max: 2\n }\n }\n }\n }\n }\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 10,\n max: 15\n }\n },\n collisions: {\n enable: true,\n mode: \"destroy\"\n },\n move: {\n enable: true,\n speed: 5\n }\n },\n background: {\n color: \"#000000\"\n },\n poisson: {\n enable: true\n },\n emitters: {\n position: {\n x: 50,\n y: 50\n },\n size: {\n width: 100,\n height: 100\n },\n fill: false\n },\n smooth: true\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/c/collisionsDestroy.js?\n}");
|
|
248
248
|
|
|
249
249
|
/***/ },
|
|
250
250
|
|
|
@@ -254,7 +254,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
254
254
|
\******************************************/
|
|
255
255
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
256
256
|
|
|
257
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"colorAnimation\",\n name: \"Color Animation\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
257
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"colorAnimation\",\n name: \"Color Animation\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n h: {\n enable: true,\n speed: {\n min: 30,\n max: 60\n },\n sync: true\n },\n s: {\n enable: true,\n speed: {\n min: 5,\n max: 10\n },\n sync: true\n },\n l: {\n enable: true,\n speed: {\n min: 5,\n max: 10\n },\n sync: true\n }\n }\n },\n enable: true\n },\n stroke: {\n width: 30,\n color: {\n value: \"#0000ff\",\n animation: {\n h: {\n enable: true,\n speed: {\n min: 30,\n max: 60\n },\n sync: true\n },\n s: {\n enable: true,\n speed: {\n min: 5,\n max: 10\n },\n sync: true\n },\n l: {\n enable: true,\n speed: {\n min: 5,\n max: 10\n },\n sync: true\n }\n }\n }\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: 15\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/c/colorAnimation.js?\n}");
|
|
258
258
|
|
|
259
259
|
/***/ },
|
|
260
260
|
|
|
@@ -264,7 +264,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
264
264
|
\***********************************/
|
|
265
265
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
266
266
|
|
|
267
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"connect\",\n name: \"Connect\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"connect\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 40\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n }\n }\n },\n particles: {\n color: {\n
|
|
267
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"connect\",\n name: \"Connect\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"connect\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 40\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"random\"\n },\n enable: true\n },\n links: {\n blink: false,\n color: \"#ffffff\",\n consent: false,\n distance: 150,\n enable: false,\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n },\n number: {\n density: {\n enable: true\n },\n limit: {\n value: 500\n },\n value: 300\n },\n opacity: {\n value: 0.5\n },\n shape: {\n type: \"circle\"\n },\n stroke: {\n color: {\n value: \"#fff\"\n },\n width: 1\n },\n size: {\n value: {\n min: 1,\n max: 10\n }\n }\n },\n polygon: {\n draw: {\n enable: false,\n lineColor: \"#ffffff\",\n lineWidth: 0.5\n },\n move: {\n radius: 10\n },\n scale: 1,\n type: \"none\",\n url: \"\"\n },\n background: {\n color: \"#000000\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/c/connect.js?\n}");
|
|
268
268
|
|
|
269
269
|
/***/ },
|
|
270
270
|
|
|
@@ -274,7 +274,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
274
274
|
\*************************************/
|
|
275
275
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
276
276
|
|
|
277
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"curlNoise\",\n name: \"Curl Noise\",\n particles: {\n number: {\n value: 300\n },\n color: {\n
|
|
277
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"curlNoise\",\n name: \"Curl Noise\",\n particles: {\n number: {\n value: 300\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 360,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 3\n },\n move: {\n path: {\n clamp: false,\n enable: true,\n options: {\n step: 250,\n speed: 1\n },\n delay: {\n value: 0\n },\n generator: \"curlNoise\"\n },\n enable: true,\n speed: 3\n }\n },\n background: {\n color: \"#000000\"\n },\n trail: {\n fill: {\n color: \"#000\"\n },\n enable: true,\n length: 1000\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/c/curlNoise.js?\n}");
|
|
278
278
|
|
|
279
279
|
/***/ },
|
|
280
280
|
|
|
@@ -294,7 +294,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
294
294
|
\**************************************/
|
|
295
295
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
296
296
|
|
|
297
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"dataImages\",\n name: \"Data URI Images\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 40\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n }\n }\n },\n particles: {\n
|
|
297
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"dataImages\",\n name: \"Data URI Images\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 40\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n }\n }\n },\n particles: {\n move: {\n direction: \"none\",\n enable: true,\n speed: 2\n },\n number: {\n density: {\n enable: true\n },\n value: 80\n },\n opacity: {\n value: 0.5\n },\n rotate: {\n animation: {\n enable: true,\n speed: 5,\n sync: false\n },\n direction: \"random\",\n value: {\n min: 0,\n max: 360\n }\n },\n shape: {\n options: {\n image: [\n {\n name: \"apple\"\n },\n {\n name: \"basketball\"\n }\n ]\n },\n type: \"image\"\n },\n size: {\n value: 16\n }\n },\n preload: [\n {\n name: \"apple\",\n src: \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAACTElEQVRYhe2WzUtUYRTGf+eORZq1aGlESjEzjn2QY5KVYRiEJVngtk2LWljLahdGEeW2rf9AkS6EKKQSFxLoWOEHt1tYluHCFiONTJMz854WGQjpnXdmIArmgbs595zneTjn3ve8UEIJ/zuCd4/vD/a0Nhda7xQl3tPaLOIMi6GpUA6xSep+2rLbmEAHmL0gWwWJK7x4OOFEVMwG7/rza4UaKLOzufEbmu5CpAZAUYALR2qyoyOzzpNCxcFyBN0nBxeMBk4Di6vj2ytpdESsuliUAYDb7c9cRduBL79j8RTvjar+FQMAt04NjTjZzSFUO1Xk/NCMDBQjDrbfwApi0aqK8jsfNtW9nO4DCN07sWd1/6eb6rZ9X46nGsbnk7acVvNz68NRHL0P2ggEAE9EbnR07qgXSPU/+uyKchMIAVmQUYxcqX31drxoA140eNQIQ6zRrb7wlscBJXPWS3SsUZoRpCUc80b8+HOOwAi96+Wd8xKH/bgV7QVq/fh9O+AeCleTMR9zmfSDZgPVkdfup/Xe+/8F2czOYsQBKPPn8DWQTpVPAOki5Jd/pNMTBRvYNzkZBwYLlhcGD7yZXfRLyXkQKTwoXF9y1uY0kNSlPoG5/MWZWzKJ/qINNIzPJw3kvW6NcNXmRLTeZG5DcBg4Zpctw7Uxr8Um03oZKYEuIPFH+NezGgnFuWzLa20gEnOnBGkDvq6EjCoXES4BBgBhQZC2SMydsuXN+zIRi1ZVVEjlmYAwExp7NwbgHQwezCq7kro0kM8mLKGEfwI/AbDUxKelB9HiAAAAAElFTkSuQmCC\",\n width: 32,\n height: 32\n },\n {\n name: \"basketball\",\n src: \"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiIGhlaWdodD0iMTAwcHgiIHdpZHRoPSIxMDBweCI+CjxnPgoJPHBhdGggZD0iTTI4LjEsMzYuNmM0LjYsMS45LDEyLjIsMS42LDIwLjksMS4xYzguOS0wLjQsMTktMC45LDI4LjksMC45YzYuMywxLjIsMTEuOSwzLjEsMTYuOCw2Yy0xLjUtMTIuMi03LjktMjMuNy0xOC42LTMxLjMgICBjLTQuOS0wLjItOS45LDAuMy0xNC44LDEuNEM0Ny44LDE3LjksMzYuMiwyNS42LDI4LjEsMzYuNnoiLz4KCTxwYXRoIGQ9Ik03MC4zLDkuOEM1Ny41LDMuNCw0Mi44LDMuNiwzMC41LDkuNWMtMyw2LTguNCwxOS42LTUuMywyNC45YzguNi0xMS43LDIwLjktMTkuOCwzNS4yLTIzLjFDNjMuNywxMC41LDY3LDEwLDcwLjMsOS44eiIvPgoJPHBhdGggZD0iTTE2LjUsNTEuM2MwLjYtMS43LDEuMi0zLjQsMi01LjFjLTMuOC0zLjQtNy41LTctMTEtMTAuOGMtMi4xLDYuMS0yLjgsMTIuNS0yLjMsMTguN0M5LjYsNTEuMSwxMy40LDUwLjIsMTYuNSw1MS4zeiIvPgoJPHBhdGggZD0iTTksMzEuNmMzLjUsMy45LDcuMiw3LjYsMTEuMSwxMS4xYzAuOC0xLjYsMS43LTMuMSwyLjYtNC42YzAuMS0wLjIsMC4zLTAuNCwwLjQtMC42Yy0yLjktMy4zLTMuMS05LjItMC42LTE3LjYgICBjMC44LTIuNywxLjgtNS4zLDIuNy03LjRjLTUuMiwzLjQtOS44LDgtMTMuMywxMy43QzEwLjgsMjcuOSw5LjgsMjkuNyw5LDMxLjZ6Ii8+Cgk8cGF0aCBkPSJNMTUuNCw1NC43Yy0yLjYtMS02LjEsMC43LTkuNywzLjRjMS4yLDYuNiwzLjksMTMsOCwxOC41QzEzLDY5LjMsMTMuNSw2MS44LDE1LjQsNTQuN3oiLz4KCTxwYXRoIGQ9Ik0zOS44LDU3LjZDNTQuMyw2Ni43LDcwLDczLDg2LjUsNzYuNGMwLjYtMC44LDEuMS0xLjYsMS43LTIuNWM0LjgtNy43LDctMTYuMyw2LjgtMjQuOGMtMTMuOC05LjMtMzEuMy04LjQtNDUuOC03LjcgICBjLTkuNSwwLjUtMTcuOCwwLjktMjMuMi0xLjdjLTAuMSwwLjEtMC4yLDAuMy0wLjMsMC40Yy0xLDEuNy0yLDMuNC0yLjksNS4xQzI4LjIsNDkuNywzMy44LDUzLjksMzkuOCw1Ny42eiIvPgoJPHBhdGggZD0iTTI2LjIsODguMmMzLjMsMiw2LjcsMy42LDEwLjIsNC43Yy0zLjUtNi4yLTYuMy0xMi42LTguOC0xOC41Yy0zLjEtNy4yLTUuOC0xMy41LTktMTcuMmMtMS45LDgtMiwxNi40LTAuMywyNC43ICAgQzIwLjYsODQuMiwyMy4yLDg2LjMsMjYuMiw4OC4yeiIvPgoJPHBhdGggZD0iTTMwLjksNzNjMi45LDYuOCw2LjEsMTQuNCwxMC41LDIxLjJjMTUuNiwzLDMyLTIuMyw0Mi42LTE0LjZDNjcuNyw3Niw1Mi4yLDY5LjYsMzcuOSw2MC43QzMyLDU3LDI2LjUsNTMsMjEuMyw0OC42ICAgYy0wLjYsMS41LTEuMiwzLTEuNyw0LjZDMjQuMSw1Ny4xLDI3LjMsNjQuNSwzMC45LDczeiIvPgo8L2c+Cjwvc3ZnPg==\",\n width: 32,\n height: 32\n }\n ],\n background: {\n color: \"#fff\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/d/dataImages.js?\n}");
|
|
298
298
|
|
|
299
299
|
/***/ },
|
|
300
300
|
|
|
@@ -304,7 +304,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
304
304
|
\*********************************/
|
|
305
305
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
306
306
|
|
|
307
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"delay\",\n name: \"Delay\",\n delay: 5,\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
307
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"delay\",\n name: \"Delay\",\n delay: 5,\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/d/delay.js?\n}");
|
|
308
308
|
|
|
309
309
|
/***/ },
|
|
310
310
|
|
|
@@ -314,7 +314,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
314
314
|
\**************************************/
|
|
315
315
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
316
316
|
|
|
317
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"delayColor\",\n name: \"Delay Color\",\n background: {\n color: {\n value: \"#000\"\n }\n },\n particles: {\n color: {\n
|
|
317
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"delayColor\",\n name: \"Delay Color\",\n background: {\n color: {\n value: \"#000\"\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#f00\",\n animation: {\n enable: true,\n speed: 50,\n sync: true,\n delay: {\n min: 1,\n max: 3\n }\n }\n },\n enable: true\n },\n number: {\n value: 100\n },\n size: {\n value: 5\n },\n opacity: {\n value: 1\n },\n move: {\n enable: true\n },\n links: {\n enable: true,\n color: \"random\"\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/d/delayColor.js?\n}");
|
|
318
318
|
|
|
319
319
|
/***/ },
|
|
320
320
|
|
|
@@ -324,7 +324,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
324
324
|
\****************************************/
|
|
325
325
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
326
326
|
|
|
327
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"delayOpacity\",\n name: \"Delay Opacity\",\n background: {\n color: {\n value: \"#000\"\n }\n },\n particles: {\n color: {\n
|
|
327
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"delayOpacity\",\n name: \"Delay Opacity\",\n background: {\n color: {\n value: \"#000\"\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#fff\"\n },\n enable: true\n },\n number: {\n value: 100\n },\n opacity: {\n value: {\n max: 1,\n min: 0\n },\n animation: {\n enable: true,\n speed: 5,\n sync: true,\n delay: {\n min: 1,\n max: 3\n },\n startValue: \"max\",\n destroy: \"min\"\n }\n },\n size: {\n value: 5\n },\n move: {\n enable: true\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/d/delayOpacity.js?\n}");
|
|
328
328
|
|
|
329
329
|
/***/ },
|
|
330
330
|
|
|
@@ -334,7 +334,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
334
334
|
\*************************************/
|
|
335
335
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
336
336
|
|
|
337
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"delaySize\",\n name: \"Delay Size\",\n background: {\n color: {\n value: \"#000\"\n }\n },\n particles: {\n color: {\n
|
|
337
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"delaySize\",\n name: \"Delay Size\",\n background: {\n color: {\n value: \"#000\"\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#fff\"\n },\n enable: true\n },\n number: {\n value: 100\n },\n size: {\n value: {\n max: 5,\n min: 0\n },\n animation: {\n enable: true,\n speed: 5,\n sync: true,\n delay: {\n min: 1,\n max: 3\n },\n startValue: \"max\",\n destroy: \"min\"\n }\n },\n opacity: {\n value: 1\n },\n move: {\n enable: true\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/d/delaySize.js?\n}");
|
|
338
338
|
|
|
339
339
|
/***/ },
|
|
340
340
|
|
|
@@ -344,7 +344,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
344
344
|
\********************************************/
|
|
345
345
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
346
346
|
|
|
347
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"delayStrokeColor\",\n name: \"Delay Stroke Color\",\n background: {\n color: {\n value: \"#000\"\n }\n },\n particles: {\n stroke: {\n color: {\n value: \"#f00\",\n animation: {\n enable: true,\n speed: 50,\n sync: true,\n delay: {\n min: 1,\n max: 3\n }\n }\n },\n width: 3\n },\n number: {\n value: 100\n },\n size: {\n value: 5\n },\n opacity: {\n value: 1\n },\n
|
|
347
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"delayStrokeColor\",\n name: \"Delay Stroke Color\",\n background: {\n color: {\n value: \"#000\"\n }\n },\n particles: {\n stroke: {\n color: {\n value: \"#f00\",\n animation: {\n enable: true,\n speed: 50,\n sync: true,\n delay: {\n min: 1,\n max: 3\n }\n }\n },\n width: 3\n },\n number: {\n value: 100\n },\n size: {\n value: 5\n },\n opacity: {\n value: 1\n },\n fill: {\n enable: false\n },\n move: {\n enable: true\n },\n shape: {\n type: [\n \"triangle\",\n \"circle\",\n \"square\"\n ]\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/d/delayStrokeColor.js?\n}");
|
|
348
348
|
|
|
349
349
|
/***/ },
|
|
350
350
|
|
|
@@ -354,7 +354,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
354
354
|
\***********************************/
|
|
355
355
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
356
356
|
|
|
357
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"destroy\",\n name: \"Destroy\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
357
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"destroy\",\n name: \"Destroy\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 5\n }\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 2,\n outModes: \"destroy\"\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#0d47a1\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/d/destroy.js?\n}");
|
|
358
358
|
|
|
359
359
|
/***/ },
|
|
360
360
|
|
|
@@ -364,7 +364,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
364
364
|
\****************************************/
|
|
365
365
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
366
366
|
|
|
367
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"disappearing\",\n name: \"Disappearing\",\n background: {\n color: {\n value: \"#000\"\n }\n },\n emitters: {\n direction: \"random\",\n size: {\n width: 100,\n height: 100\n },\n position: {\n x: 50,\n y: 50\n },\n rate: {\n delay: 0.1,\n quantity: 10\n }\n },\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
367
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"disappearing\",\n name: \"Disappearing\",\n background: {\n color: {\n value: \"#000\"\n }\n },\n emitters: {\n direction: \"random\",\n size: {\n width: 100,\n height: 100\n },\n position: {\n x: 50,\n y: 50\n },\n rate: {\n delay: 0.1,\n quantity: 10\n }\n },\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: \"random\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: {\n min: 0.3,\n max: 0.8\n }\n },\n size: {\n value: {\n min: 1,\n max: 50\n },\n animation: {\n enable: true,\n speed: 30,\n sync: true,\n startValue: \"max\",\n destroy: \"min\"\n }\n },\n move: {\n enable: true,\n speed: 5,\n outModes: \"destroy\"\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n repulse: {\n distance: 100\n },\n push: {\n quantity: 4\n }\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/d/disappearing.js?\n}");
|
|
368
368
|
|
|
369
369
|
/***/ },
|
|
370
370
|
|
|
@@ -374,7 +374,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
374
374
|
\*************************************/
|
|
375
375
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
376
376
|
|
|
377
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"divEvents\",\n name: \"Div Events\",\n background: {\n color: \"#0d47a1\"\n },\n interactivity: {\n events: {\n onDiv: [\n {\n enable: true,\n selectors: \".bubble.circle\",\n mode: \"bubble\",\n type: \"circle\"\n },\n {\n enable: true,\n selectors: \".repulse.circle\",\n mode: \"repulse\",\n type: \"circle\"\n },\n {\n enable: true,\n selectors: \".bubble.rectangle\",\n mode: \"bubble\",\n type: \"rectangle\"\n },\n {\n enable: true,\n selectors: \".repulse.rectangle\",\n mode: \"repulse\",\n type: \"rectangle\"\n },\n {\n enable: true,\n selectors: \".bounce.circle\",\n mode: \"bounce\",\n type: \"circle\"\n },\n {\n enable: true,\n selectors: \".bounce.rectangle\",\n mode: \"bounce\",\n type: \"rectangle\"\n }\n ]\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 6,\n color: \"#000000\"\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n }\n }\n },\n particles: {\n color: {\n
|
|
377
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"divEvents\",\n name: \"Div Events\",\n background: {\n color: \"#0d47a1\"\n },\n interactivity: {\n events: {\n onDiv: [\n {\n enable: true,\n selectors: \".bubble.circle\",\n mode: \"bubble\",\n type: \"circle\"\n },\n {\n enable: true,\n selectors: \".repulse.circle\",\n mode: \"repulse\",\n type: \"circle\"\n },\n {\n enable: true,\n selectors: \".bubble.rectangle\",\n mode: \"bubble\",\n type: \"rectangle\"\n },\n {\n enable: true,\n selectors: \".repulse.rectangle\",\n mode: \"repulse\",\n type: \"rectangle\"\n },\n {\n enable: true,\n selectors: \".bounce.circle\",\n mode: \"bounce\",\n type: \"circle\"\n },\n {\n enable: true,\n selectors: \".bounce.rectangle\",\n mode: \"bounce\",\n type: \"rectangle\"\n }\n ]\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 6,\n color: \"#000000\"\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n links: {\n color: \"#ffffff\",\n distance: 150,\n enable: true,\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 2\n },\n number: {\n density: {\n enable: true\n },\n value: 80\n },\n opacity: {\n value: 0.5\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: {\n min: 1,\n max: 5\n }\n }\n },\n detectRetina: true\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/d/divEvents.js?\n}");
|
|
378
378
|
|
|
379
379
|
/***/ },
|
|
380
380
|
|
|
@@ -394,7 +394,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
394
394
|
\****************************************/
|
|
395
395
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
396
396
|
|
|
397
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"effectBubble\",\n name: \"Effect Bubble\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
397
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"effectBubble\",\n name: \"Effect Bubble\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n effect: {\n type: \"bubble\"\n },\n shape: {\n type: [\n \"circle\",\n \"square\"\n ]\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 5,\n max: 50\n }\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/e/effectBubble.js?\n}");
|
|
398
398
|
|
|
399
399
|
/***/ },
|
|
400
400
|
|
|
@@ -404,7 +404,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
404
404
|
\*******************************************/
|
|
405
405
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
406
406
|
|
|
407
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"effectParticles\",\n name: \"Effect Particles\",\n particles: {\n number: {\n value: 25\n },\n color: {\n
|
|
407
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"effectParticles\",\n name: \"Effect Particles\",\n particles: {\n number: {\n value: 25\n },\n fill: {\n color: {\n value: \"#ffff00\"\n }\n },\n effect: {\n type: \"particles\",\n options: {\n particles: {\n spawn: {\n particles: {\n fill: {\n color: {\n value: \"#ffff00\",\n animation: {\n enable: true,\n speed: -70,\n sync: true\n }\n },\n enable: true\n },\n effect: {\n type: \"none\"\n },\n shape: {\n type: \"star\"\n },\n move: {\n enable: true,\n speed: 1,\n outModes: \"destroy\"\n },\n life: {\n duration: {\n sync: false,\n value: {\n min: 1,\n max: 2\n }\n },\n count: 1\n },\n size: {\n value: {\n min: 2,\n max: 3\n }\n },\n zIndex: {\n value: 5\n }\n },\n rate: {\n delay: 0.1,\n quantity: {\n min: 3,\n max: 5\n }\n }\n }\n }\n }\n },\n shape: {\n type: \"star\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 10,\n max: 15\n }\n },\n move: {\n enable: true,\n speed: 6\n },\n rotate: {\n path: true\n },\n zIndex: {\n value: 0\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/e/effectParticles.js?\n}");
|
|
408
408
|
|
|
409
409
|
/***/ },
|
|
410
410
|
|
|
@@ -414,7 +414,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
414
414
|
\***************************************/
|
|
415
415
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
416
416
|
|
|
417
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"effectTrail\",\n name: \"Effect Trail\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
417
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"effectTrail\",\n name: \"Effect Trail\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 360,\n sync: true\n }\n },\n enable: true\n },\n effect: {\n type: \"trail\",\n options: {\n trail: {\n fade: true,\n length: {\n min: 10,\n max: 30\n }\n }\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 10\n },\n move: {\n path: {\n enable: true,\n options: {\n size: 32,\n draw: false,\n increment: 0.004\n },\n generator: \"simplexNoise\"\n },\n enable: true,\n speed: {\n min: 6,\n max: 15\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/e/effectTrail.js?\n}");
|
|
418
418
|
|
|
419
419
|
/***/ },
|
|
420
420
|
|
|
@@ -424,7 +424,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
424
424
|
\************************************************/
|
|
425
425
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
426
426
|
|
|
427
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"effectTrailTransform\",\n name: \"Effect Trail Transform\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
427
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"effectTrailTransform\",\n name: \"Effect Trail Transform\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 360,\n sync: true\n }\n },\n enable: true\n },\n effect: {\n type: \"trail\",\n options: {\n trail: {\n fade: true,\n length: {\n min: 10,\n max: 30\n },\n transform: true\n }\n }\n },\n shape: {\n type: \"square\"\n },\n size: {\n value: 10\n },\n move: {\n enable: true,\n speed: {\n min: 6,\n max: 15\n }\n },\n tilt: {\n direction: \"random\",\n enable: true,\n value: {\n min: 0,\n max: 360\n },\n animation: {\n enable: true,\n speed: 60,\n sync: true\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/e/effectTrailTransform.js?\n}");
|
|
428
428
|
|
|
429
429
|
/***/ },
|
|
430
430
|
|
|
@@ -434,7 +434,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
434
434
|
\***********************************/
|
|
435
435
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
436
436
|
|
|
437
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst options = {\n key: \"emitter\",\n name: \"Emitter\",\n particles: {\n number: {\n value: 100,\n density: {\n enable: false\n }\n },\n color: {\n
|
|
437
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst options = {\n key: \"emitter\",\n name: \"Emitter\",\n particles: {\n number: {\n value: 100,\n density: {\n enable: false\n }\n },\n fill: {\n color: {\n value: \"#000\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 5\n }\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#000\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 2\n }\n },\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"emitters\"\n }\n },\n modes: {\n emitters: {\n life: {\n count: 10,\n delay: 0.5,\n duration: 3\n },\n particles: {\n shape: {\n type: \"star\",\n options: {\n star: {\n sides: 7\n }\n }\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n },\n direction: \"clockwise\",\n animation: {\n enable: true,\n speed: 15,\n sync: false\n }\n },\n fill: {\n color: {\n value: \"#f0f\"\n },\n enable: true\n },\n links: {\n enable: false\n },\n opacity: {\n value: 1\n },\n size: {\n value: 15\n },\n move: {\n speed: 20,\n outModes: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.OutMode.destroy\n }\n }\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#fff\"\n },\n emitters: [\n {\n life: {\n count: 10,\n delay: 0.5,\n duration: 3\n },\n particles: {\n shape: {\n type: \"polygon\",\n options: {\n polygon: {\n sides: 6\n }\n }\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n },\n direction: \"clockwise\",\n animation: {\n enable: true,\n speed: 15,\n sync: false\n }\n },\n fill: {\n color: {\n value: \"#0f0\"\n },\n enable: true\n },\n links: {\n enable: false\n },\n opacity: {\n value: 1\n },\n size: {\n value: 15\n },\n move: {\n speed: 20,\n outModes: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.OutMode.destroy\n }\n }\n },\n {\n direction: \"top-right\",\n position: {\n x: 0,\n y: 100\n },\n particles: {\n shape: {\n type: \"star\"\n },\n fill: {\n color: {\n value: \"#f00\"\n },\n enable: true\n },\n links: {\n enable: true,\n id: \"emitter1\",\n color: {\n value: \"#ff7700\"\n }\n },\n opacity: {\n value: 0.3\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n },\n direction: \"counter-clockwise\",\n animation: {\n enable: true,\n speed: 15,\n sync: false\n }\n },\n size: {\n value: {\n min: 1,\n max: 10\n }\n },\n move: {\n speed: 10,\n outModes: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.OutMode.destroy\n }\n }\n },\n {\n direction: \"top-left\",\n position: {\n x: 100,\n y: 100\n },\n particles: {\n shape: {\n type: \"square\"\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n },\n direction: \"clockwise\",\n animation: {\n enable: true,\n speed: 15,\n sync: false\n }\n },\n fill: {\n color: {\n value: \"#00f\"\n },\n enable: true\n },\n links: {\n enable: false\n },\n opacity: {\n value: 0.8\n },\n size: {\n value: 15\n },\n move: {\n speed: 20,\n outModes: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.OutMode.destroy\n }\n }\n }\n ]\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/e/emitter.js?\n}");
|
|
438
438
|
|
|
439
439
|
/***/ },
|
|
440
440
|
|
|
@@ -444,7 +444,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
444
444
|
\*******************************************/
|
|
445
445
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
446
446
|
|
|
447
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"emitterAbsorber\",\n name: \"Emitter and Absorber\",\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
447
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"emitterAbsorber\",\n name: \"Emitter and Absorber\",\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: \"#000\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 5\n }\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#000\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 2\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: false,\n mode: \"repulse\"\n },\n onClick: {\n enable: false,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#fff\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n },\n absorbers: {\n position: {\n x: 50,\n y: 50\n },\n size: {\n density: 20,\n value: {\n min: 30,\n max: 50\n },\n limit: 100\n }\n },\n emitters: [\n {\n direction: \"top-right\",\n position: {\n x: 0,\n y: 100\n },\n particles: {\n shape: {\n type: \"circle\"\n },\n fill: {\n color: {\n value: \"random\"\n },\n enable: true\n },\n links: {\n enable: false\n },\n opacity: {\n value: 0.3\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n },\n direction: \"counter-clockwise\",\n animation: {\n enable: true,\n speed: 15,\n sync: false\n }\n },\n size: {\n value: {\n min: 5,\n max: 10\n }\n },\n move: {\n speed: 5,\n outModes: \"bounce\"\n }\n }\n }\n ]\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/e/emitterAbsorber.js?\n}");
|
|
448
448
|
|
|
449
449
|
/***/ },
|
|
450
450
|
|
|
@@ -454,7 +454,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
454
454
|
\*****************************************/
|
|
455
455
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
456
456
|
|
|
457
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"emitterAngled\",\n name: \"Emitter Angled\",\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
457
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"emitterAngled\",\n name: \"Emitter Angled\",\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: \"random\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 5,\n max: 10\n }\n },\n move: {\n angle: {\n offset: 0,\n value: 30\n },\n enable: true,\n speed: 15,\n direction: \"top\",\n outModes: {\n default: \"destroy\"\n }\n }\n },\n background: {\n color: \"#fff\"\n },\n emitters: [\n {\n direction: \"top\",\n position: {\n x: {\n min: 25,\n max: 75\n },\n y: 100\n },\n life: {\n duration: 3,\n delay: 5,\n count: 0\n }\n }\n ]\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/e/emitterAngled.js?\n}");
|
|
458
458
|
|
|
459
459
|
/***/ },
|
|
460
460
|
|
|
@@ -464,7 +464,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
464
464
|
\*********************************************/
|
|
465
465
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
466
466
|
|
|
467
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst minFilterValue = 30, minFilterAlpha = 0, rate = {\n delay: 0.1,\n quantity: 100\n}, generateEmitter = (shape, options, fill, position)=>{\n return {\n shape: {\n replace: {\n color: true,\n opacity: true\n },\n type: shape,\n options\n },\n position: position,\n size: {\n width: 500,\n height: 500,\n mode: \"precise\"\n },\n startCount: 300,\n rate,\n fill\n };\n}, options = {\n key: \"emitterImageShape\",\n name: \"Emitter Image Shape\",\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
467
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst minFilterValue = 30, minFilterAlpha = 0, rate = {\n delay: 0.1,\n quantity: 100\n}, generateEmitter = (shape, options, fill, position)=>{\n return {\n shape: {\n replace: {\n color: true,\n opacity: true\n },\n type: shape,\n options\n },\n position: position,\n size: {\n width: 500,\n height: 500,\n mode: \"precise\"\n },\n startCount: 300,\n rate,\n fill\n };\n}, options = {\n key: \"emitterImageShape\",\n name: \"Emitter Image Shape\",\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: [\n \"#f44336\",\n \"#e91e63\",\n \"#9c27b0\",\n \"#673ab7\",\n \"#3f51b5\",\n \"#2196f3\",\n \"#03a9f4\",\n \"#00bcd4\",\n \"#009688\",\n \"#4CAF50\",\n \"#8BC34A\",\n \"#CDDC39\",\n \"#FFEB3B\",\n \"#FFC107\",\n \"#FF9800\",\n \"#FF5722\"\n ]\n },\n enable: true\n },\n life: {\n count: 1,\n duration: {\n value: 1.5\n }\n },\n move: {\n enable: true,\n speed: 0.5\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 1,\n max: 10\n },\n animation: {\n enable: true,\n speed: 30,\n sync: true,\n startValue: \"min\",\n count: 2\n }\n }\n },\n background: {\n color: \"#fff\"\n },\n emitters: [\n generateEmitter(\"canvas\", {\n scale: 5,\n pixels: {\n filter: (pixel)=>pixel.r < minFilterValue && pixel.g < minFilterValue && pixel.b < minFilterValue ? false : pixel.a > minFilterAlpha,\n offset: 4\n },\n image: {\n src: \"https://particles.js.org/images/hdr/amongus_cyan.png\"\n }\n }, true, {\n x: 50,\n y: 50\n })\n ]\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/e/emitterImageShape.js?\n}");
|
|
468
468
|
|
|
469
469
|
/***/ },
|
|
470
470
|
|
|
@@ -484,7 +484,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
484
484
|
\****************************************/
|
|
485
485
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
486
486
|
|
|
487
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"emitterPaths\",\n name: \"Emitter Paths\",\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
487
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"emitterPaths\",\n name: \"Emitter Paths\",\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: \"#000000\"\n },\n enable: true\n },\n move: {\n enable: true,\n outModes: \"destroy\"\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: 3\n }\n },\n background: {\n color: \"#fff\"\n },\n emitters: [\n {\n position: {\n x: 33,\n y: 50\n },\n rate: {\n value: 0.5\n },\n particles: {\n life: {\n count: 1,\n duration: {\n value: 10\n }\n },\n move: {\n path: {\n clamp: false,\n enable: true,\n delay: {\n value: 0\n },\n generator: \"polygonPathGenerator\",\n options: {\n sides: 6,\n turnSteps: 30,\n angle: 30\n }\n }\n }\n }\n },\n {\n position: {\n x: 67,\n y: 50\n },\n rate: {\n value: 0.5\n },\n particles: {\n move: {\n path: {\n clamp: false,\n enable: true,\n delay: {\n value: 0\n },\n generator: \"curvesPathGenerator\"\n }\n }\n }\n }\n ],\n trail: {\n enable: true,\n fill: {\n color: \"#fff\"\n },\n length: 20\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/e/emitterPaths.js?\n}");
|
|
488
488
|
|
|
489
489
|
/***/ },
|
|
490
490
|
|
|
@@ -494,7 +494,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
494
494
|
\*****************************************/
|
|
495
495
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
496
496
|
|
|
497
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst rate = {\n delay: 0.1,\n quantity: 3\n}, generateEmitter = (shape, options, fill, position)=>{\n return {\n shape: {\n type: shape,\n options\n },\n position: position,\n size: {\n width: 200,\n height: 200,\n mode: \"precise\"\n },\n life: {\n duration: 10,\n delay: 0.5,\n count: 1\n },\n rate,\n fill\n };\n}, path = [\n {\n x: 0,\n y: 0\n },\n {\n x: 0,\n y: 50\n },\n {\n x: 25,\n y: 50\n },\n {\n x: 0,\n y: 100\n },\n {\n x: 50,\n y: 100\n },\n {\n x: 50,\n y: 75\n },\n {\n x: 100,\n y: 100\n },\n {\n x: 100,\n y: 50\n },\n {\n x: 75,\n y: 50\n },\n {\n x: 100,\n y: 0\n },\n {\n x: 50,\n y: 0\n },\n {\n x: 50,\n y: 25\n }\n], options = {\n key: \"emitterShapes\",\n name: \"Emitter Shapes\",\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
497
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst rate = {\n delay: 0.1,\n quantity: 3\n}, generateEmitter = (shape, options, fill, position)=>{\n return {\n shape: {\n type: shape,\n options\n },\n position: position,\n size: {\n width: 200,\n height: 200,\n mode: \"precise\"\n },\n life: {\n duration: 10,\n delay: 0.5,\n count: 1\n },\n rate,\n fill\n };\n}, path = [\n {\n x: 0,\n y: 0\n },\n {\n x: 0,\n y: 50\n },\n {\n x: 25,\n y: 50\n },\n {\n x: 0,\n y: 100\n },\n {\n x: 50,\n y: 100\n },\n {\n x: 50,\n y: 75\n },\n {\n x: 100,\n y: 100\n },\n {\n x: 100,\n y: 50\n },\n {\n x: 75,\n y: 50\n },\n {\n x: 100,\n y: 0\n },\n {\n x: 50,\n y: 0\n },\n {\n x: 50,\n y: 25\n }\n], options = {\n key: \"emitterShapes\",\n name: \"Emitter Shapes\",\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: \"#000000\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: 1\n }\n },\n background: {\n color: \"#fff\"\n },\n emitters: [\n generateEmitter(\"square\", {}, true, {\n x: 25,\n y: 25\n }),\n generateEmitter(\"circle\", {}, true, {\n x: 50,\n y: 25\n }),\n generateEmitter(\"polygon\", {\n angle: -18,\n sides: 5\n }, true, {\n x: 75,\n y: 25\n }),\n generateEmitter(\"square\", {}, false, {\n x: 25,\n y: 50\n }),\n generateEmitter(\"circle\", {}, false, {\n x: 50,\n y: 50\n }),\n generateEmitter(\"polygon\", {\n sides: 6\n }, false, {\n x: 75,\n y: 50\n }),\n generateEmitter(\"path\", {\n points: path\n }, true, {\n x: 25,\n y: 75\n }),\n generateEmitter(\"path\", {\n points: path\n }, false, {\n x: 50,\n y: 75\n })\n ]\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/e/emitterShapes.js?\n}");
|
|
498
498
|
|
|
499
499
|
/***/ },
|
|
500
500
|
|
|
@@ -504,7 +504,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
504
504
|
\*********************************************/
|
|
505
505
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
506
506
|
|
|
507
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst emitterRate = {\n delay: 0.1,\n quantity: 2\n}, options = {\n key: \"emitterSpawnColor\",\n name: \"Emitter Spawn Color\",\n particles: {\n opacity: {\n value: 1\n },\n size: {\n value: 3\n },\n life: {\n count: 1,\n duration: {\n value: 5\n }\n },\n move: {\n enable: true,\n speed: 3,\n outModes: {\n default: \"destroy\"\n }\n }\n },\n background: {\n color: \"#000000\"\n },\n emitters: [\n {\n position: {\n x: 33,\n y: 0\n },\n rate: emitterRate,\n particles: {\n move: {\n direction: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.MoveDirection.bottomRight\n }\n },\n
|
|
507
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst emitterRate = {\n delay: 0.1,\n quantity: 2\n}, options = {\n key: \"emitterSpawnColor\",\n name: \"Emitter Spawn Color\",\n particles: {\n opacity: {\n value: 1\n },\n fill: {\n enable: false\n },\n size: {\n value: 3\n },\n life: {\n count: 1,\n duration: {\n value: 5\n }\n },\n move: {\n enable: true,\n speed: 3,\n outModes: {\n default: \"destroy\"\n }\n }\n },\n background: {\n color: \"#000000\"\n },\n emitters: [\n {\n position: {\n x: 33,\n y: 0\n },\n rate: emitterRate,\n particles: {\n move: {\n direction: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.MoveDirection.bottomRight\n }\n },\n spawn: {\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n h: {\n enable: true,\n speed: 10\n }\n }\n }\n }\n }\n },\n {\n position: {\n x: 33,\n y: 100\n },\n rate: emitterRate,\n particles: {\n move: {\n direction: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.MoveDirection.topRight\n }\n },\n spawn: {\n stroke: {\n width: 1,\n color: {\n value: \"#ff0000\",\n animation: {\n s: {\n enable: true,\n speed: 10,\n offset: {\n min: -10,\n max: 10\n }\n }\n }\n }\n }\n }\n },\n {\n position: {\n x: 100,\n y: 0\n },\n rate: emitterRate,\n particles: {\n move: {\n direction: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.MoveDirection.bottomLeft\n }\n },\n spawn: {\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n l: {\n enable: true,\n speed: 10,\n offset: {\n min: -10,\n max: 10\n }\n }\n }\n }\n }\n }\n },\n {\n position: {\n x: 100,\n y: 100\n },\n rate: emitterRate,\n particles: {\n move: {\n direction: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.MoveDirection.topLeft\n }\n },\n spawn: {\n stroke: {\n width: 1,\n color: {\n value: \"#ff0000\",\n animation: {\n h: {\n enable: true,\n speed: 10\n },\n s: {\n enable: true,\n speed: 10,\n offset: {\n min: -10,\n max: 10\n }\n }\n }\n }\n }\n }\n },\n {\n position: {\n x: 66,\n y: 50\n },\n rate: emitterRate,\n particles: {\n move: {\n direction: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.MoveDirection.none\n }\n },\n spawn: {\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n h: {\n enable: true,\n speed: 10\n },\n l: {\n enable: true,\n speed: 10,\n offset: {\n min: -10,\n max: 10\n }\n }\n }\n }\n },\n stroke: {\n width: 1,\n color: {\n value: \"#00ff00\",\n animation: {\n h: {\n enable: true,\n speed: 10\n },\n l: {\n enable: true,\n speed: 10,\n offset: {\n min: -10,\n max: 10\n }\n }\n }\n }\n }\n }\n }\n ]\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/e/emitterSpawnColor.js?\n}");
|
|
508
508
|
|
|
509
509
|
/***/ },
|
|
510
510
|
|
|
@@ -514,7 +514,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
514
514
|
\********************************************/
|
|
515
515
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
516
516
|
|
|
517
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst minAlphaFilter = 0, rate = {\n delay: 0.1,\n quantity: 100\n}, generateEmitter = (shape, options, fill, position)=>{\n return {\n shape: {\n type: shape,\n options\n },\n position: position,\n size: {\n width: 500,\n height: 500,\n mode: \"precise\"\n },\n startCount: 300,\n rate,\n fill\n };\n}, options = {\n key: \"emitterTextShape\",\n name: \"Emitter Text Shape\",\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
517
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst minAlphaFilter = 0, rate = {\n delay: 0.1,\n quantity: 100\n}, generateEmitter = (shape, options, fill, position)=>{\n return {\n shape: {\n type: shape,\n options\n },\n position: position,\n size: {\n width: 500,\n height: 500,\n mode: \"precise\"\n },\n startCount: 300,\n rate,\n fill\n };\n}, options = {\n key: \"emitterTextShape\",\n name: \"Emitter Text Shape\",\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: [\n \"#f44336\",\n \"#e91e63\",\n \"#9c27b0\",\n \"#673ab7\",\n \"#3f51b5\",\n \"#2196f3\",\n \"#03a9f4\",\n \"#00bcd4\",\n \"#009688\",\n \"#4CAF50\",\n \"#8BC34A\",\n \"#CDDC39\",\n \"#FFEB3B\",\n \"#FFC107\",\n \"#FF9800\",\n \"#FF5722\"\n ]\n },\n enable: true\n },\n life: {\n count: 1,\n duration: {\n value: 1.5\n }\n },\n move: {\n enable: true,\n speed: 0.5\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 1,\n max: 10\n },\n animation: {\n enable: true,\n speed: 30,\n sync: true,\n startValue: \"min\",\n count: 2\n }\n }\n },\n background: {\n color: \"#fff\"\n },\n emitters: [\n generateEmitter(\"canvas\", {\n scale: 1,\n pixels: {\n filter: (pixel)=>pixel.a > minAlphaFilter,\n offset: 4\n },\n text: {\n color: \"#ff0000\",\n font: {\n size: 500,\n family: \"Verdana\"\n },\n text: \"Particles\",\n lines: {\n separator: \"\\n\",\n spacing: 10\n }\n }\n }, true, {\n x: 50,\n y: 50\n })\n ]\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/e/emitterTextShape.js?\n}");
|
|
518
518
|
|
|
519
519
|
/***/ },
|
|
520
520
|
|
|
@@ -524,7 +524,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
524
524
|
\**************************************************/
|
|
525
525
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
526
526
|
|
|
527
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst minAlphaFilter = 0, rate = {\n delay: 0.1,\n quantity: 100\n}, generateEmitter = (shape, options, fill, position)=>{\n return {\n shape: {\n type: shape,\n options\n },\n position: position,\n size: {\n width: 500,\n height: 500,\n mode: \"precise\"\n },\n startCount: 300,\n rate,\n fill\n };\n}, options = {\n key: \"emitterTextStrokeShape\",\n name: \"Emitter Text Stroke Shape\",\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
527
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst minAlphaFilter = 0, rate = {\n delay: 0.1,\n quantity: 100\n}, generateEmitter = (shape, options, fill, position)=>{\n return {\n shape: {\n type: shape,\n options\n },\n position: position,\n size: {\n width: 500,\n height: 500,\n mode: \"precise\"\n },\n startCount: 300,\n rate,\n fill\n };\n}, options = {\n key: \"emitterTextStrokeShape\",\n name: \"Emitter Text Stroke Shape\",\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: [\n \"#f44336\",\n \"#e91e63\",\n \"#9c27b0\",\n \"#673ab7\",\n \"#3f51b5\",\n \"#2196f3\",\n \"#03a9f4\",\n \"#00bcd4\",\n \"#009688\",\n \"#4CAF50\",\n \"#8BC34A\",\n \"#CDDC39\",\n \"#FFEB3B\",\n \"#FFC107\",\n \"#FF9800\",\n \"#FF5722\"\n ]\n },\n enable: true\n },\n life: {\n count: 1,\n duration: {\n value: 1.5\n }\n },\n move: {\n enable: true,\n speed: 0.5\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 1,\n max: 10\n },\n animation: {\n enable: true,\n speed: 30,\n sync: true,\n startValue: \"min\",\n count: 2\n }\n }\n },\n background: {\n color: \"#fff\"\n },\n emitters: [\n generateEmitter(\"canvas\", {\n scale: 1,\n pixels: {\n filter: (pixel)=>pixel.a > minAlphaFilter,\n offset: 4\n },\n text: {\n color: \"#ff0000\",\n font: {\n size: 500,\n family: \"Verdana\"\n },\n text: \"Particles\",\n lines: {\n separator: \"\\n\",\n spacing: 10\n }\n }\n }, false, {\n x: 50,\n y: 50\n })\n ]\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/e/emitterTextStrokeShape.js?\n}");
|
|
528
528
|
|
|
529
529
|
/***/ },
|
|
530
530
|
|
|
@@ -544,7 +544,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
544
544
|
\*******************************************/
|
|
545
545
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
546
546
|
|
|
547
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"fallingConfetti\",\n name: \"Falling Confetti\",\n background: {\n color: \"#000000\"\n },\n particles: {\n color: {\n
|
|
547
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"fallingConfetti\",\n name: \"Falling Confetti\",\n background: {\n color: \"#000000\"\n },\n particles: {\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ],\n animation: {\n enable: true,\n speed: 30\n }\n },\n enable: true\n },\n move: {\n direction: \"bottom\",\n enable: true,\n outModes: \"out\",\n speed: {\n min: 3,\n max: 10\n }\n },\n number: {\n value: 300\n },\n opacity: {\n value: 1\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n },\n direction: \"random\",\n move: true,\n animation: {\n enable: true,\n speed: 60\n }\n },\n tilt: {\n direction: \"random\",\n enable: true,\n value: {\n min: 0,\n max: 360\n },\n animation: {\n enable: true,\n speed: 60\n }\n },\n shape: {\n type: [\n \"circle\",\n \"square\",\n \"polygon\"\n ],\n options: {\n polygon: [\n {\n sides: 5\n },\n {\n sides: 6\n }\n ]\n }\n },\n size: {\n value: {\n min: 5,\n max: 15\n }\n },\n roll: {\n darken: {\n enable: true,\n value: 30\n },\n enlighten: {\n enable: true,\n value: 30\n },\n enable: true,\n mode: \"both\",\n speed: {\n min: 15,\n max: 25\n }\n },\n wobble: {\n distance: 30,\n enable: true,\n move: true,\n speed: {\n min: -15,\n max: 15\n }\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/f/fallingConfetti.js?\n}");
|
|
548
548
|
|
|
549
549
|
/***/ },
|
|
550
550
|
|
|
@@ -554,7 +554,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
554
554
|
\*************************************/
|
|
555
555
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
556
556
|
|
|
557
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst options = {\n key: \"fireworks\",\n name: \"Fireworks\",\n fullScreen: {\n enable: true\n },\n background: {\n color: \"#000\"\n },\n emitters: {\n direction: \"top\",\n life: {\n count: 0,\n duration: 0.1,\n delay: 0.1\n },\n rate: {\n delay: 0.15,\n quantity: 1\n },\n size: {\n width: 100,\n height: 0\n },\n position: {\n y: 100,\n x: 50\n }\n },\n particles: {\n number: {\n value: 0\n },\n destroy: {\n bounds: {\n top: 30\n },\n mode: \"split\",\n split: {\n count: 1,\n factor: {\n value: 0.333333\n },\n rate: {\n value: 100\n },\n particles: {\n stroke: {\n width: 0\n },\n color: {\n
|
|
557
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst options = {\n key: \"fireworks\",\n name: \"Fireworks\",\n fullScreen: {\n enable: true\n },\n background: {\n color: \"#000\"\n },\n emitters: {\n direction: \"top\",\n life: {\n count: 0,\n duration: 0.1,\n delay: 0.1\n },\n rate: {\n delay: 0.15,\n quantity: 1\n },\n size: {\n width: 100,\n height: 0\n },\n position: {\n y: 100,\n x: 50\n }\n },\n particles: {\n number: {\n value: 0\n },\n destroy: {\n bounds: {\n top: 30\n },\n mode: \"split\",\n split: {\n count: 1,\n factor: {\n value: 0.333333\n },\n rate: {\n value: 100\n },\n particles: {\n stroke: {\n width: 0\n },\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n number: {\n value: 0\n },\n collisions: {\n enable: false\n },\n destroy: {\n bounds: {\n top: 0\n }\n },\n opacity: {\n value: {\n min: 0.1,\n max: 1\n },\n animation: {\n enable: true,\n speed: 0.7,\n sync: false,\n startValue: \"max\",\n destroy: \"min\"\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 2,\n animation: {\n enable: false\n }\n },\n life: {\n count: 1,\n duration: {\n value: {\n min: 1,\n max: 2\n }\n }\n },\n move: {\n enable: true,\n gravity: {\n enable: true,\n acceleration: 9.81,\n inverse: false\n },\n decay: 0.1,\n speed: {\n min: 10,\n max: 25\n },\n direction: \"outside\",\n outModes: \"destroy\"\n }\n }\n }\n },\n life: {\n count: 1\n },\n shape: {\n type: \"line\"\n },\n size: {\n value: {\n min: 0.1,\n max: 50\n },\n animation: {\n enable: true,\n sync: true,\n speed: 90,\n startValue: \"max\",\n destroy: \"min\"\n }\n },\n stroke: {\n color: {\n value: \"#ffffff\"\n },\n width: 1\n },\n rotate: {\n enable: true,\n path: true\n },\n move: {\n enable: true,\n gravity: {\n acceleration: 15,\n enable: true,\n inverse: true,\n maxSpeed: 100\n },\n speed: {\n min: 10,\n max: 20\n },\n outModes: {\n default: \"destroy\",\n top: \"none\"\n }\n }\n },\n sounds: {\n enable: true,\n events: [\n {\n event: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.EventType.particleRemoved,\n filter: (args)=>args.data.particle.options.move.gravity.inverse,\n audio: [\n \"https://particles.js.org/audio/explosion0.mp3\",\n \"https://particles.js.org/audio/explosion1.mp3\",\n \"https://particles.js.org/audio/explosion2.mp3\"\n ]\n }\n ],\n volume: 50\n },\n trail: {\n fill: {\n color: \"#000\"\n },\n enable: true,\n length: 10\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/f/fireworks.js?\n}");
|
|
558
558
|
|
|
559
559
|
/***/ },
|
|
560
560
|
|
|
@@ -564,7 +564,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
564
564
|
\**************************************/
|
|
565
565
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
566
566
|
|
|
567
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst options = {\n key: \"fireworks2\",\n name: \"Fireworks 2\",\n fullScreen: {\n enable: true\n },\n background: {\n color: \"#000\"\n },\n emitters: {\n direction: \"top\",\n life: {\n count: 0,\n duration: 0.1,\n delay: 0.1\n },\n rate: {\n delay: 0.15,\n quantity: 1\n },\n size: {\n width: 100,\n height: 0\n },\n position: {\n y: 100,\n x: 50\n }\n },\n particles: {\n color: {\n
|
|
567
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst options = {\n key: \"fireworks2\",\n name: \"Fireworks 2\",\n fullScreen: {\n enable: true\n },\n background: {\n color: \"#000\"\n },\n emitters: {\n direction: \"top\",\n life: {\n count: 0,\n duration: 0.1,\n delay: 0.1\n },\n rate: {\n delay: 0.15,\n quantity: 1\n },\n size: {\n width: 100,\n height: 0\n },\n position: {\n y: 100,\n x: 50\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#fff\"\n },\n enable: true\n },\n number: {\n value: 0\n },\n destroy: {\n bounds: {\n top: 30\n },\n mode: \"split\",\n split: {\n count: 1,\n factor: {\n value: 0.333333\n },\n rate: {\n value: 100\n },\n particles: {\n stroke: {\n width: 0\n },\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n number: {\n value: 0\n },\n collisions: {\n enable: false\n },\n destroy: {\n bounds: {\n top: 0\n }\n },\n opacity: {\n value: {\n min: 0.1,\n max: 1\n },\n animation: {\n enable: true,\n speed: 0.7,\n sync: false,\n startValue: \"max\",\n destroy: \"min\"\n }\n },\n effect: {\n type: \"trail\",\n options: {\n trail: {\n length: {\n min: 5,\n max: 10\n }\n }\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 2,\n animation: {\n enable: false\n }\n },\n life: {\n count: 1,\n duration: {\n value: {\n min: 1,\n max: 2\n }\n }\n },\n move: {\n enable: true,\n gravity: {\n enable: true,\n acceleration: 9.81,\n inverse: false\n },\n decay: 0.1,\n speed: {\n min: 10,\n max: 25\n },\n direction: \"outside\",\n outModes: \"destroy\"\n }\n }\n }\n },\n life: {\n count: 1\n },\n effect: {\n type: \"trail\",\n options: {\n trail: {\n length: {\n min: 10,\n max: 30\n },\n minWidth: 1,\n maxWidth: 1\n }\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 1\n },\n move: {\n enable: true,\n gravity: {\n acceleration: 15,\n enable: true,\n inverse: true,\n maxSpeed: 100\n },\n speed: {\n min: 10,\n max: 20\n },\n outModes: {\n default: \"destroy\",\n top: \"none\"\n }\n }\n },\n sounds: {\n enable: true,\n events: [\n {\n event: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.EventType.particleRemoved,\n filter: (args)=>args.data.particle.options.move.gravity.inverse,\n audio: [\n \"https://particles.js.org/audio/explosion0.mp3\",\n \"https://particles.js.org/audio/explosion1.mp3\",\n \"https://particles.js.org/audio/explosion2.mp3\"\n ]\n }\n ],\n volume: 50\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/f/fireworks2.js?\n}");
|
|
568
568
|
|
|
569
569
|
/***/ },
|
|
570
570
|
|
|
@@ -574,7 +574,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
574
574
|
\*****************************************/
|
|
575
575
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
576
576
|
|
|
577
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst options = {\n key: \"fireworksMask\",\n name: \"Fireworks Background Mask\",\n fullScreen: {\n enable: true\n },\n background: {\n color: \"#ffffff\",\n image: \"url('https://particles.js.org/images/hdr/background3.jpg')\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n },\n backgroundMask: {\n enable: true,\n cover: {\n color: \"#000\"\n }\n },\n emitters: {\n direction: \"top\",\n life: {\n count: 0,\n duration: 0.1,\n delay: 0.1\n },\n rate: {\n delay: 0.15,\n quantity: 1\n },\n size: {\n width: 100,\n height: 0\n },\n position: {\n y: 100,\n x: 50\n }\n },\n particles: {\n color: {\n
|
|
577
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst options = {\n key: \"fireworksMask\",\n name: \"Fireworks Background Mask\",\n fullScreen: {\n enable: true\n },\n background: {\n color: \"#ffffff\",\n image: \"url('https://particles.js.org/images/hdr/background3.jpg')\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n },\n backgroundMask: {\n enable: true,\n cover: {\n color: \"#000\"\n }\n },\n emitters: {\n direction: \"top\",\n life: {\n count: 0,\n duration: 0.1,\n delay: 0.1\n },\n rate: {\n delay: 0.15,\n quantity: 1\n },\n size: {\n width: 100,\n height: 0\n },\n position: {\n y: 100,\n x: 50\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#fff\"\n },\n enable: true\n },\n number: {\n value: 0\n },\n destroy: {\n bounds: {\n top: 30\n },\n mode: \"split\",\n split: {\n count: 1,\n factor: {\n value: 0.333333\n },\n rate: {\n value: 100\n },\n particles: {\n stroke: {\n width: 0\n },\n fill: {\n color: {\n value: [\n \"#ff595e\",\n \"#ffca3a\",\n \"#8ac926\",\n \"#1982c4\",\n \"#6a4c93\"\n ]\n }\n },\n number: {\n value: 0\n },\n collisions: {\n enable: false\n },\n destroy: {\n bounds: {\n top: 0\n }\n },\n opacity: {\n value: {\n min: 0.1,\n max: 1\n },\n animation: {\n enable: true,\n speed: 0.7,\n sync: false,\n startValue: \"max\",\n destroy: \"min\"\n }\n },\n effect: {\n type: \"trail\",\n options: {\n trail: {\n length: {\n min: 5,\n max: 10\n }\n }\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 2,\n animation: {\n enable: false\n }\n },\n life: {\n count: 1,\n duration: {\n value: {\n min: 1,\n max: 2\n }\n }\n },\n move: {\n enable: true,\n gravity: {\n enable: true,\n acceleration: 9.81,\n inverse: false\n },\n decay: 0.1,\n speed: {\n min: 10,\n max: 25\n },\n direction: \"outside\",\n outModes: \"destroy\"\n }\n }\n }\n },\n life: {\n count: 1\n },\n effect: {\n type: \"trail\",\n options: {\n trail: {\n length: {\n min: 10,\n max: 30\n },\n minWidth: 1,\n maxWidth: 1\n }\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 1\n },\n move: {\n enable: true,\n gravity: {\n acceleration: 15,\n enable: true,\n inverse: true,\n maxSpeed: 100\n },\n speed: {\n min: 10,\n max: 20\n },\n outModes: {\n default: \"destroy\",\n top: \"none\"\n }\n }\n },\n sounds: {\n enable: true,\n events: [\n {\n event: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.EventType.particleRemoved,\n filter: (args)=>args.data.particle.options.move.gravity.inverse,\n audio: [\n \"https://particles.js.org/audio/explosion0.mp3\",\n \"https://particles.js.org/audio/explosion1.mp3\",\n \"https://particles.js.org/audio/explosion2.mp3\"\n ]\n }\n ],\n volume: 50\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/f/fireworksMask.js?\n}");
|
|
578
578
|
|
|
579
579
|
/***/ },
|
|
580
580
|
|
|
@@ -584,7 +584,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
584
584
|
\***************************************/
|
|
585
585
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
586
586
|
|
|
587
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"fontawesome\",\n name: \"Font Awesome\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n push: {\n quantity: 4\n },\n repulse: {\n distance: 200,\n duration: 0.4\n }\n }\n },\n particles: {\n color: {\n
|
|
587
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"fontawesome\",\n name: \"Font Awesome\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n push: {\n quantity: 4\n },\n repulse: {\n distance: 200,\n duration: 0.4\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n links: {\n blink: false,\n color: \"#ffffff\",\n consent: false,\n distance: 150,\n enable: true,\n opacity: 0.4,\n width: 1\n },\n move: {\n direction: \"none\",\n enable: true,\n speed: 2\n },\n number: {\n density: {\n enable: true\n },\n value: 80\n },\n opacity: {\n animation: {\n enable: true,\n speed: 1,\n sync: false\n },\n value: {\n min: 0.1,\n max: 0.5\n }\n },\n shape: {\n options: {\n char: [\n {\n font: \"Font Awesome 5 Brands\",\n style: \"\",\n value: [\n \"\\uf179\"\n ],\n weight: \"400\"\n },\n {\n font: \"Font Awesome 5 Free\",\n style: \"\",\n value: [\n \"\\uf5d1\"\n ],\n weight: \"900\"\n }\n ]\n },\n type: \"char\"\n },\n stroke: {\n color: {\n value: \"#ffffff\"\n },\n width: 1\n },\n size: {\n value: 16\n }\n },\n pauseOnBlur: true,\n background: {\n color: \"#0d47a1\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/f/fontawesome.js?\n}");
|
|
588
588
|
|
|
589
589
|
/***/ },
|
|
590
590
|
|
|
@@ -594,7 +594,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
594
594
|
\***********************************/
|
|
595
595
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
596
596
|
|
|
597
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"forward\",\n name: \"Forward\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n rotate: {\n path: true\n },\n color: {\n
|
|
597
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"forward\",\n name: \"Forward\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n rotate: {\n path: true\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"image\",\n options: {\n image: {\n src: \"https://particles.js.org/images/hdr/arrow.png\",\n width: 512,\n height: 512,\n replaceColor: true\n }\n }\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 1,\n max: 32\n }\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#ffffff\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/f/forward.js?\n}");
|
|
598
598
|
|
|
599
599
|
/***/ },
|
|
600
600
|
|
|
@@ -614,7 +614,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
614
614
|
\********************************/
|
|
615
615
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
616
616
|
|
|
617
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"gifs\",\n name: \"Gifs\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n push: {\n quantity: 4\n }\n }\n },\n particles: {\n
|
|
617
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"gifs\",\n name: \"Gifs\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n push: {\n quantity: 4\n }\n }\n },\n particles: {\n move: {\n enable: true,\n speed: {\n min: 1,\n max: 6\n }\n },\n number: {\n value: 20,\n limit: {\n value: 30\n }\n },\n opacity: {\n value: 1\n },\n rotate: {\n path: true\n },\n shape: {\n options: {\n image: {\n gif: true,\n height: 200,\n src: \"https://particles.js.org/images/mario.gif\",\n width: 200\n }\n },\n type: \"image\"\n },\n size: {\n value: {\n min: 32,\n max: 64\n }\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/g/gifs.js?\n}");
|
|
618
618
|
|
|
619
619
|
/***/ },
|
|
620
620
|
|
|
@@ -624,7 +624,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
624
624
|
\*******************************************/
|
|
625
625
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
626
626
|
|
|
627
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"grabRandomColor\",\n name: \"Grab Random Color\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
627
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"grabRandomColor\",\n name: \"Grab Random Color\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"grab\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n color: \"random\",\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/g/grabRandomColor.js?\n}");
|
|
628
628
|
|
|
629
629
|
/***/ },
|
|
630
630
|
|
|
@@ -644,7 +644,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
644
644
|
\***********************************/
|
|
645
645
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
646
646
|
|
|
647
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"gravity\",\n name: \"Gravity\",\n particles: {\n destroy: {\n mode: \"split\",\n split: {\n count: 1,\n factor: {\n value: {\n min: 2,\n max: 4\n }\n }\n }\n },\n color: {\n
|
|
647
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"gravity\",\n name: \"Gravity\",\n particles: {\n destroy: {\n mode: \"split\",\n split: {\n count: 1,\n factor: {\n value: {\n min: 2,\n max: 4\n }\n }\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 5,\n max: 15\n }\n },\n life: {\n duration: {\n sync: true,\n value: 5\n },\n count: 1\n },\n move: {\n enable: true,\n gravity: {\n enable: true\n },\n speed: {\n min: 5,\n max: 15\n },\n outModes: {\n bottom: \"split\",\n default: \"bounce\",\n top: \"none\"\n }\n }\n },\n background: {\n color: \"#000\"\n },\n emitters: {\n direction: \"top\",\n life: {\n count: 0,\n duration: 3,\n delay: 2\n },\n position: {\n y: {\n min: 30,\n max: 70\n },\n x: {\n min: 30,\n max: 70\n }\n },\n rate: {\n delay: 0.1,\n quantity: 2\n },\n size: {\n width: 0,\n height: 0\n },\n particles: {\n bounce: {\n vertical: {\n value: {\n min: 0.4,\n max: 0.6\n }\n }\n },\n fill: {\n color: {\n value: [\n \"#5bc0eb\",\n \"#fde74c\",\n \"#9bc53d\",\n \"#e55934\",\n \"#fa7921\",\n \"#2FF3E0\",\n \"#F8D210\",\n \"#FA26A0\",\n \"#F51720\"\n ]\n }\n },\n size: {\n value: {\n min: 5,\n max: 10\n }\n },\n opacity: {\n value: 0.5\n },\n move: {\n speed: {\n min: 5,\n max: 15\n }\n }\n }\n },\n trail: {\n enable: true,\n fill: {\n color: \"#000000\"\n },\n length: 10\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/g/gravity.js?\n}");
|
|
648
648
|
|
|
649
649
|
/***/ },
|
|
650
650
|
|
|
@@ -654,7 +654,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
654
654
|
\**********************************/
|
|
655
655
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
656
656
|
|
|
657
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"groups\",\n name: \"Groups\",\n particles: {\n groups: {\n green: {\n number: {\n value: 10\n },\n color: {\n value: \"#00ff00\"\n }\n },\n yellow: {\n number: {\n value: 10\n },\n color: {\n value: \"#ffff00\"\n }\n },\n blue: {\n number: {\n value: 10\n },\n color: {\n value: \"#0000ff\"\n }\n },\n cyan: {\n number: {\n value: 10\n },\n color: {\n value: \"#00ffff\"\n }\n }\n },\n number: {\n value: 40,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
657
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"groups\",\n name: \"Groups\",\n particles: {\n groups: {\n green: {\n number: {\n value: 10\n },\n color: {\n value: \"#00ff00\"\n }\n },\n yellow: {\n number: {\n value: 10\n },\n color: {\n value: \"#ffff00\"\n }\n },\n blue: {\n number: {\n value: 10\n },\n color: {\n value: \"#0000ff\"\n }\n },\n cyan: {\n number: {\n value: 10\n },\n color: {\n value: \"#00ffff\"\n }\n }\n },\n number: {\n value: 40,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: 10\n },\n move: {\n enable: true,\n speed: 2\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/g/groups.js?\n}");
|
|
658
658
|
|
|
659
659
|
/***/ },
|
|
660
660
|
|
|
@@ -664,7 +664,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
664
664
|
\***********************************/
|
|
665
665
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
666
666
|
|
|
667
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"growing\",\n name: \"Growing\",\n emitters: {\n direction: \"top\",\n size: {\n width: 100,\n height: 0\n },\n position: {\n x: 50,\n y: 100\n },\n rate: {\n delay: 0.1,\n quantity: 2\n }\n },\n particles: {\n number: {\n value: 0,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
667
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"growing\",\n name: \"Growing\",\n emitters: {\n direction: \"top\",\n size: {\n width: 100,\n height: 0\n },\n position: {\n x: 50,\n y: 100\n },\n rate: {\n delay: 0.1,\n quantity: 2\n }\n },\n particles: {\n number: {\n value: 0,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"random\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 1,\n max: 20\n },\n animation: {\n enable: true,\n speed: 5,\n sync: true,\n startValue: \"min\",\n destroy: \"max\"\n }\n },\n links: {\n enable: false,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 5,\n outModes: \"destroy\"\n }\n },\n background: {\n color: \"#000000\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/g/growing.js?\n}");
|
|
668
668
|
|
|
669
669
|
/***/ },
|
|
670
670
|
|
|
@@ -684,7 +684,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
684
684
|
\***************************************/
|
|
685
685
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
686
686
|
|
|
687
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"hexagonPath\",\n name: \"Hexagon Path\",\n particles: {\n color: {\n
|
|
687
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"hexagonPath\",\n name: \"Hexagon Path\",\n particles: {\n fill: {\n color: {\n value: \"#FF0000\",\n animation: {\n enable: true,\n speed: 10\n }\n },\n enable: true\n },\n move: {\n direction: \"none\",\n enable: true,\n outModes: {\n default: \"destroy\"\n },\n path: {\n clamp: false,\n enable: true,\n delay: {\n value: 0\n },\n generator: \"polygonPathGenerator\",\n options: {\n sides: 6,\n turnSteps: 30,\n angle: 30\n }\n },\n speed: 3\n },\n number: {\n density: {\n enable: true\n },\n value: 0\n },\n opacity: {\n value: 1\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 2\n }\n },\n background: {\n color: \"#000\"\n },\n emitters: {\n direction: \"none\",\n rate: {\n quantity: 1,\n delay: 0.25\n },\n size: {\n width: 0,\n height: 0\n },\n position: {\n x: 50,\n y: 50\n }\n },\n trail: {\n fill: {\n color: \"#000\"\n },\n length: 20,\n enable: true\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/h/hexagonPath.js?\n}");
|
|
688
688
|
|
|
689
689
|
/***/ },
|
|
690
690
|
|
|
@@ -694,7 +694,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
694
694
|
\****************************************/
|
|
695
695
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
696
696
|
|
|
697
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"hollowknight\",\n name: \"Hollow Knight\",\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 40,\n duration: 2,\n opacity: 8,\n size: 6\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n },\n slow: {\n active: false,\n radius: 0,\n factor: 1\n }\n }\n },\n particles: {\n color: {\n
|
|
697
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"hollowknight\",\n name: \"Hollow Knight\",\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 40,\n duration: 2,\n opacity: 8,\n size: 6\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n },\n slow: {\n active: false,\n radius: 0,\n factor: 1\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n links: {\n color: \"#ffffff\",\n distance: 25,\n enable: true,\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n outModes: \"bounce\",\n speed: 1\n },\n number: {\n density: {\n enable: false\n },\n value: 400\n },\n opacity: {\n animation: {\n enable: true,\n speed: 2,\n sync: false\n },\n value: {\n min: 0.05,\n max: 0.4\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 1\n }\n },\n polygon: {\n draw: {\n enable: true,\n stroke: {\n color: \"#fff\",\n width: 0.5,\n opacity: 0.2\n }\n },\n enable: true,\n move: {\n radius: 10\n },\n inline: {\n arrangement: \"equidistant\"\n },\n scale: 2,\n type: \"inline\",\n url: \"https://particles.js.org/images/hdr/hollowknight.svg\"\n },\n background: {\n color: \"#000000\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/h/hollowknight.js?\n}");
|
|
698
698
|
|
|
699
699
|
/***/ },
|
|
700
700
|
|
|
@@ -704,7 +704,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
704
704
|
\**************************************/
|
|
705
705
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
706
706
|
|
|
707
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"hyperspace\",\n name: \"Hyperspace\",\n background: {\n color: \"#000\"\n },\n particles: {\n color: {\n
|
|
707
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"hyperspace\",\n name: \"Hyperspace\",\n background: {\n color: \"#000\"\n },\n particles: {\n fill: {\n color: {\n value: [\n \"#3998D0\",\n \"#2EB6AF\",\n \"#A9BD33\",\n \"#FEC73B\",\n \"#F89930\",\n \"#F45623\",\n \"#D62E32\",\n \"#EB586E\",\n \"#9952CF\"\n ]\n },\n enable: true\n },\n move: {\n enable: true,\n outModes: {\n default: \"destroy\"\n },\n speed: 3\n },\n number: {\n density: {\n enable: true\n },\n value: 0\n },\n opacity: {\n value: 1\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: {\n min: 1,\n max: 25\n },\n animation: {\n startValue: \"min\",\n enable: true,\n speed: 2,\n destroy: \"max\",\n sync: true\n }\n }\n },\n emitters: {\n direction: \"none\",\n rate: {\n quantity: 5,\n delay: 0.3\n },\n size: {\n width: 0,\n height: 0\n },\n position: {\n x: 50,\n y: 50\n }\n },\n trail: {\n fill: {\n color: \"#000\"\n },\n length: 30,\n enable: true\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/h/hyperspace.js?\n}");
|
|
708
708
|
|
|
709
709
|
/***/ },
|
|
710
710
|
|
|
@@ -734,7 +734,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
734
734
|
\**********************************/
|
|
735
735
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
736
736
|
|
|
737
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"images\",\n name: \"Images\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 40\n },\n push: {\n quantity: 4\n }\n }\n },\n particles: {\n
|
|
737
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"images\",\n name: \"Images\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 40\n },\n push: {\n quantity: 4\n }\n }\n },\n particles: {\n move: {\n enable: true,\n speed: 2\n },\n number: {\n density: {\n enable: true\n },\n value: 80\n },\n opacity: {\n value: 1\n },\n rotate: {\n animation: {\n enable: true,\n speed: 5,\n sync: false\n },\n direction: \"random\",\n value: {\n min: 0,\n max: 360\n }\n },\n shape: {\n options: {\n image: [\n {\n name: \"apple\"\n },\n {\n name: \"avocado\"\n },\n {\n name: \"banana\"\n },\n {\n name: \"berries\"\n },\n {\n name: \"cherry\"\n },\n {\n name: \"grapes\"\n },\n {\n name: \"lemon\"\n },\n {\n name: \"orange\"\n },\n {\n name: \"peach\"\n },\n {\n name: \"pear\"\n },\n {\n name: \"pepper\"\n },\n {\n name: \"plum\"\n },\n {\n name: \"star\"\n },\n {\n name: \"strawberry\"\n },\n {\n name: \"watermelon\"\n },\n {\n name: \"watermelon_slice\"\n }\n ]\n },\n type: \"image\"\n },\n size: {\n value: 16\n }\n },\n background: {\n color: \"#fff\"\n },\n preload: [\n {\n src: \"https://particles.js.org/images/hdr/fruits/apple.png\",\n name: \"apple\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/avocado.png\",\n name: \"avocado\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/banana.png\",\n name: \"banana\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/berries.png\",\n name: \"berries\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/cherry.png\",\n name: \"cherry\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/grapes.png\",\n name: \"grapes\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/lemon.png\",\n name: \"lemon\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/orange.png\",\n name: \"orange\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/peach.png\",\n name: \"peach\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/pear.png\",\n name: \"pear\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/pepper.png\",\n name: \"pepper\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/plum.png\",\n name: \"plum\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/star.png\",\n name: \"star\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/strawberry.png\",\n name: \"strawberry\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/watermelon.png\",\n name: \"watermelon\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/watermelon_slice.png\",\n name: \"watermelon_slice\",\n width: 32,\n height: 32\n }\n ]\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/i/images.js?\n}");
|
|
738
738
|
|
|
739
739
|
/***/ },
|
|
740
740
|
|
|
@@ -764,7 +764,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
764
764
|
\*************************************/
|
|
765
765
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
766
766
|
|
|
767
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"infection\",\n name: \"Infection\",\n infection: {\n enable: true,\n infections: 10,\n cure: true,\n stages: [\n {\n color: \"#ff0000\",\n duration: 1\n },\n {\n color: \"#ffa500\",\n duration: 1,\n rate: 2\n },\n {\n color: \"#ffff00\",\n duration: 1,\n rate: 2\n },\n {\n color: \"#008000\",\n duration: 1,\n rate: 3\n },\n {\n color: \"#0000ff\",\n duration: 1,\n rate: 4\n },\n {\n color: \"#4b0082\",\n duration: 1,\n rate: 5\n },\n {\n color: \"#ee82ee\",\n duration: 1,\n rate: 6,\n infectedStage: 0\n }\n ]\n },\n particles: {\n collisions: {\n enable: true\n },\n number: {\n value: 400,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
767
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"infection\",\n name: \"Infection\",\n infection: {\n enable: true,\n infections: 10,\n cure: true,\n stages: [\n {\n color: \"#ff0000\",\n duration: 1\n },\n {\n color: \"#ffa500\",\n duration: 1,\n rate: 2\n },\n {\n color: \"#ffff00\",\n duration: 1,\n rate: 2\n },\n {\n color: \"#008000\",\n duration: 1,\n rate: 3\n },\n {\n color: \"#0000ff\",\n duration: 1,\n rate: 4\n },\n {\n color: \"#4b0082\",\n duration: 1,\n rate: 5\n },\n {\n color: \"#ee82ee\",\n duration: 1,\n rate: 6,\n infectedStage: 0\n }\n ]\n },\n particles: {\n collisions: {\n enable: true\n },\n number: {\n value: 400,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.8\n },\n size: {\n value: 5\n },\n move: {\n enable: true,\n speed: 20,\n outModes: \"bounce\"\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/i/infection.js?\n}");
|
|
768
768
|
|
|
769
769
|
/***/ },
|
|
770
770
|
|
|
@@ -774,7 +774,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
774
774
|
\*******************************/
|
|
775
775
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
776
776
|
|
|
777
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n/* harmony import */ var _a_index_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./a/index.js */ \"./dist/browser/a/index.js\");\n/* harmony import */ var _b_index_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./b/index.js */ \"./dist/browser/b/index.js\");\n/* harmony import */ var _c_index_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./c/index.js */ \"./dist/browser/c/index.js\");\n/* harmony import */ var _d_index_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./d/index.js */ \"./dist/browser/d/index.js\");\n/* harmony import */ var _e_index_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./e/index.js */ \"./dist/browser/e/index.js\");\n/* harmony import */ var _f_index_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./f/index.js */ \"./dist/browser/f/index.js\");\n/* harmony import */ var _g_index_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./g/index.js */ \"./dist/browser/g/index.js\");\n/* harmony import */ var _h_index_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./h/index.js */ \"./dist/browser/h/index.js\");\n/* harmony import */ var _i_index_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./i/index.js */ \"./dist/browser/i/index.js\");\n/* harmony import */ var _j_index_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./j/index.js */ \"./dist/browser/j/index.js\");\n/* harmony import */ var _k_index_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./k/index.js */ \"./dist/browser/k/index.js\");\n/* harmony import */ var _l_index_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./l/index.js */ \"./dist/browser/l/index.js\");\n/* harmony import */ var _m_index_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./m/index.js */ \"./dist/browser/m/index.js\");\n/* harmony import */ var _n_index_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./n/index.js */ \"./dist/browser/n/index.js\");\n/* harmony import */ var _o_index_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./o/index.js */ \"./dist/browser/o/index.js\");\n/* harmony import */ var _p_index_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./p/index.js */ \"./dist/browser/p/index.js\");\n/* harmony import */ var
|
|
777
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n/* harmony import */ var _a_index_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./a/index.js */ \"./dist/browser/a/index.js\");\n/* harmony import */ var _b_index_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./b/index.js */ \"./dist/browser/b/index.js\");\n/* harmony import */ var _c_index_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./c/index.js */ \"./dist/browser/c/index.js\");\n/* harmony import */ var _d_index_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./d/index.js */ \"./dist/browser/d/index.js\");\n/* harmony import */ var _e_index_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./e/index.js */ \"./dist/browser/e/index.js\");\n/* harmony import */ var _f_index_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./f/index.js */ \"./dist/browser/f/index.js\");\n/* harmony import */ var _g_index_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./g/index.js */ \"./dist/browser/g/index.js\");\n/* harmony import */ var _h_index_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./h/index.js */ \"./dist/browser/h/index.js\");\n/* harmony import */ var _i_index_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./i/index.js */ \"./dist/browser/i/index.js\");\n/* harmony import */ var _j_index_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./j/index.js */ \"./dist/browser/j/index.js\");\n/* harmony import */ var _k_index_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./k/index.js */ \"./dist/browser/k/index.js\");\n/* harmony import */ var _l_index_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./l/index.js */ \"./dist/browser/l/index.js\");\n/* harmony import */ var _m_index_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./m/index.js */ \"./dist/browser/m/index.js\");\n/* harmony import */ var _n_index_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./n/index.js */ \"./dist/browser/n/index.js\");\n/* harmony import */ var _o_index_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./o/index.js */ \"./dist/browser/o/index.js\");\n/* harmony import */ var _p_index_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./p/index.js */ \"./dist/browser/p/index.js\");\n/* harmony import */ var _palettes_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./palettes.js */ \"./dist/browser/palettes.js\");\n/* harmony import */ var _q_index_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./q/index.js */ \"./dist/browser/q/index.js\");\n/* harmony import */ var _r_index_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./r/index.js */ \"./dist/browser/r/index.js\");\n/* harmony import */ var _s_index_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./s/index.js */ \"./dist/browser/s/index.js\");\n/* harmony import */ var _t_index_js__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./t/index.js */ \"./dist/browser/t/index.js\");\n/* harmony import */ var _u_index_js__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./u/index.js */ \"./dist/browser/u/index.js\");\n/* harmony import */ var _v_index_js__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./v/index.js */ \"./dist/browser/v/index.js\");\n/* harmony import */ var _w_index_js__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./w/index.js */ \"./dist/browser/w/index.js\");\n/* harmony import */ var _x_index_js__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./x/index.js */ \"./dist/browser/x/index.js\");\n/* harmony import */ var _y_index_js__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./y/index.js */ \"./dist/browser/y/index.js\");\n/* harmony import */ var _z_index_js__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./z/index.js */ \"./dist/browser/z/index.js\");\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nfor (const key of Object.keys(_palettes_js__WEBPACK_IMPORTED_MODULE_17__.palettes)){\n const palette = _palettes_js__WEBPACK_IMPORTED_MODULE_17__.palettes[key];\n if (!palette) {\n continue;\n }\n _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.tsParticles.addPalette(key, palette);\n}\nconst configs = {\n ..._a_index_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n ..._b_index_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n ..._c_index_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"],\n ..._d_index_js__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n ..._e_index_js__WEBPACK_IMPORTED_MODULE_5__[\"default\"],\n ..._f_index_js__WEBPACK_IMPORTED_MODULE_6__[\"default\"],\n ..._g_index_js__WEBPACK_IMPORTED_MODULE_7__[\"default\"],\n ..._h_index_js__WEBPACK_IMPORTED_MODULE_8__[\"default\"],\n ..._i_index_js__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n ..._j_index_js__WEBPACK_IMPORTED_MODULE_10__[\"default\"],\n ..._k_index_js__WEBPACK_IMPORTED_MODULE_11__[\"default\"],\n ..._l_index_js__WEBPACK_IMPORTED_MODULE_12__[\"default\"],\n ..._m_index_js__WEBPACK_IMPORTED_MODULE_13__[\"default\"],\n ..._n_index_js__WEBPACK_IMPORTED_MODULE_14__[\"default\"],\n ..._o_index_js__WEBPACK_IMPORTED_MODULE_15__[\"default\"],\n ..._p_index_js__WEBPACK_IMPORTED_MODULE_16__[\"default\"],\n ..._q_index_js__WEBPACK_IMPORTED_MODULE_18__[\"default\"],\n ..._r_index_js__WEBPACK_IMPORTED_MODULE_19__[\"default\"],\n ..._s_index_js__WEBPACK_IMPORTED_MODULE_20__[\"default\"],\n ..._t_index_js__WEBPACK_IMPORTED_MODULE_21__[\"default\"],\n ..._u_index_js__WEBPACK_IMPORTED_MODULE_22__[\"default\"],\n ..._v_index_js__WEBPACK_IMPORTED_MODULE_23__[\"default\"],\n ..._w_index_js__WEBPACK_IMPORTED_MODULE_24__[\"default\"],\n ..._x_index_js__WEBPACK_IMPORTED_MODULE_25__[\"default\"],\n ..._y_index_js__WEBPACK_IMPORTED_MODULE_26__[\"default\"],\n ..._z_index_js__WEBPACK_IMPORTED_MODULE_27__[\"default\"]\n};\nfor (const key of Object.keys(configs)){\n const config = configs[key];\n if (!config) {\n continue;\n }\n _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.tsParticles.addConfig(config);\n}\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (configs);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/index.js?\n}");
|
|
778
778
|
|
|
779
779
|
/***/ },
|
|
780
780
|
|
|
@@ -814,7 +814,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
814
814
|
\*******************************/
|
|
815
815
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
816
816
|
|
|
817
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"lch\",\n name: \"LCH\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
817
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"lch\",\n name: \"LCH\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"lch(63.94% 33.1 0.67)\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/l/lch.js?\n}");
|
|
818
818
|
|
|
819
819
|
/***/ },
|
|
820
820
|
|
|
@@ -824,7 +824,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
824
824
|
\********************************/
|
|
825
825
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
826
826
|
|
|
827
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"life\",\n name: \"Life\",\n particles: {\n number: {\n value: 160,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
827
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"life\",\n name: \"Life\",\n particles: {\n number: {\n value: 160,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n },\n life: {\n duration: {\n sync: false,\n value: 3\n },\n count: 0,\n delay: {\n value: {\n min: 1,\n max: 2\n }\n }\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/l/life.js?\n}");
|
|
828
828
|
|
|
829
829
|
/***/ },
|
|
830
830
|
|
|
@@ -834,7 +834,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
834
834
|
\**************************************/
|
|
835
835
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
836
836
|
|
|
837
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"lightHover\",\n name: \"Light Hover\",\n particles: {\n number: {\n value: 30,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
837
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"lightHover\",\n name: \"Light Hover\",\n particles: {\n number: {\n value: 30,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: [\n \"circle\",\n \"square\"\n ]\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 15,\n max: 30\n }\n },\n rotate: {\n value: 0,\n direction: \"clockwise\",\n animation: {\n speed: 5,\n enable: true\n }\n },\n move: {\n enable: true,\n speed: 6,\n direction: \"none\"\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"light\"\n }\n },\n modes: {\n light: {\n area: {\n gradient: {\n start: \"#3b5e98\",\n stop: \"#17163e\"\n }\n },\n shadow: {\n color: \"#17163e\"\n }\n }\n }\n },\n background: {\n color: \"#17163e\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/l/lightHover.js?\n}");
|
|
838
838
|
|
|
839
839
|
/***/ },
|
|
840
840
|
|
|
@@ -844,7 +844,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
844
844
|
\*****************************************/
|
|
845
845
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
846
846
|
|
|
847
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"linkTriangles\",\n name: \"Link Triangles\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
847
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"linkTriangles\",\n name: \"Link Triangles\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 150,\n color: \"random\",\n opacity: 0.4,\n width: 1,\n triangles: {\n enable: true,\n color: \"#ffffff\",\n opacity: 0.1\n }\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/l/linkTriangles.js?\n}");
|
|
848
848
|
|
|
849
849
|
/***/ },
|
|
850
850
|
|
|
@@ -854,7 +854,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
854
854
|
\********************************************/
|
|
855
855
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
856
856
|
|
|
857
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"localPolygonMask\",\n name: \"Local Polygon Mask\",\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 40,\n duration: 2,\n opacity: 8,\n size: 6\n }\n }\n },\n particles: {\n color: {\n
|
|
857
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"localPolygonMask\",\n name: \"Local Polygon Mask\",\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 40,\n duration: 2,\n opacity: 8,\n size: 6\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n links: {\n blink: false,\n color: \"#ffffff\",\n consent: false,\n distance: 30,\n enable: false,\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n outModes: \"bounce\",\n speed: 1\n },\n number: {\n density: {\n enable: false\n },\n value: 200\n },\n opacity: {\n value: 0.5\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 3\n }\n },\n polygon: {\n draw: {\n enable: true,\n stroke: {\n color: \"#fff\",\n width: 0.5,\n opacity: 0.2\n }\n },\n enable: true,\n move: {\n radius: 10\n },\n position: {\n x: 50,\n y: 50\n },\n inline: {\n arrangement: \"equidistant\"\n },\n scale: 3,\n type: \"inside\",\n data: '<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"200\" width=\"150\"><path d=\"M 75,0 0,200 h 150 z\" /></svg>'\n },\n background: {\n color: \"#000000\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/l/localPolygonMask.js?\n}");
|
|
858
858
|
|
|
859
859
|
/***/ },
|
|
860
860
|
|
|
@@ -864,7 +864,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
864
864
|
\*********************************/
|
|
865
865
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
866
866
|
|
|
867
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _manual_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./manual.js */ \"./dist/browser/m/manual.js\");\n/* harmony import */ var
|
|
867
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _manual_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./manual.js */ \"./dist/browser/m/manual.js\");\n/* harmony import */ var _matrix_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./matrix.js */ \"./dist/browser/m/matrix.js\");\n/* harmony import */ var _motionDisable_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./motionDisable.js */ \"./dist/browser/m/motionDisable.js\");\n/* harmony import */ var _motionReduce_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./motionReduce.js */ \"./dist/browser/m/motionReduce.js\");\n/* harmony import */ var _mouseAttract_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./mouseAttract.js */ \"./dist/browser/m/mouseAttract.js\");\n/* harmony import */ var _mouseBounce_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./mouseBounce.js */ \"./dist/browser/m/mouseBounce.js\");\n/* harmony import */ var _mouseFollow_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./mouseFollow.js */ \"./dist/browser/m/mouseFollow.js\");\n/* harmony import */ var _mouseParticle_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./mouseParticle.js */ \"./dist/browser/m/mouseParticle.js\");\n/* harmony import */ var _mouseParticle2_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./mouseParticle2.js */ \"./dist/browser/m/mouseParticle2.js\");\n/* harmony import */ var _mouseTrail_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./mouseTrail.js */ \"./dist/browser/m/mouseTrail.js\");\n/* harmony import */ var _mouseTrailNoise_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./mouseTrailNoise.js */ \"./dist/browser/m/mouseTrailNoise.js\");\n/* harmony import */ var _moveAngle_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./moveAngle.js */ \"./dist/browser/m/moveAngle.js\");\n/* harmony import */ var _moveDistance_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./moveDistance.js */ \"./dist/browser/m/moveDistance.js\");\n/* harmony import */ var _moveInside_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./moveInside.js */ \"./dist/browser/m/moveInside.js\");\n/* harmony import */ var _moveOutside_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./moveOutside.js */ \"./dist/browser/m/moveOutside.js\");\n/* harmony import */ var _multipleClickEmitters_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./multipleClickEmitters.js */ \"./dist/browser/m/multipleClickEmitters.js\");\n/* harmony import */ var _multiplePolygonMasks_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./multiplePolygonMasks.js */ \"./dist/browser/m/multiplePolygonMasks.js\");\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n manual: _manual_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"],\n matrix: _matrix_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n motionDisable: _motionDisable_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n motionReduce: _motionReduce_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"],\n mouseAttract: _mouseAttract_js__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n mouseBounce: _mouseBounce_js__WEBPACK_IMPORTED_MODULE_5__[\"default\"],\n mouseFollow: _mouseFollow_js__WEBPACK_IMPORTED_MODULE_6__[\"default\"],\n mouseParticle: _mouseParticle_js__WEBPACK_IMPORTED_MODULE_7__[\"default\"],\n mouseParticle2: _mouseParticle2_js__WEBPACK_IMPORTED_MODULE_8__[\"default\"],\n mouseTrail: _mouseTrail_js__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n mouseTrailNoise: _mouseTrailNoise_js__WEBPACK_IMPORTED_MODULE_10__[\"default\"],\n moveAngle: _moveAngle_js__WEBPACK_IMPORTED_MODULE_11__[\"default\"],\n moveDistance: _moveDistance_js__WEBPACK_IMPORTED_MODULE_12__[\"default\"],\n moveInside: _moveInside_js__WEBPACK_IMPORTED_MODULE_13__[\"default\"],\n moveOutside: _moveOutside_js__WEBPACK_IMPORTED_MODULE_14__[\"default\"],\n multipleClickEmitters: _multipleClickEmitters_js__WEBPACK_IMPORTED_MODULE_15__[\"default\"],\n multiplePolygonMasks: _multiplePolygonMasks_js__WEBPACK_IMPORTED_MODULE_16__[\"default\"]\n});\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/index.js?\n}");
|
|
868
868
|
|
|
869
869
|
/***/ },
|
|
870
870
|
|
|
@@ -874,7 +874,17 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
874
874
|
\**********************************/
|
|
875
875
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
876
876
|
|
|
877
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"manual\",\n name: \"Manual Particles\",\n manualParticles: [\n {\n position: {\n x: 50,\n y: 50\n }\n },\n {\n position: {\n x: 25,\n y: 25\n }\n },\n {\n position: {\n x: 75,\n y: 75\n }\n },\n {\n position: {\n x: 25,\n y: 75\n }\n },\n {\n position: {\n x: 75,\n y: 25\n }\n }\n ],\n particles: {\n number: {\n value: 0,\n density: {\n enable: false\n }\n },\n color: {\n
|
|
877
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"manual\",\n name: \"Manual Particles\",\n manualParticles: [\n {\n position: {\n x: 50,\n y: 50\n }\n },\n {\n position: {\n x: 25,\n y: 25\n }\n },\n {\n position: {\n x: 75,\n y: 75\n }\n },\n {\n position: {\n x: 25,\n y: 75\n }\n },\n {\n position: {\n x: 75,\n y: 25\n }\n }\n ],\n particles: {\n number: {\n value: 0,\n density: {\n enable: false\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: 30\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 2,\n direction: \"top\",\n straight: true,\n warp: true\n }\n },\n background: {\n color: \"#000000\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/manual.js?\n}");
|
|
878
|
+
|
|
879
|
+
/***/ },
|
|
880
|
+
|
|
881
|
+
/***/ "./dist/browser/m/matrix.js"
|
|
882
|
+
/*!**********************************!*\
|
|
883
|
+
!*** ./dist/browser/m/matrix.js ***!
|
|
884
|
+
\**********************************/
|
|
885
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
886
|
+
|
|
887
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"matrix\",\n name: \"Matrix\",\n fpsLimit: 30,\n particles: {\n number: {\n value: 300,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: {\n h: 120,\n s: 100,\n l: 50\n },\n animation: {\n l: {\n enable: true,\n speed: 70,\n sync: false,\n min: 30,\n max: 100\n }\n }\n },\n enable: true\n },\n shape: {\n type: \"matrix\",\n options: {\n matrix: {\n interval: {\n min: 30,\n max: 60\n }\n }\n }\n },\n effect: {\n type: \"shadow\",\n options: {\n shadow: {\n color: \"#00ff41\",\n blur: 7\n }\n }\n },\n size: {\n value: 10\n },\n move: {\n enable: true,\n direction: \"bottom\",\n straight: true,\n speed: {\n min: 8,\n max: 15\n }\n }\n },\n trail: {\n enable: true,\n length: 10,\n fill: {\n color: \"#000\"\n }\n },\n poisson: {\n enable: true\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/matrix.js?\n}");
|
|
878
888
|
|
|
879
889
|
/***/ },
|
|
880
890
|
|
|
@@ -884,7 +894,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
884
894
|
\*****************************************/
|
|
885
895
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
886
896
|
|
|
887
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"motionDisable\",\n name: \"Motion Disable\",\n motion: {\n disable: true\n },\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
897
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"motionDisable\",\n name: \"Motion Disable\",\n motion: {\n disable: true\n },\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6,\n direction: \"none\"\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/motionDisable.js?\n}");
|
|
888
898
|
|
|
889
899
|
/***/ },
|
|
890
900
|
|
|
@@ -894,7 +904,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
894
904
|
\****************************************/
|
|
895
905
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
896
906
|
|
|
897
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"motionReduce\",\n name: \"Motion Reduce\",\n motion: {\n disable: false,\n reduce: {\n value: true,\n factor: 6\n }\n },\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
907
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"motionReduce\",\n name: \"Motion Reduce\",\n motion: {\n disable: false,\n reduce: {\n value: true,\n factor: 6\n }\n },\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/motionReduce.js?\n}");
|
|
898
908
|
|
|
899
909
|
/***/ },
|
|
900
910
|
|
|
@@ -904,7 +914,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
904
914
|
\****************************************/
|
|
905
915
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
906
916
|
|
|
907
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"mouseAttract\",\n name: \"Mouse Attract\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
917
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"mouseAttract\",\n name: \"Mouse Attract\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"attract\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n attract: {\n distance: 600,\n duration: 0.4,\n speed: 3\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/mouseAttract.js?\n}");
|
|
908
918
|
|
|
909
919
|
/***/ },
|
|
910
920
|
|
|
@@ -914,7 +924,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
914
924
|
\***************************************/
|
|
915
925
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
916
926
|
|
|
917
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"mouseBounce\",\n name: \"Mouse Bounce\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
927
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"mouseBounce\",\n name: \"Mouse Bounce\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"bounce\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n bounce: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/mouseBounce.js?\n}");
|
|
918
928
|
|
|
919
929
|
/***/ },
|
|
920
930
|
|
|
@@ -924,7 +934,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
924
934
|
\***************************************/
|
|
925
935
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
926
936
|
|
|
927
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"mouseFollow\",\n name: \"Mouse Follow\",\n background: {\n color: \"#000000\"\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: [\n \"bubble\",\n \"connect\"\n ]\n }\n },\n modes: {\n bubble: {\n distance: 200,\n duration: 2,\n opacity: 1,\n size: 30,\n color: {\n value: [\n \"#5bc0eb\",\n \"#fde74c\",\n \"#9bc53d\",\n \"#e55934\",\n \"#fa7921\"\n ]\n }\n },\n connect: {\n distance: 60,\n links: {\n opacity: 0.2\n },\n radius: 200\n }\n }\n },\n particles: {\n color: {\n
|
|
937
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"mouseFollow\",\n name: \"Mouse Follow\",\n background: {\n color: \"#000000\"\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: [\n \"bubble\",\n \"connect\"\n ]\n }\n },\n modes: {\n bubble: {\n distance: 200,\n duration: 2,\n opacity: 1,\n size: 30,\n color: {\n value: [\n \"#5bc0eb\",\n \"#fde74c\",\n \"#9bc53d\",\n \"#e55934\",\n \"#fa7921\"\n ]\n }\n },\n connect: {\n distance: 60,\n links: {\n opacity: 0.2\n },\n radius: 200\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#000000\"\n },\n enable: true\n },\n move: {\n direction: \"none\",\n enable: true,\n speed: 2\n },\n number: {\n density: {\n enable: true\n },\n value: 300\n },\n opacity: {\n value: 0\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: {\n min: 10,\n max: 15\n }\n }\n },\n detectRetina: true\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/mouseFollow.js?\n}");
|
|
928
938
|
|
|
929
939
|
/***/ },
|
|
930
940
|
|
|
@@ -934,7 +944,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
934
944
|
\*****************************************/
|
|
935
945
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
936
946
|
|
|
937
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"mouseParticle\",\n name: \"Mouse Particle\",\n fullScreen: {\n zIndex: 10000\n },\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
947
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"mouseParticle\",\n name: \"Mouse Particle\",\n fullScreen: {\n zIndex: 10000\n },\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: [\n \"#ff0000\",\n \"#00ff00\",\n \"#0000ff\"\n ],\n animation: {\n enable: true,\n speed: 180,\n sync: true\n }\n },\n enable: true\n },\n effect: {\n type: \"trail\",\n options: {\n trail: {\n length: 10,\n minWidth: 2\n }\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 3\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"particle\"\n }\n },\n modes: {\n particle: {\n replaceCursor: true,\n pauseOnStop: true\n }\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/mouseParticle.js?\n}");
|
|
938
948
|
|
|
939
949
|
/***/ },
|
|
940
950
|
|
|
@@ -944,7 +954,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
944
954
|
\******************************************/
|
|
945
955
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
946
956
|
|
|
947
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"mouseParticle2\",\n name: \"Mouse Particle 2\",\n background: {\n color: \"#000000\"\n },\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
957
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"mouseParticle2\",\n name: \"Mouse Particle 2\",\n background: {\n color: \"#000000\"\n },\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 200,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"particle\"\n }\n },\n modes: {\n particle: {\n replaceCursor: false,\n pauseOnStop: false\n }\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/mouseParticle2.js?\n}");
|
|
948
958
|
|
|
949
959
|
/***/ },
|
|
950
960
|
|
|
@@ -954,7 +964,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
954
964
|
\**************************************/
|
|
955
965
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
956
966
|
|
|
957
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"mouseTrail\",\n name: \"Mouse Trail\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
967
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"mouseTrail\",\n name: \"Mouse Trail\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"trail\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n trail: {\n delay: 0.01,\n pauseOnStop: true,\n particles: {\n fill: {\n color: {\n value: \"#00ff00\",\n animation: {\n enable: true,\n speed: 200,\n sync: false\n }\n },\n enable: true\n },\n links: {\n enable: false\n },\n move: {\n outModes: \"destroy\"\n },\n opacity: {\n value: {\n min: 0.1,\n max: 1\n },\n animation: {\n enable: true,\n speed: 3,\n sync: true\n }\n },\n size: {\n value: {\n min: 1,\n max: 10\n }\n }\n }\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/mouseTrail.js?\n}");
|
|
958
968
|
|
|
959
969
|
/***/ },
|
|
960
970
|
|
|
@@ -964,7 +974,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
964
974
|
\*******************************************/
|
|
965
975
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
966
976
|
|
|
967
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"mouseTrailNoise\",\n name: \"Mouse Trail Noise\",\n particles: {\n number: {\n value: 0\n },\n shape: {\n type: \"triangle\"\n },\n opacity: {\n value: {\n min: 0,\n max: 1\n },\n animation: {\n enable: true,\n speed: 1,\n sync: true,\n destroy: \"min\"\n }\n },\n size: {\n value: {\n min: 8,\n max: 14\n }\n },\n move: {\n enable: true,\n speed: {\n min: 3,\n max: 6\n },\n outModes: \"destroy\",\n path: {\n enable: true,\n options: {\n size: 64,\n draw: false,\n increment: 0.005\n },\n delay: {\n value: 0\n },\n generator: \"perlinNoise\"\n }\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n },\n direction: \"random\",\n move: true,\n animation: {\n enable: true,\n speed: 60\n }\n },\n tilt: {\n direction: \"random\",\n enable: true,\n value: {\n min: 0,\n max: 360\n },\n animation: {\n enable: true,\n speed: 60\n }\n },\n roll: {\n darken: {\n enable: true,\n value: 30\n },\n enlighten: {\n enable: true,\n value: 30\n },\n enable: true,\n mode: \"both\",\n speed: {\n min: 15,\n max: 25\n }\n },\n wobble: {\n distance: 30,\n enable: true,\n move: true,\n speed: {\n min: -15,\n max: 15\n }\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"trail\"\n }\n },\n modes: {\n trail: {\n delay: 0.1,\n quantity: 10,\n particles: {\n color: {\n
|
|
977
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"mouseTrailNoise\",\n name: \"Mouse Trail Noise\",\n particles: {\n number: {\n value: 0\n },\n shape: {\n type: \"triangle\"\n },\n opacity: {\n value: {\n min: 0,\n max: 1\n },\n animation: {\n enable: true,\n speed: 1,\n sync: true,\n destroy: \"min\"\n }\n },\n size: {\n value: {\n min: 8,\n max: 14\n }\n },\n move: {\n enable: true,\n speed: {\n min: 3,\n max: 6\n },\n outModes: \"destroy\",\n path: {\n enable: true,\n options: {\n size: 64,\n draw: false,\n increment: 0.005\n },\n delay: {\n value: 0\n },\n generator: \"perlinNoise\"\n }\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n },\n direction: \"random\",\n move: true,\n animation: {\n enable: true,\n speed: 60\n }\n },\n tilt: {\n direction: \"random\",\n enable: true,\n value: {\n min: 0,\n max: 360\n },\n animation: {\n enable: true,\n speed: 60\n }\n },\n roll: {\n darken: {\n enable: true,\n value: 30\n },\n enlighten: {\n enable: true,\n value: 30\n },\n enable: true,\n mode: \"both\",\n speed: {\n min: 15,\n max: 25\n }\n },\n wobble: {\n distance: 30,\n enable: true,\n move: true,\n speed: {\n min: -15,\n max: 15\n }\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"trail\"\n }\n },\n modes: {\n trail: {\n delay: 0.1,\n quantity: 10,\n particles: {\n fill: {\n color: {\n value: {\n h: 0,\n s: 40,\n l: {\n min: 40,\n max: 60\n }\n }\n }\n }\n },\n colorCoords: {\n h: {\n weights: {\n x: 1\n },\n value: {\n max: 360,\n min: 0\n }\n }\n }\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/mouseTrailNoise.js?\n}");
|
|
968
978
|
|
|
969
979
|
/***/ },
|
|
970
980
|
|
|
@@ -974,7 +984,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
974
984
|
\*************************************/
|
|
975
985
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
976
986
|
|
|
977
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"moveAngle\",\n name: \"Move Angle\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
987
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"moveAngle\",\n name: \"Move Angle\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6,\n direction: -30\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/moveAngle.js?\n}");
|
|
978
988
|
|
|
979
989
|
/***/ },
|
|
980
990
|
|
|
@@ -984,7 +994,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
984
994
|
\****************************************/
|
|
985
995
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
986
996
|
|
|
987
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"moveDistance\",\n name: \"Move Distance\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
997
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"moveDistance\",\n name: \"Move Distance\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n }\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6,\n distance: 50,\n outModes: \"none\"\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/moveDistance.js?\n}");
|
|
988
998
|
|
|
989
999
|
/***/ },
|
|
990
1000
|
|
|
@@ -994,7 +1004,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
994
1004
|
\**************************************/
|
|
995
1005
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
996
1006
|
|
|
997
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"moveInside\",\n name: \"Move Inside\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1007
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"moveInside\",\n name: \"Move Inside\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 5,\n max: 7\n }\n },\n move: {\n enable: true,\n speed: 10,\n direction: \"inside\",\n straight: true\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/moveInside.js?\n}");
|
|
998
1008
|
|
|
999
1009
|
/***/ },
|
|
1000
1010
|
|
|
@@ -1004,7 +1014,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1004
1014
|
\***************************************/
|
|
1005
1015
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1006
1016
|
|
|
1007
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"moveOutside\",\n name: \"Move Outside\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1017
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"moveOutside\",\n name: \"Move Outside\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 5,\n max: 7\n }\n },\n move: {\n enable: true,\n speed: 10,\n direction: \"outside\",\n straight: true\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/moveOutside.js?\n}");
|
|
1008
1018
|
|
|
1009
1019
|
/***/ },
|
|
1010
1020
|
|
|
@@ -1014,7 +1024,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1014
1024
|
\*************************************************/
|
|
1015
1025
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1016
1026
|
|
|
1017
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"multipleClickEmitters\",\n name: \"Multiple Click Emitters\",\n background: {\n color: \"#f00\"\n },\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"emitters\"\n }\n },\n modes: {\n emitters: {\n random: {\n enable: false,\n count: 0\n },\n value: [\n {\n name: \"big-particle\",\n startCount: 1,\n life: {\n count: 1,\n delay: 0,\n duration: 0.1\n },\n rate: {\n delay: 0,\n quantity: 0\n },\n particles: {\n color: {\n
|
|
1027
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"multipleClickEmitters\",\n name: \"Multiple Click Emitters\",\n background: {\n color: \"#f00\"\n },\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"emitters\"\n }\n },\n modes: {\n emitters: {\n random: {\n enable: false,\n count: 0\n },\n value: [\n {\n name: \"big-particle\",\n startCount: 1,\n life: {\n count: 1,\n delay: 0,\n duration: 0.1\n },\n rate: {\n delay: 0,\n quantity: 0\n },\n particles: {\n fill: {\n color: {\n value: \"#0f0\"\n }\n },\n size: {\n value: {\n min: 150,\n max: 300\n },\n animation: {\n enable: true,\n speed: 1500,\n decay: 0.02,\n startValue: \"min\",\n count: 1,\n sync: true\n }\n },\n life: {\n duration: {\n value: 1,\n sync: true\n },\n count: 1\n }\n }\n },\n {\n name: \"small-particles\",\n startCount: 50,\n life: {\n count: 1,\n delay: 0,\n duration: 0.1\n },\n particles: {\n fill: {\n color: {\n value: \"#f00\"\n }\n },\n move: {\n decay: 0.1,\n enable: true,\n speed: 60,\n outModes: \"destroy\"\n },\n life: {\n duration: {\n value: 1,\n sync: true\n },\n count: 1\n },\n size: {\n value: {\n min: 1,\n max: 10\n }\n }\n }\n }\n ]\n }\n }\n },\n particles: {\n number: {\n value: 0\n }\n },\n emitters: []\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/multipleClickEmitters.js?\n}");
|
|
1018
1028
|
|
|
1019
1029
|
/***/ },
|
|
1020
1030
|
|
|
@@ -1024,7 +1034,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1024
1034
|
\************************************************/
|
|
1025
1035
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1026
1036
|
|
|
1027
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"multiplePolygonMasks\",\n name: \"Multiple Polygon Masks\",\n interactivity: {\n events: {\n onClick: {\n enable: false,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 40,\n duration: 2,\n opacity: 8,\n size: 6\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n },\n slow: {\n active: false,\n radius: 0,\n factor: 1\n }\n }\n },\n particles: {\n color: {\n
|
|
1037
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"multiplePolygonMasks\",\n name: \"Multiple Polygon Masks\",\n interactivity: {\n events: {\n onClick: {\n enable: false,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 40,\n duration: 2,\n opacity: 8,\n size: 6\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n },\n slow: {\n active: false,\n radius: 0,\n factor: 1\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: [\n \"#4285f4\",\n \"#34A853\",\n \"#FBBC05\",\n \"#EA4335\"\n ]\n },\n enable: true\n },\n links: {\n blink: false,\n color: \"random\",\n consent: false,\n distance: 40,\n enable: true,\n opacity: 1,\n width: 1\n },\n move: {\n enable: true,\n outModes: \"bounce\",\n speed: 1\n },\n number: {\n value: 200\n },\n opacity: {\n animation: {\n enable: true,\n speed: 2,\n sync: false\n },\n value: {\n min: 0.05,\n max: 0.4\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 1\n }\n },\n polygon: {\n draw: {\n enable: true,\n stroke: {\n color: \"#fff\",\n width: 0.5,\n opacity: 0.2\n }\n },\n enable: true,\n move: {\n radius: 10\n },\n position: {\n x: 30,\n y: 30\n },\n inline: {\n arrangement: \"equidistant\"\n },\n scale: 1,\n type: \"inline\",\n url: \"https://particles.js.org/images/hdr/google.svg\"\n },\n background: {\n color: \"#000000\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/m/multiplePolygonMasks.js?\n}");
|
|
1028
1038
|
|
|
1029
1039
|
/***/ },
|
|
1030
1040
|
|
|
@@ -1044,7 +1054,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1044
1054
|
\***************************************/
|
|
1045
1055
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1046
1056
|
|
|
1047
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"namedColors\",\n name: \"Named Colors\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1057
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"namedColors\",\n name: \"Named Colors\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: [\n \"aqua\",\n \"deepskyblue\",\n \"firebrick\",\n \"khaki\"\n ]\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 3,\n max: 7\n }\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/n/namedColors.js?\n}");
|
|
1048
1058
|
|
|
1049
1059
|
/***/ },
|
|
1050
1060
|
|
|
@@ -1054,7 +1064,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1054
1064
|
\********************************/
|
|
1055
1065
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1056
1066
|
|
|
1057
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"nasa\",\n name: \"NASA\",\n particles: {\n number: {\n value: 160,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1067
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"nasa\",\n name: \"NASA\",\n particles: {\n number: {\n value: 160,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n }\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: {\n min: 0.1,\n max: 1\n },\n animation: {\n enable: true,\n speed: 1,\n sync: false\n }\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n move: {\n enable: true,\n speed: {\n min: 0.1,\n max: 1\n }\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"bubble\"\n },\n onClick: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 250,\n size: 0,\n duration: 2,\n opacity: 0\n },\n repulse: {\n distance: 400,\n duration: 0.4\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#232741\",\n image: \"url('http://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/NASA_logo.svg/1237px-NASA_logo.svg.png')\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"20%\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/n/nasa.js?\n}");
|
|
1058
1068
|
|
|
1059
1069
|
/***/ },
|
|
1060
1070
|
|
|
@@ -1064,7 +1074,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1064
1074
|
\***********************************/
|
|
1065
1075
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1066
1076
|
|
|
1067
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"noClear\",\n name: \"No Clear\",\n clear: false,\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"trail\"\n }\n },\n modes: {\n trail: {\n delay: 0.01,\n quantity: 1,\n pauseOnStop: true\n }\n }\n },\n particles: {\n color: {\n
|
|
1077
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"noClear\",\n name: \"No Clear\",\n clear: false,\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"trail\"\n }\n },\n modes: {\n trail: {\n delay: 0.01,\n quantity: 1,\n pauseOnStop: true\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: [\n \"#80F31F\",\n \"#ED8B08\",\n \"#ED1868\",\n \"#800CE0\",\n \"#1274F7\",\n \"#12E797\",\n \"#7FF31F\",\n \"#ED8B08\",\n \"#ED1868\",\n \"#800CE0\",\n \"#1274F7\",\n \"#12E797\",\n \"#7FF31F\",\n \"#ED8B08\",\n \"#ED1868\",\n \"#800CE0\",\n \"#1274F7\",\n \"#12E797\",\n \"#7FF31F\",\n \"#ED8B08\",\n \"#ED1868\",\n \"#800CE0\",\n \"#1274F7\",\n \"#12E797\",\n \"#7FF31F\",\n \"#ED8B08\",\n \"#ED1868\",\n \"#800CE0\",\n \"#1274F7\",\n \"#12E797\",\n \"#7FF31F\",\n \"#ED8B08\",\n \"#ED1868\",\n \"#800CE0\",\n \"#1274F7\",\n \"#12E797\",\n \"#7FF31F\",\n \"#ED8B08\",\n \"#ED1868\",\n \"#800CE0\",\n \"#1274F7\",\n \"#12E797\",\n \"#7FF31F\",\n \"#ED8B08\",\n \"#ED1868\",\n \"#800CE0\",\n \"#1274F7\",\n \"#12E797\",\n \"#7FF31F\",\n \"#ED8B08\"\n ]\n },\n enable: true\n },\n life: {\n count: 1,\n duration: {\n sync: true,\n value: 1\n }\n },\n number: {\n value: 500\n },\n size: {\n value: 50\n },\n shape: {\n type: \"star\"\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n }\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/n/noClear.js?\n}");
|
|
1068
1078
|
|
|
1069
1079
|
/***/ },
|
|
1070
1080
|
|
|
@@ -1114,7 +1124,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1114
1124
|
\***********************************/
|
|
1115
1125
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1116
1126
|
|
|
1117
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"nyancat\",\n name: \"Nyan Cat\",\n particles: {\n number: {\n value: 1,\n density: {\n enable: false\n }\n },\n color: {\n
|
|
1127
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"nyancat\",\n name: \"Nyan Cat\",\n particles: {\n number: {\n value: 1,\n density: {\n enable: false\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"image\",\n options: {\n image: {\n src: \"https://cdn2.scratch.mit.edu/get_image/gallery/780516_170x100.png\",\n width: 1750,\n height: 800\n }\n }\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: 240\n },\n move: {\n enable: true,\n speed: 6,\n direction: \"right\",\n straight: true\n }\n },\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 200,\n duration: 0.4\n }\n }\n },\n background: {\n color: \"#0d47a1\",\n image: \"url('http://fc06.deviantart.net/fs71/f/2011/187/1/0/nyan_cat_background_by_kento1-d3l6i50.jpg')\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/n/nyancat.js?\n}");
|
|
1118
1128
|
|
|
1119
1129
|
/***/ },
|
|
1120
1130
|
|
|
@@ -1124,7 +1134,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1124
1134
|
\************************************/
|
|
1125
1135
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1126
1136
|
|
|
1127
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"nyancat2\",\n name: \"Nyan Cat 2\",\n particles: {\n number: {\n value: 100,\n density: {\n enable: false\n }\n },\n color: {\n
|
|
1137
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"nyancat2\",\n name: \"Nyan Cat 2\",\n particles: {\n number: {\n value: 100,\n density: {\n enable: false\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"star\",\n options: {\n star: {\n sides: 5\n }\n }\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 4\n }\n },\n move: {\n enable: true,\n speed: 6,\n direction: \"left\",\n straight: true\n }\n },\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 200,\n duration: 0.4\n }\n }\n },\n background: {\n color: \"#043564\",\n image: \"url('https://vincentgarreau.com/particles.js/assets/img/kbLd9vb_new.gif')\",\n position: \"0 50%\",\n repeat: \"no-repeat\",\n size: \"60%\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/n/nyancat2.js?\n}");
|
|
1128
1138
|
|
|
1129
1139
|
/***/ },
|
|
1130
1140
|
|
|
@@ -1144,7 +1154,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1144
1154
|
\*********************************/
|
|
1145
1155
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1146
1156
|
|
|
1147
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"oklch\",\n name: \"OKLCH\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1157
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"oklch\",\n name: \"OKLCH\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"oklch(70% 0.1 266)\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/o/oklch.js?\n}");
|
|
1148
1158
|
|
|
1149
1159
|
/***/ },
|
|
1150
1160
|
|
|
@@ -1154,7 +1164,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1154
1164
|
\*********************************/
|
|
1155
1165
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1156
1166
|
|
|
1157
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"orbit\",\n name: \"Orbit\",\n particles: {\n color: {\n
|
|
1167
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"orbit\",\n name: \"Orbit\",\n particles: {\n fill: {\n color: {\n value: [\n \"#5bc0eb\",\n \"#fde74c\",\n \"#9bc53d\",\n \"#e55934\",\n \"#fa7921\"\n ]\n },\n enable: true\n },\n move: {\n enable: true,\n speed: 3\n },\n number: {\n density: {\n enable: true\n },\n limit: {\n value: 300\n },\n value: 100\n },\n opacity: {\n value: 1\n },\n orbit: {\n animation: {\n enable: true,\n speed: 1\n },\n enable: true,\n opacity: 1,\n color: \"#ff7700\",\n rotation: {\n random: {\n enable: true\n }\n }\n },\n shape: {\n type: [\n \"circle\",\n \"square\"\n ]\n },\n size: {\n value: 10\n }\n },\n background: {\n color: \"#000000\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/o/orbit.js?\n}");
|
|
1158
1168
|
|
|
1159
1169
|
/***/ },
|
|
1160
1170
|
|
|
@@ -1164,7 +1174,17 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1164
1174
|
\*********************************/
|
|
1165
1175
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1166
1176
|
|
|
1167
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var
|
|
1177
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _palettes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./palettes.js */ \"./dist/browser/p/palettes.js\");\n/* harmony import */ var _parallax_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./parallax.js */ \"./dist/browser/p/parallax.js\");\n/* harmony import */ var _pathBranches_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./pathBranches.js */ \"./dist/browser/p/pathBranches.js\");\n/* harmony import */ var _pathBranchesInertia_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./pathBranchesInertia.js */ \"./dist/browser/p/pathBranchesInertia.js\");\n/* harmony import */ var _pathBrownian_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./pathBrownian.js */ \"./dist/browser/p/pathBrownian.js\");\n/* harmony import */ var _pathGrid_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./pathGrid.js */ \"./dist/browser/p/pathGrid.js\");\n/* harmony import */ var _pathLevy_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./pathLevy.js */ \"./dist/browser/p/pathLevy.js\");\n/* harmony import */ var _pathMaze_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./pathMaze.js */ \"./dist/browser/p/pathMaze.js\");\n/* harmony import */ var _pathPolygonMask_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./pathPolygonMask.js */ \"./dist/browser/p/pathPolygonMask.js\");\n/* harmony import */ var _pathSpiral_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./pathSpiral.js */ \"./dist/browser/p/pathSpiral.js\");\n/* harmony import */ var _pathSvg_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./pathSvg.js */ \"./dist/browser/p/pathSvg.js\");\n/* harmony import */ var _pathZigZag_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./pathZigZag.js */ \"./dist/browser/p/pathZigZag.js\");\n/* harmony import */ var _planes_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./planes.js */ \"./dist/browser/p/planes.js\");\n/* harmony import */ var _plasma_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./plasma.js */ \"./dist/browser/p/plasma.js\");\n/* harmony import */ var _poisson_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./poisson.js */ \"./dist/browser/p/poisson.js\");\n/* harmony import */ var _polygonMask_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./polygonMask.js */ \"./dist/browser/p/polygonMask.js\");\n/* harmony import */ var _polygons_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./polygons.js */ \"./dist/browser/p/polygons.js\");\n/* harmony import */ var _pop_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./pop.js */ \"./dist/browser/p/pop.js\");\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nconst paletteMap = _palettes_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"].filter((p)=>!!p.key).reduce((acc, p)=>{\n acc[p.key] = p;\n return acc;\n}, {});\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n ...paletteMap,\n parallax: _parallax_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n pathBranches: _pathBranches_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n pathBranchesInertia: _pathBranchesInertia_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"],\n pathBrownian: _pathBrownian_js__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n pathGrid: _pathGrid_js__WEBPACK_IMPORTED_MODULE_5__[\"default\"],\n pathLevy: _pathLevy_js__WEBPACK_IMPORTED_MODULE_6__[\"default\"],\n pathMaze: _pathMaze_js__WEBPACK_IMPORTED_MODULE_7__[\"default\"],\n pathPolygonMask: _pathPolygonMask_js__WEBPACK_IMPORTED_MODULE_8__[\"default\"],\n pathSpiral: _pathSpiral_js__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n pathSvg: _pathSvg_js__WEBPACK_IMPORTED_MODULE_10__[\"default\"],\n pathZigZag: _pathZigZag_js__WEBPACK_IMPORTED_MODULE_11__[\"default\"],\n planes: _planes_js__WEBPACK_IMPORTED_MODULE_12__[\"default\"],\n plasma: _plasma_js__WEBPACK_IMPORTED_MODULE_13__[\"default\"],\n poisson: _poisson_js__WEBPACK_IMPORTED_MODULE_14__[\"default\"],\n polygonMask: _polygonMask_js__WEBPACK_IMPORTED_MODULE_15__[\"default\"],\n polygons: _polygons_js__WEBPACK_IMPORTED_MODULE_16__[\"default\"],\n pop: _pop_js__WEBPACK_IMPORTED_MODULE_17__[\"default\"]\n});\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/index.js?\n}");
|
|
1178
|
+
|
|
1179
|
+
/***/ },
|
|
1180
|
+
|
|
1181
|
+
/***/ "./dist/browser/p/palettes.js"
|
|
1182
|
+
/*!************************************!*\
|
|
1183
|
+
!*** ./dist/browser/p/palettes.js ***!
|
|
1184
|
+
\************************************/
|
|
1185
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1186
|
+
|
|
1187
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _palettes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../palettes.js */ \"./dist/browser/palettes.js\");\n\nconst getPaletteOptions = (key, palette)=>({\n key: `palette-${key}`,\n name: `Palette ${palette.name}`,\n particles: {\n number: {\n value: 200\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: {\n min: 10,\n max: 15\n }\n },\n move: {\n enable: true,\n speed: 2\n }\n },\n palette: key\n });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Object.entries(_palettes_js__WEBPACK_IMPORTED_MODULE_0__.palettes).map(([k, value])=>getPaletteOptions(k, value)));\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/palettes.js?\n}");
|
|
1168
1188
|
|
|
1169
1189
|
/***/ },
|
|
1170
1190
|
|
|
@@ -1174,7 +1194,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1174
1194
|
\************************************/
|
|
1175
1195
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1176
1196
|
|
|
1177
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"parallax\",\n name: \"Parallax\",\n particles: {\n number: {\n value: 100,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1197
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"parallax\",\n name: \"Parallax\",\n particles: {\n number: {\n value: 100,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: {\n min: 0.1,\n max: 0.5\n },\n animation: {\n enable: true,\n speed: 3,\n sync: false\n }\n },\n size: {\n value: {\n min: 1,\n max: 10\n },\n animation: {\n enable: true,\n speed: 20,\n sync: false\n }\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 2\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: [\n \"grab\",\n \"parallax\"\n ]\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n parallax: {\n enable: true,\n smooth: 10,\n force: 60\n },\n push: {\n quantity: 4\n }\n }\n },\n background: {\n color: \"#0d47a1\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/parallax.js?\n}");
|
|
1178
1198
|
|
|
1179
1199
|
/***/ },
|
|
1180
1200
|
|
|
@@ -1184,7 +1204,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1184
1204
|
\****************************************/
|
|
1185
1205
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1186
1206
|
|
|
1187
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst options = {\n key: \"pathBranches\",\n name: \"Path Branches\",\n particles: {\n color: {\n
|
|
1207
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst options = {\n key: \"pathBranches\",\n name: \"Path Branches\",\n particles: {\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n move: {\n enable: true,\n outModes: \"out\",\n speed: {\n min: 10,\n max: 15\n },\n path: {\n enable: true,\n options: {\n segmentLength: 25,\n branchChance: 0.35,\n maxAngle: Math.PI * _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.half,\n speedVariation: 0.4\n },\n generator: \"branchesPathGenerator\"\n }\n },\n number: {\n value: 80\n },\n opacity: {\n value: 1\n },\n shape: {\n type: \"circle\"\n },\n effect: {\n type: \"trail\",\n options: {\n trail: {\n length: {\n min: 30,\n max: 50\n }\n }\n }\n },\n size: {\n value: 3\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/pathBranches.js?\n}");
|
|
1188
1208
|
|
|
1189
1209
|
/***/ },
|
|
1190
1210
|
|
|
@@ -1194,7 +1214,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1194
1214
|
\***********************************************/
|
|
1195
1215
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1196
1216
|
|
|
1197
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst options = {\n key: \"pathBranchesInertia\",\n name: \"Path Branches Inertia\",\n particles: {\n color: {\n
|
|
1217
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst options = {\n key: \"pathBranchesInertia\",\n name: \"Path Branches Inertia\",\n particles: {\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n move: {\n enable: true,\n outModes: \"out\",\n speed: {\n min: 10,\n max: 15\n },\n path: {\n enable: true,\n options: {\n segmentLength: 10,\n branchChance: 0.5,\n maxAngle: Math.PI * _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.half,\n speedVariation: 0.4,\n inertia: {\n enable: true,\n factor: 0.4\n }\n },\n generator: \"branchesPathGenerator\"\n }\n },\n number: {\n value: 80\n },\n opacity: {\n value: 1\n },\n shape: {\n type: \"circle\"\n },\n effect: {\n type: \"trail\",\n options: {\n trail: {\n length: {\n min: 30,\n max: 50\n }\n }\n }\n },\n size: {\n value: 3\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/pathBranchesInertia.js?\n}");
|
|
1198
1218
|
|
|
1199
1219
|
/***/ },
|
|
1200
1220
|
|
|
@@ -1204,7 +1224,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1204
1224
|
\****************************************/
|
|
1205
1225
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1206
1226
|
|
|
1207
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst angleDeltaFactor = 18, options = {\n key: \"pathBrownian\",\n name: \"Path Brownian\",\n particles: {\n color: {\n
|
|
1227
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst angleDeltaFactor = 18, options = {\n key: \"pathBrownian\",\n name: \"Path Brownian\",\n particles: {\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n move: {\n enable: true,\n outModes: \"out\",\n speed: {\n min: 10,\n max: 15\n },\n path: {\n enable: true,\n options: {\n angleDelta: Math.PI / angleDeltaFactor,\n damping: 0.95\n },\n generator: \"brownianPathGenerator\"\n }\n },\n number: {\n value: 80\n },\n opacity: {\n value: 1\n },\n shape: {\n type: \"circle\"\n },\n effect: {\n type: \"trail\",\n options: {\n trail: {\n length: {\n min: 30,\n max: 50\n }\n }\n }\n },\n size: {\n value: 3\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/pathBrownian.js?\n}");
|
|
1208
1228
|
|
|
1209
1229
|
/***/ },
|
|
1210
1230
|
|
|
@@ -1214,7 +1234,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1214
1234
|
\************************************/
|
|
1215
1235
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1216
1236
|
|
|
1217
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"pathGrid\",\n name: \"Path Grid\",\n particles: {\n color: {\n
|
|
1237
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"pathGrid\",\n name: \"Path Grid\",\n particles: {\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n move: {\n enable: true,\n outModes: \"out\",\n speed: {\n min: 1,\n max: 3\n },\n path: {\n enable: true,\n options: {\n cellSize: 40\n },\n generator: \"gridPathGenerator\"\n }\n },\n number: {\n value: 80\n },\n opacity: {\n value: 1\n },\n shape: {\n type: \"circle\"\n },\n effect: {\n type: \"trail\",\n options: {\n trail: {\n length: {\n min: 30,\n max: 50\n }\n }\n }\n },\n size: {\n value: 3\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/pathGrid.js?\n}");
|
|
1218
1238
|
|
|
1219
1239
|
/***/ },
|
|
1220
1240
|
|
|
@@ -1224,7 +1244,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1224
1244
|
\************************************/
|
|
1225
1245
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1226
1246
|
|
|
1227
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"pathLevy\",\n name: \"Path Levy\",\n particles: {\n color: {\n
|
|
1247
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"pathLevy\",\n name: \"Path Levy\",\n particles: {\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n move: {\n enable: true,\n outModes: \"out\",\n speed: {\n min: 10,\n max: 15\n },\n path: {\n enable: true,\n options: {\n alpha: 1.7,\n scale: 0.8,\n maxStep: 50\n },\n generator: \"levyPathGenerator\"\n }\n },\n number: {\n value: 80\n },\n opacity: {\n value: 1\n },\n shape: {\n type: \"circle\"\n },\n effect: {\n type: \"trail\",\n options: {\n trail: {\n length: {\n min: 30,\n max: 50\n }\n }\n }\n },\n size: {\n value: 3\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/pathLevy.js?\n}");
|
|
1228
1248
|
|
|
1229
1249
|
/***/ },
|
|
1230
1250
|
|
|
@@ -1234,7 +1254,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1234
1254
|
\************************************/
|
|
1235
1255
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1236
1256
|
|
|
1237
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"pathMaze\",\n name: \"Path Maze\",\n particles: {\n color: {\n
|
|
1257
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"pathMaze\",\n name: \"Path Maze\",\n particles: {\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n move: {\n enable: true,\n outModes: \"out\",\n speed: {\n min: 1,\n max: 3\n },\n path: {\n enable: true,\n options: {\n cellSize: 40,\n autoMaze: true\n },\n generator: \"gridPathGenerator\"\n }\n },\n number: {\n value: 250\n },\n opacity: {\n value: 1\n },\n shape: {\n type: \"circle\"\n },\n effect: {\n type: \"trail\",\n options: {\n trail: {\n length: {\n min: 30,\n max: 50\n }\n }\n }\n },\n size: {\n value: 3\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/pathMaze.js?\n}");
|
|
1238
1258
|
|
|
1239
1259
|
/***/ },
|
|
1240
1260
|
|
|
@@ -1244,7 +1264,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1244
1264
|
\*******************************************/
|
|
1245
1265
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1246
1266
|
|
|
1247
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"pathPolygonMask\",\n name: \"Path Polygon Mask\",\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 40,\n duration: 2,\n opacity: 8,\n size: 6\n }\n }\n },\n particles: {\n color: {\n
|
|
1267
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"pathPolygonMask\",\n name: \"Path Polygon Mask\",\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 40,\n duration: 2,\n opacity: 8,\n size: 6\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n links: {\n color: \"#ffffff\",\n distance: 30,\n enable: true,\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n outModes: \"bounce\",\n speed: 1\n },\n number: {\n value: 80\n },\n opacity: {\n animation: {\n enable: true,\n speed: 2,\n sync: false\n },\n value: {\n min: 0.05,\n max: 0.4\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 1\n }\n },\n polygon: {\n draw: {\n enable: true,\n stroke: {\n color: \"#fff\",\n width: 0.5,\n opacity: 0.2\n }\n },\n enable: true,\n move: {\n radius: 10\n },\n position: {\n x: 50,\n y: 50\n },\n inline: {\n arrangement: \"equidistant\"\n },\n scale: 2,\n type: \"inline\",\n data: {\n path: \"M 75,0 0,200 h 150 z\",\n size: {\n width: 150,\n height: 200\n }\n }\n },\n background: {\n color: \"#000000\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/pathPolygonMask.js?\n}");
|
|
1248
1268
|
|
|
1249
1269
|
/***/ },
|
|
1250
1270
|
|
|
@@ -1254,7 +1274,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1254
1274
|
\**************************************/
|
|
1255
1275
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1256
1276
|
|
|
1257
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"pathSpiral\",\n name: \"Path Spiral\",\n particles: {\n color: {\n
|
|
1277
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"pathSpiral\",\n name: \"Path Spiral\",\n particles: {\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n move: {\n enable: true,\n outModes: \"out\",\n speed: 0,\n path: {\n enable: true,\n options: {\n maxRadius: {\n min: 5,\n max: 10\n },\n angularSpeed: {\n min: 10,\n max: 15\n },\n radialSpeed: {\n min: 3,\n max: 6\n }\n },\n generator: \"spiralPathGenerator\"\n }\n },\n number: {\n value: 80\n },\n opacity: {\n value: 1\n },\n shape: {\n type: \"circle\"\n },\n effect: {\n type: \"trail\",\n options: {\n trail: {\n length: {\n min: 15,\n max: 30\n }\n }\n }\n },\n size: {\n value: 3\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/pathSpiral.js?\n}");
|
|
1258
1278
|
|
|
1259
1279
|
/***/ },
|
|
1260
1280
|
|
|
@@ -1264,7 +1284,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1264
1284
|
\***********************************/
|
|
1265
1285
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1266
1286
|
|
|
1267
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"pathSvg\",\n name: \"Path SVG\",\n particles: {\n color: {\n
|
|
1287
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"pathSvg\",\n name: \"Path SVG\",\n particles: {\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n move: {\n enable: true,\n outModes: \"bounce\",\n speed: {\n min: 1,\n max: 3\n },\n path: {\n enable: true,\n options: {\n path: {\n data: [\n \"M 75,0 0,200 h 150 z\"\n ],\n size: {\n width: 150,\n height: 200\n }\n },\n scale: 1,\n width: 10\n },\n generator: \"svgPathGenerator\"\n }\n },\n number: {\n value: 80\n },\n opacity: {\n value: 1\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 3\n }\n },\n background: {\n color: \"#000000\"\n },\n trail: {\n enable: true,\n length: 10,\n fill: {\n color: \"#000000\"\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/pathSvg.js?\n}");
|
|
1268
1288
|
|
|
1269
1289
|
/***/ },
|
|
1270
1290
|
|
|
@@ -1274,7 +1294,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1274
1294
|
\**************************************/
|
|
1275
1295
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1276
1296
|
|
|
1277
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"pathZigZag\",\n name: \"Path Zig Zag\",\n particles: {\n color: {\n
|
|
1297
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"pathZigZag\",\n name: \"Path Zig Zag\",\n particles: {\n fill: {\n color: {\n value: [\n \"#FF0000\",\n \"#FF2A00\",\n \"#FF5500\",\n \"#FF8000\",\n \"#FFAA00\",\n \"#FFD400\",\n \"#FFFF00\",\n \"#D4FF00\",\n \"#AAFF00\",\n \"#80FF00\",\n \"#55FF00\",\n \"#2AFF00\",\n \"#00FF00\",\n \"#00FF2A\",\n \"#00FF55\",\n \"#00FF80\",\n \"#00FFAA\",\n \"#00FFD4\",\n \"#00FFFF\",\n \"#00D4FF\",\n \"#00AAFF\",\n \"#0080FF\",\n \"#0055FF\",\n \"#002AFF\",\n \"#0000FF\",\n \"#2A00FF\",\n \"#5500FF\",\n \"#8000FF\",\n \"#AA00FF\",\n \"#D400FF\",\n \"#FF00FF\",\n \"#FF00D4\",\n \"#FF00AA\",\n \"#FF0080\",\n \"#FF0055\",\n \"#FF002A\"\n ]\n },\n enable: true\n },\n move: {\n enable: true,\n outModes: \"out\",\n speed: {\n min: 1,\n max: 3\n },\n path: {\n enable: true,\n options: {\n waveLength: {\n min: 3,\n max: 7\n },\n waveHeight: {\n min: 1,\n max: 5\n }\n },\n generator: \"zigZagPathGenerator\"\n }\n },\n number: {\n value: 80\n },\n opacity: {\n value: 1\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 3\n }\n },\n background: {\n color: \"#000000\"\n },\n trail: {\n enable: true,\n length: 20,\n fill: {\n color: \"#000000\"\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/pathZigZag.js?\n}");
|
|
1278
1298
|
|
|
1279
1299
|
/***/ },
|
|
1280
1300
|
|
|
@@ -1284,7 +1304,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1284
1304
|
\**********************************/
|
|
1285
1305
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1286
1306
|
|
|
1287
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"planes\",\n name: \"Planes\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n push: {\n quantity: 4\n }\n }\n },\n particles: {\n
|
|
1307
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"planes\",\n name: \"Planes\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n push: {\n quantity: 4\n }\n }\n },\n particles: {\n move: {\n enable: true,\n speed: 6\n },\n number: {\n density: {\n enable: true\n },\n value: 80\n },\n rotate: {\n value: 45,\n path: true\n },\n opacity: {\n value: 1\n },\n shape: {\n options: {\n image: {\n height: 128,\n src: \"https://particles.js.org/images/hdr/plane_alt.png\",\n width: 128\n }\n },\n type: \"image\"\n },\n size: {\n value: {\n min: 16,\n max: 32\n }\n }\n },\n detectRetina: true\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/planes.js?\n}");
|
|
1288
1308
|
|
|
1289
1309
|
/***/ },
|
|
1290
1310
|
|
|
@@ -1294,7 +1314,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1294
1314
|
\**********************************/
|
|
1295
1315
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1296
1316
|
|
|
1297
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"plasma\",\n name: \"Plasma\",\n background: {\n color: {\n value: \"#000000\"\n }\n },\n particles: {\n number: {\n value: 150,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1317
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"plasma\",\n name: \"Plasma\",\n background: {\n color: {\n value: \"#000000\"\n }\n },\n particles: {\n number: {\n value: 150,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: 0\n },\n links: {\n enable: true,\n distance: 110,\n color: \"#19f\",\n opacity: 0.4,\n width: 2\n },\n move: {\n enable: true,\n speed: 50,\n outModes: \"bounce\"\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 150,\n duration: 0.4\n }\n }\n },\n detectRetina: true\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/plasma.js?\n}");
|
|
1298
1318
|
|
|
1299
1319
|
/***/ },
|
|
1300
1320
|
|
|
@@ -1304,7 +1324,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1304
1324
|
\***********************************/
|
|
1305
1325
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1306
1326
|
|
|
1307
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"poisson\",\n name: \"Poisson\",\n particles: {\n number: {\n value: 100\n },\n color: {\n
|
|
1327
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"poisson\",\n name: \"Poisson\",\n particles: {\n number: {\n value: 100\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n links: {\n enable: true,\n distance: 200\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 4,\n max: 6\n }\n },\n move: {\n enable: true,\n speed: 2\n }\n },\n background: {\n color: \"#000000\"\n },\n poisson: {\n enable: true\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/poisson.js?\n}");
|
|
1308
1328
|
|
|
1309
1329
|
/***/ },
|
|
1310
1330
|
|
|
@@ -1314,7 +1334,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1314
1334
|
\***************************************/
|
|
1315
1335
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1316
1336
|
|
|
1317
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"polygonMask\",\n name: \"Polygon Mask\",\n interactivity: {\n events: {\n onClick: {\n enable: false,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 40,\n duration: 2,\n opacity: 8,\n size: 6\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n },\n slow: {\n active: false,\n radius: 0,\n factor: 1\n }\n }\n },\n particles: {\n color: {\n
|
|
1337
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"polygonMask\",\n name: \"Polygon Mask\",\n interactivity: {\n events: {\n onClick: {\n enable: false,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 40,\n duration: 2,\n opacity: 8,\n size: 6\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n },\n slow: {\n active: false,\n radius: 0,\n factor: 1\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n links: {\n blink: false,\n color: \"#ffffff\",\n consent: false,\n distance: 30,\n enable: true,\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n outModes: \"bounce\",\n speed: 1\n },\n number: {\n value: 200\n },\n opacity: {\n animation: {\n enable: true,\n speed: 2,\n sync: false\n },\n value: {\n min: 0.05,\n max: 0.4\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 1\n }\n },\n polygon: {\n draw: {\n enable: true,\n stroke: {\n color: \"#fff\",\n width: 1,\n opacity: 0.2\n }\n },\n enable: true,\n move: {\n radius: 10\n },\n position: {\n x: 50,\n y: 50\n },\n inline: {\n arrangement: \"equidistant\"\n },\n scale: 0.5,\n type: \"inline\",\n url: \"https://particles.js.org/images/hdr/smalldeer.svg\"\n },\n background: {\n color: \"#000000\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/polygonMask.js?\n}");
|
|
1318
1338
|
|
|
1319
1339
|
/***/ },
|
|
1320
1340
|
|
|
@@ -1324,7 +1344,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1324
1344
|
\************************************/
|
|
1325
1345
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1326
1346
|
|
|
1327
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"polygons\",\n name: \"Polygon Shape\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1347
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"polygons\",\n name: \"Polygon Shape\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"polygon\",\n options: {\n polygon: [\n {\n sides: 3,\n particles: {\n opacity: {\n value: {\n min: 0.5,\n max: 0.8\n }\n },\n size: {\n value: {\n min: 10,\n max: 12\n }\n },\n fill: {\n color: {\n value: \"#ff0\"\n }\n }\n }\n },\n {\n sides: 5,\n particles: {\n opacity: {\n value: 0.5\n },\n size: {\n value: 8\n },\n fill: {\n color: {\n value: \"#0f0\"\n }\n }\n }\n },\n {\n sides: 8,\n particles: {\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 15,\n max: 20\n }\n },\n fill: {\n color: {\n value: \"#f00\"\n }\n }\n }\n }\n ]\n }\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 5\n }\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 2\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"bubble\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#0d47a1\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/polygons.js?\n}");
|
|
1328
1348
|
|
|
1329
1349
|
/***/ },
|
|
1330
1350
|
|
|
@@ -1334,7 +1354,17 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1334
1354
|
\*******************************/
|
|
1335
1355
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1336
1356
|
|
|
1337
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst options = {\n key: \"pop\",\n name: \"Pop\",\n particles: {\n number: {\n limit: {\n value: 80,\n mode: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.LimitMode.wait\n },\n value: 80\n },\n color: {\n
|
|
1357
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n\nconst options = {\n key: \"pop\",\n name: \"Pop\",\n particles: {\n number: {\n limit: {\n value: 80,\n mode: _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.LimitMode.wait\n },\n value: 80\n },\n fill: {\n color: {\n value: [\n \"#3998D0\",\n \"#2EB6AF\",\n \"#A9BD33\",\n \"#FEC73B\",\n \"#F89930\",\n \"#F45623\",\n \"#D62E32\",\n \"#EB586E\",\n \"#9952CF\"\n ]\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 10,\n max: 15\n }\n },\n collisions: {\n enable: true,\n mode: \"bounce\"\n },\n move: {\n enable: true,\n speed: 3\n }\n },\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"pop\"\n }\n }\n },\n background: {\n color: \"#000000\"\n },\n emitters: {\n direction: \"none\",\n life: {\n count: 0,\n duration: 0.1,\n delay: 0.1\n },\n rate: {\n delay: 0.1,\n quantity: 1\n },\n size: {\n width: 100,\n height: 100\n },\n position: {\n x: 50,\n y: 50\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/p/pop.js?\n}");
|
|
1358
|
+
|
|
1359
|
+
/***/ },
|
|
1360
|
+
|
|
1361
|
+
/***/ "./dist/browser/palettes.js"
|
|
1362
|
+
/*!**********************************!*\
|
|
1363
|
+
!*** ./dist/browser/palettes.js ***!
|
|
1364
|
+
\**********************************/
|
|
1365
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1366
|
+
|
|
1367
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ palettes: () => (/* binding */ palettes)\n/* harmony export */ });\nconst palettes = {\n dualityRedCyan: {\n name: \"Duality - Red/Cyan\",\n background: \"#000000\",\n blendMode: \"lighter\",\n colors: [\n \"#ff0000\",\n \"#00ffff\"\n ],\n fill: true\n },\n dualityGreenMagenta: {\n name: \"Duality - Green/Magenta\",\n background: \"#000000\",\n blendMode: \"lighter\",\n colors: [\n \"#00ff00\",\n \"#ff00ff\"\n ],\n fill: true\n },\n dualityBlueYellow: {\n name: \"Duality - Blue/Yellow\",\n background: \"#111111\",\n blendMode: \"source-over\",\n colors: [\n \"#0000ff\",\n \"#ffff00\"\n ],\n fill: true\n },\n fireSeed: {\n name: \"Fire Seed\",\n background: \"#000000\",\n blendMode: \"screen\",\n colors: [\n \"#ff0000\",\n \"#ff8800\",\n \"#ffff00\"\n ],\n fill: true\n },\n iceTriad: {\n name: \"Ice Triad\",\n background: \"#0a0d1a\",\n blendMode: \"source-over\",\n colors: [\n \"#ffffff\",\n \"#aaddff\",\n \"#88bbff\"\n ],\n fill: true\n },\n acidPair: {\n name: \"Acid Pair\",\n background: \"#000000\",\n blendMode: \"screen\",\n colors: [\n \"#00ff44\",\n \"#aa00ff\"\n ],\n fill: true\n },\n sunsetBinary: {\n name: \"Sunset Binary\",\n background: \"#1a0d00\",\n blendMode: \"source-over\",\n colors: [\n \"#ff5500\",\n \"#0033ff\"\n ],\n fill: true\n },\n rgbPrimaries: {\n name: \"RGB Primaries\",\n background: \"#000000\",\n blendMode: \"lighter\",\n colors: [\n \"#ff0000\",\n \"#00ff00\",\n \"#0000ff\"\n ],\n fill: true\n },\n cmySecondaries: {\n name: \"CMY Secondaries\",\n background: \"#000000\",\n blendMode: \"screen\",\n colors: [\n \"#00ffff\",\n \"#ff00ff\",\n \"#ffff00\"\n ],\n fill: true\n },\n heatDuality: {\n name: \"Heat Duality\",\n background: \"#0a0500\",\n blendMode: \"source-over\",\n colors: [\n \"#0022AA\",\n \"#FF4400\"\n ],\n fill: true\n },\n darkMatter: {\n name: \"Dark Matter\",\n blendMode: \"screen\",\n background: \"#060606\",\n colors: [\n \"#111111\",\n \"#1a1a1a\",\n \"#002200\",\n \"#00AA00\",\n \"#00FF00\"\n ],\n fill: true\n },\n fire: {\n name: \"Fire - Full\",\n background: \"#000000\",\n blendMode: \"screen\",\n colors: [\n \"#FFFFFF\",\n \"#FFFF88\",\n \"#FFFF00\",\n \"#FFCC00\",\n \"#FF8800\",\n \"#FF4400\",\n \"#FF0000\",\n \"#CC0000\",\n \"#880000\",\n \"#440000\"\n ],\n fill: true\n },\n water: {\n name: \"Water - Full\",\n background: \"#001428\",\n blendMode: \"source-over\",\n colors: [\n \"#FFFFFF\",\n \"#DDEEFF\",\n \"#AADDFF\",\n \"#55AAFF\",\n \"#0077FF\",\n \"#0044CC\",\n \"#002299\",\n \"#001166\"\n ],\n fill: true\n },\n plasmaArc: {\n name: \"Plasma Arc\",\n background: \"#000000\",\n blendMode: \"lighter\",\n colors: [\n \"#FFFFFF\",\n \"#CCFFFF\",\n \"#00FFFF\",\n \"#00AAFF\",\n \"#8800FF\",\n \"#FF00FF\",\n \"#FF0088\"\n ],\n fill: true\n },\n smokeWarm: {\n name: \"Smoke - Warm\",\n background: \"#1a1208\",\n blendMode: \"source-over\",\n colors: [\n \"#443322\",\n \"#665544\",\n \"#887766\",\n \"#BBAA99\",\n \"#DDCCBB\"\n ],\n fill: true\n },\n smokeCold: {\n name: \"Smoke - Cold\",\n background: \"#080c12\",\n blendMode: \"source-over\",\n colors: [\n \"#223344\",\n \"#445566\",\n \"#667788\",\n \"#99AABB\",\n \"#CCDDE0\"\n ],\n fill: true\n },\n auroraBorealis: {\n name: \"Aurora Borealis\",\n background: \"#000d06\",\n blendMode: \"screen\",\n colors: [\n \"#002200\",\n \"#004400\",\n \"#00AA44\",\n \"#00FFAA\",\n \"#00FFCC\",\n \"#4400AA\",\n \"#8800FF\",\n \"#CC44FF\"\n ],\n fill: true\n },\n neonCity: {\n name: \"Neon City\",\n background: \"#05000f\",\n blendMode: \"screen\",\n colors: [\n \"#FF0044\",\n \"#FF00AA\",\n \"#FF00FF\",\n \"#8800FF\",\n \"#0044FF\",\n \"#00AAFF\",\n \"#00FFFF\",\n \"#00FF88\"\n ],\n fill: true\n },\n desertSand: {\n name: \"Desert Sand\",\n background: \"#1a1208\",\n blendMode: \"source-over\",\n colors: [\n \"#221100\",\n \"#663300\",\n \"#995522\",\n \"#CC8833\",\n \"#DDAA55\",\n \"#EECCAA\",\n \"#F5E8D0\"\n ],\n fill: true\n },\n bloodAndGore: {\n name: \"Blood & Gore\",\n background: \"#0d0000\",\n blendMode: \"multiply\",\n colors: [\n \"#FF0000\",\n \"#DD0000\",\n \"#AA0000\",\n \"#880000\",\n \"#660000\",\n \"#440000\",\n \"#220000\"\n ],\n fill: true\n },\n bioluminescence: {\n name: \"Bioluminescence\",\n background: \"#000505\",\n blendMode: \"screen\",\n colors: [\n \"#001111\",\n \"#003322\",\n \"#006644\",\n \"#00AA77\",\n \"#00FFAA\",\n \"#88FFDD\",\n \"#CCFFEE\"\n ],\n fill: true\n },\n embersAndAsh: {\n name: \"Embers & Ash\",\n background: \"#0d0804\",\n blendMode: \"source-over\",\n colors: [\n \"#FF2200\",\n \"#CC1100\",\n \"#881100\",\n \"#442200\",\n \"#332211\",\n \"#776655\",\n \"#BBBBAA\",\n \"#DDDDD0\"\n ],\n fill: true\n },\n hologram: {\n name: \"Hologram\",\n background: \"#000a0d\",\n blendMode: \"screen\",\n colors: [\n \"#003344\",\n \"#006688\",\n \"#00AACC\",\n \"#00DDFF\",\n \"#44EEFF\",\n \"#AAFFFF\",\n \"#FFFFFF\"\n ],\n fill: false\n },\n inkInWater: {\n name: \"Ink in Water\",\n background: \"#e8eef5\",\n blendMode: \"multiply\",\n colors: [\n \"#000000\",\n \"#111122\",\n \"#223344\",\n \"#334455\",\n \"#6677AA\",\n \"#AABBDD\",\n \"#EEEEFF\"\n ],\n fill: true\n },\n pollenAndSpores: {\n name: \"Pollen & Spores\",\n background: \"#e8f0d8\",\n blendMode: \"multiply\",\n colors: [\n \"#DDCC00\",\n \"#AAAA00\",\n \"#88AA22\",\n \"#669922\",\n \"#AA8833\",\n \"#886622\",\n \"#CCCC88\"\n ],\n fill: true\n },\n lightning: {\n name: \"Lightning\",\n background: \"#000005\",\n blendMode: \"lighter\",\n colors: [\n \"#FFFFFF\",\n \"#EEEEFF\",\n \"#AACCFF\",\n \"#6699FF\",\n \"#3366FF\",\n \"#0033CC\",\n \"#AA88FF\"\n ],\n fill: false\n },\n oilSlick: {\n name: \"Oil Slick\",\n background: \"#0a0810\",\n blendMode: \"overlay\",\n colors: [\n \"#220033\",\n \"#550055\",\n \"#006633\",\n \"#00AA66\",\n \"#AACC00\",\n \"#FF9900\",\n \"#CC0044\"\n ],\n fill: false\n },\n fireflies: {\n name: \"Fireflies\",\n background: \"#010a01\",\n blendMode: \"screen\",\n colors: [\n \"#001100\",\n \"#003300\",\n \"#226600\",\n \"#66AA00\",\n \"#AADD00\",\n \"#DDFF44\",\n \"#FFFFAA\"\n ],\n fill: true\n },\n foamAndBubbles: {\n name: \"Foam & Bubbles\",\n background: \"#0a1f3c\",\n blendMode: \"source-over\",\n colors: [\n \"#FFFFFF\",\n \"#F0F8FF\",\n \"#D0EEFF\",\n \"#A0D0FF\",\n \"#70AAFF\",\n \"#C8F0FF\"\n ],\n fill: false\n },\n lavaLamp: {\n name: \"Lava Lamp\",\n background: \"#1a0000\",\n blendMode: \"source-over\",\n colors: [\n \"#FF0000\",\n \"#FF2200\",\n \"#FF4400\",\n \"#FF6600\",\n \"#FF8800\",\n \"#FFAA00\",\n \"#FFCC00\",\n \"#DD2200\",\n \"#BB1100\"\n ],\n fill: true\n },\n confetti: {\n name: \"Confetti\",\n background: \"#1a1a2e\",\n blendMode: \"source-over\",\n colors: [\n \"#FF0044\",\n \"#FF4400\",\n \"#FFCC00\",\n \"#00CC44\",\n \"#00AAFF\",\n \"#AA00FF\",\n \"#FF00AA\",\n \"#00FFCC\",\n \"#FF6600\",\n \"#FFFFFF\"\n ],\n fill: true\n },\n skinAndOrganic: {\n name: \"Skin & Organic\",\n background: \"#f8f0e8\",\n blendMode: \"source-over\",\n colors: [\n \"#FFDDCC\",\n \"#FFBBAA\",\n \"#FF9988\",\n \"#FF7766\",\n \"#EE5544\",\n \"#CC3322\",\n \"#AA2211\",\n \"#882211\",\n \"#FFCCAA\",\n \"#DDAA88\",\n \"#BB8866\",\n \"#886644\"\n ],\n fill: true\n },\n rain: {\n name: \"Rain\",\n blendMode: \"source-over\",\n background: \"#0a0e14\",\n fill: false,\n colors: [\n \"#AACCEE\",\n \"#88AACE\",\n \"#6688AA\",\n \"#CCDDF0\",\n \"#445566\"\n ]\n },\n snowfall: {\n name: \"Snowfall\",\n blendMode: \"source-over\",\n background: \"#0d1520\",\n fill: true,\n colors: [\n \"#FFFFFF\",\n \"#EEF4FF\",\n \"#D0E4FF\",\n \"#AACCFF\",\n \"#88AADD\"\n ]\n },\n thunderstorm: {\n name: \"Thunderstorm\",\n blendMode: \"screen\",\n background: \"#05030d\",\n fill: true,\n colors: [\n \"#110022\",\n \"#220044\",\n \"#440066\",\n \"#8822AA\",\n \"#AAAAFF\",\n \"#DDDDFF\",\n \"#FFFFFF\"\n ]\n },\n fairyDust: {\n name: \"Fairy Dust\",\n blendMode: \"screen\",\n background: \"#08040f\",\n fill: true,\n colors: [\n \"#FFEEAA\",\n \"#FFDD66\",\n \"#FFAACC\",\n \"#FF88BB\",\n \"#FFFFFF\",\n \"#EEDDFF\",\n \"#AA88FF\"\n ]\n },\n portal: {\n name: \"Portal\",\n blendMode: \"lighter\",\n background: \"#030008\",\n fill: true,\n colors: [\n \"#110022\",\n \"#440088\",\n \"#8800FF\",\n \"#AA44FF\",\n \"#00FFDD\",\n \"#00DDFF\",\n \"#FFFFFF\"\n ]\n },\n holyLight: {\n name: \"Holy Light\",\n blendMode: \"color-dodge\",\n background: \"#0a0800\",\n fill: true,\n colors: [\n \"#442200\",\n \"#AA6600\",\n \"#FFAA00\",\n \"#FFCC44\",\n \"#FFEEAA\",\n \"#FFFFDD\",\n \"#FFFFFF\"\n ]\n },\n iceMagic: {\n name: \"Ice Magic\",\n blendMode: \"screen\",\n background: \"#020810\",\n fill: true,\n colors: [\n \"#001133\",\n \"#0033AA\",\n \"#0077FF\",\n \"#44CCFF\",\n \"#AAEEFF\",\n \"#DDEEFF\",\n \"#FFFFFF\"\n ]\n },\n poisonAndVenom: {\n name: \"Poison & Venom\",\n blendMode: \"source-over\",\n background: \"#030802\",\n fill: true,\n colors: [\n \"#112200\",\n \"#335500\",\n \"#66AA00\",\n \"#AADD00\",\n \"#DDFF44\",\n \"#220033\",\n \"#660088\"\n ]\n },\n shockwave: {\n name: \"Shockwave\",\n blendMode: \"screen\",\n background: \"#000000\",\n fill: false,\n colors: [\n \"#FFFFFF\",\n \"#FFEECC\",\n \"#FFAA44\",\n \"#FF5500\",\n \"#AA2200\"\n ]\n },\n explosionDebris: {\n name: \"Explosion - Debris\",\n blendMode: \"source-over\",\n background: \"#000000\",\n fill: true,\n colors: [\n \"#111111\",\n \"#333333\",\n \"#666666\",\n \"#AA3300\",\n \"#FF5500\",\n \"#FF8800\",\n \"#884400\"\n ]\n },\n matrixRain: {\n name: \"Matrix Rain\",\n blendMode: \"screen\",\n background: \"#000300\",\n fill: true,\n colors: [\n \"#FFFFFF\",\n \"#AAFFAA\",\n \"#00FF44\",\n \"#00CC33\",\n \"#009922\",\n \"#006611\",\n \"#003308\"\n ]\n },\n networkNodes: {\n name: \"Network Nodes\",\n blendMode: \"screen\",\n background: \"#040810\",\n fill: true,\n colors: [\n \"#003366\",\n \"#0055AA\",\n \"#0088FF\",\n \"#44AAFF\",\n \"#88CCFF\",\n \"#CCEEFF\"\n ]\n },\n autumnLeaves: {\n name: \"Autumn Leaves\",\n blendMode: \"source-over\",\n background: \"#1a0e04\",\n fill: true,\n colors: [\n \"#CC2200\",\n \"#EE4400\",\n \"#FF6600\",\n \"#FF9900\",\n \"#FFCC00\",\n \"#AAAA00\",\n \"#886633\",\n \"#553311\"\n ]\n },\n cherryBlossom: {\n name: \"Cherry Blossom\",\n blendMode: \"source-over\",\n background: \"#100810\",\n fill: true,\n colors: [\n \"#FFFFFF\",\n \"#FFEEEE\",\n \"#FFDDEE\",\n \"#FFBBCC\",\n \"#FF99AA\",\n \"#EE7788\",\n \"#CC5566\"\n ]\n },\n dandelionSeeds: {\n name: \"Dandelion Seeds\",\n blendMode: \"source-over\",\n background: \"#0a0c08\",\n fill: false,\n colors: [\n \"#FFFFEE\",\n \"#EEEEDD\",\n \"#DDDDCC\",\n \"#FFFFAA\"\n ]\n },\n risingBubbles: {\n name: \"Rising Bubbles\",\n blendMode: \"source-over\",\n background: \"#011428\",\n fill: false,\n colors: [\n \"#FFFFFF\",\n \"#CCEEFF\",\n \"#88CCEE\",\n \"#44AACC\"\n ]\n },\n caustics: {\n name: \"Caustics\",\n blendMode: \"screen\",\n background: \"#002233\",\n fill: true,\n colors: [\n \"#FFEEAA\",\n \"#FFFFCC\",\n \"#AAFFEE\",\n \"#55DDFF\",\n \"#FFFFFF\"\n ]\n },\n jellyfishGlow: {\n name: \"Jellyfish Glow\",\n blendMode: \"screen\",\n background: \"#000814\",\n fill: true,\n colors: [\n \"#001133\",\n \"#0033AA\",\n \"#4488FF\",\n \"#88AAFF\",\n \"#FF88DD\",\n \"#FFAAEE\",\n \"#DDEEFF\"\n ]\n },\n fireworksGold: {\n name: \"Fireworks - Gold\",\n blendMode: \"screen\",\n background: \"#000000\",\n fill: true,\n colors: [\n \"#FFFFFF\",\n \"#FFEECC\",\n \"#FFCC44\",\n \"#FFAA00\",\n \"#FF6600\",\n \"#AA2200\",\n \"#330000\"\n ]\n },\n fireworksMulticolor: {\n name: \"Fireworks - Multicolor\",\n blendMode: \"lighter\",\n background: \"#000000\",\n fill: true,\n colors: [\n \"#FF0000\",\n \"#FF4400\",\n \"#FFCC00\",\n \"#00FF44\",\n \"#00FFFF\",\n \"#0088FF\",\n \"#AA00FF\",\n \"#FF00AA\",\n \"#FFFFFF\"\n ]\n },\n fogCoastal: {\n name: \"Fog - Coastal\",\n blendMode: \"source-over\",\n background: \"#0d1014\",\n fill: true,\n colors: [\n \"#99AABB\",\n \"#AABBCC\",\n \"#BBCCDD\",\n \"#CCDDE0\",\n \"#DDE8EE\"\n ]\n },\n heatHaze: {\n name: \"Heat Haze\",\n blendMode: \"soft-light\",\n background: \"#1a0e00\",\n fill: true,\n colors: [\n \"#FFEECC\",\n \"#FFDDAA\",\n \"#FFCC88\",\n \"#FFE8BB\",\n \"#FFFFEE\"\n ]\n },\n coloredSmokeTeal: {\n name: \"Colored Smoke - Teal\",\n blendMode: \"source-over\",\n background: \"#020c0a\",\n fill: true,\n colors: [\n \"#003322\",\n \"#006644\",\n \"#00AA77\",\n \"#00DDAA\",\n \"#AAFFEE\"\n ]\n },\n coloredSmokeMagenta: {\n name: \"Colored Smoke - Magenta\",\n blendMode: \"source-over\",\n background: \"#0d020a\",\n fill: true,\n colors: [\n \"#330022\",\n \"#880044\",\n \"#CC0077\",\n \"#FF44AA\",\n \"#FFBBDD\"\n ]\n },\n metalSparks: {\n name: \"Metal Sparks\",\n blendMode: \"lighter\",\n background: \"#080400\",\n fill: true,\n colors: [\n \"#FFFFFF\",\n \"#FFEECC\",\n \"#FFCC44\",\n \"#FF8800\",\n \"#FF4400\",\n \"#881100\"\n ]\n },\n moltenMetal: {\n name: \"Molten Metal\",\n blendMode: \"source-over\",\n background: \"#0a0600\",\n fill: true,\n colors: [\n \"#222222\",\n \"#555544\",\n \"#AA8833\",\n \"#FF6600\",\n \"#FFAA00\",\n \"#FFEE44\",\n \"#FFFFFF\"\n ]\n },\n rustAndCorrosion: {\n name: \"Rust & Corrosion\",\n blendMode: \"source-over\",\n background: \"#100800\",\n fill: true,\n colors: [\n \"#1A0800\",\n \"#441400\",\n \"#883300\",\n \"#AA4400\",\n \"#CC6622\",\n \"#EE8833\",\n \"#DDAA66\"\n ]\n },\n crtPhosphor: {\n name: \"CRT Phosphor\",\n blendMode: \"screen\",\n background: \"#010801\",\n fill: true,\n colors: [\n \"#001100\",\n \"#003300\",\n \"#006600\",\n \"#00BB00\",\n \"#00FF00\",\n \"#88FF88\",\n \"#CCFFCC\"\n ]\n },\n vaporwave: {\n name: \"Vaporwave\",\n blendMode: \"screen\",\n background: \"#05010f\",\n fill: true,\n colors: [\n \"#FF00FF\",\n \"#FF44CC\",\n \"#CC00FF\",\n \"#6600FF\",\n \"#00FFFF\",\n \"#00BBFF\",\n \"#FF88CC\"\n ]\n },\n lofiWarm: {\n name: \"Lo-Fi Warm\",\n blendMode: \"soft-light\",\n background: \"#1a0f08\",\n fill: true,\n colors: [\n \"#AA6633\",\n \"#CC8844\",\n \"#FFAA55\",\n \"#FFCCAA\",\n \"#FFE8CC\",\n \"#886633\"\n ]\n },\n solarWind: {\n name: \"Solar Wind\",\n blendMode: \"lighter\",\n background: \"#000000\",\n fill: true,\n colors: [\n \"#FFFFFF\",\n \"#FFEECC\",\n \"#FFDD88\",\n \"#FFCC44\",\n \"#AACCFF\",\n \"#8899FF\"\n ]\n },\n cosmicRadiation: {\n name: \"Cosmic Radiation\",\n blendMode: \"screen\",\n background: \"#020204\",\n fill: false,\n colors: [\n \"#FF4444\",\n \"#4444FF\",\n \"#44FF44\",\n \"#FFFF44\",\n \"#FF44FF\",\n \"#44FFFF\",\n \"#FFFFFF\"\n ]\n },\n supernova: {\n name: \"Supernova\",\n blendMode: \"lighter\",\n background: \"#000000\",\n fill: true,\n colors: [\n \"#FFFFFF\",\n \"#CCDDFF\",\n \"#88AAFF\",\n \"#FF8800\",\n \"#FF4400\",\n \"#CC0022\",\n \"#AA44FF\",\n \"#FF44AA\"\n ]\n },\n pulsar: {\n name: \"Pulsar\",\n blendMode: \"screen\",\n background: \"#000205\",\n fill: true,\n colors: [\n \"#FFFFFF\",\n \"#DDEEFF\",\n \"#88BBFF\",\n \"#4477FF\",\n \"#1133AA\",\n \"#000844\"\n ]\n },\n rockAndGravel: {\n name: \"Rock & Gravel\",\n blendMode: \"source-over\",\n background: \"#141210\",\n fill: true,\n colors: [\n \"#222222\",\n \"#444444\",\n \"#666655\",\n \"#888877\",\n \"#AAAAAA\",\n \"#BBAA99\",\n \"#554433\"\n ]\n },\n waterSplash: {\n name: \"Water Splash\",\n blendMode: \"source-over\",\n background: \"#001828\",\n fill: true,\n colors: [\n \"#FFFFFF\",\n \"#DDEEFF\",\n \"#AACCEE\",\n \"#6699CC\",\n \"#336699\",\n \"#224466\"\n ]\n },\n mudAndDirt: {\n name: \"Mud & Dirt\",\n blendMode: \"source-over\",\n background: \"#0a0700\",\n fill: true,\n colors: [\n \"#1A1000\",\n \"#3D2200\",\n \"#663300\",\n \"#8B4513\",\n \"#A0522D\",\n \"#C67A3C\"\n ]\n },\n lensFlareDust: {\n name: \"Lens Flare Dust\",\n blendMode: \"color-dodge\",\n background: \"#060400\",\n fill: true,\n colors: [\n \"#FFEEAA\",\n \"#FFFFCC\",\n \"#FFDDAA\",\n \"#FFCCBB\",\n \"#FFFFFF\"\n ]\n },\n prismScatter: {\n name: \"Prism Scatter\",\n blendMode: \"screen\",\n background: \"#020202\",\n fill: false,\n colors: [\n \"#FF0022\",\n \"#FF6600\",\n \"#FFEE00\",\n \"#00FF44\",\n \"#00AAFF\",\n \"#0000FF\",\n \"#8800FF\"\n ]\n },\n candlelight: {\n name: \"Candlelight\",\n blendMode: \"screen\",\n background: \"#060200\",\n fill: true,\n colors: [\n \"#330000\",\n \"#882200\",\n \"#CC5500\",\n \"#FF8800\",\n \"#FFCC44\",\n \"#FFEE99\",\n \"#FFFFCC\"\n ]\n },\n fullFireGradient: {\n name: \"Full Fire Gradient\",\n background: \"#000000\",\n blendMode: \"screen\",\n colors: [\n \"#000000\",\n \"#110000\",\n \"#220000\",\n \"#440000\",\n \"#660000\",\n \"#880000\",\n \"#AA0000\",\n \"#CC0000\",\n \"#FF0000\",\n \"#FF2200\",\n \"#FF4400\",\n \"#FF6600\",\n \"#FF8800\",\n \"#FFAA00\",\n \"#FFCC00\",\n \"#FFDD00\",\n \"#FFEE00\",\n \"#FFFF00\",\n \"#FFFF44\",\n \"#FFFF88\",\n \"#FFFFBB\",\n \"#FFFFFF\"\n ],\n fill: true\n },\n deepOcean: {\n name: \"Deep Ocean\",\n background: \"#000a14\",\n blendMode: \"source-over\",\n colors: [\n \"#FFFFFF\",\n \"#EEFFFF\",\n \"#CCFFFF\",\n \"#AAEEFF\",\n \"#88DDFF\",\n \"#55CCFF\",\n \"#22AAFF\",\n \"#0088FF\",\n \"#0066CC\",\n \"#004499\",\n \"#002266\",\n \"#001144\",\n \"#000822\",\n \"#000000\"\n ],\n fill: true\n },\n galaxyDust: {\n name: \"Galaxy Dust\",\n background: \"#02010a\",\n blendMode: \"screen\",\n colors: [\n \"#FFFFFF\",\n \"#FFEEFF\",\n \"#DDEEFF\",\n \"#AABBFF\",\n \"#8899FF\",\n \"#6677FF\",\n \"#5544FF\",\n \"#7700FF\",\n \"#AA00FF\",\n \"#CC44FF\",\n \"#FF44CC\",\n \"#FF6699\",\n \"#FF88AA\",\n \"#00AAFF\",\n \"#00DDFF\",\n \"#00FFEE\"\n ],\n fill: true\n },\n glitch: {\n name: \"Glitch - Full RGB Shift\",\n background: \"#000000\",\n blendMode: \"screen\",\n colors: [\n \"#FF0000\",\n \"#FF0022\",\n \"#FF2200\",\n \"#CC0000\",\n \"#00FF00\",\n \"#00FF22\",\n \"#22FF00\",\n \"#00CC00\",\n \"#0000FF\",\n \"#0022FF\",\n \"#2200FF\",\n \"#0000CC\",\n \"#FFFFFF\",\n \"#AAAAAA\",\n \"#000000\"\n ],\n fill: false\n },\n fullSpectrum: {\n name: \"Full Spectrum - High Saturation\",\n background: \"#000000\",\n blendMode: \"screen\",\n colors: [\n \"#FF0000\",\n \"#FF1A00\",\n \"#FF3300\",\n \"#FF4D00\",\n \"#FF6600\",\n \"#FF8000\",\n \"#FF9900\",\n \"#FFB300\",\n \"#FFCC00\",\n \"#FFE600\",\n \"#FFFF00\",\n \"#CCFF00\",\n \"#99FF00\",\n \"#66FF00\",\n \"#33FF00\",\n \"#00FF00\",\n \"#00FF33\",\n \"#00FF66\",\n \"#00FF99\",\n \"#00FFCC\",\n \"#00FFFF\",\n \"#00CCFF\",\n \"#0099FF\",\n \"#0066FF\",\n \"#0033FF\",\n \"#0000FF\",\n \"#3300FF\",\n \"#6600FF\",\n \"#9900FF\",\n \"#CC00FF\",\n \"#FF00FF\",\n \"#FF00CC\",\n \"#FF0099\",\n \"#FF0066\",\n \"#FF0033\",\n \"#FF0000\"\n ],\n fill: true\n },\n thermalMap: {\n name: \"Thermal Map - Cold to Hot\",\n background: \"#000000\",\n blendMode: \"source-over\",\n colors: [\n \"#000011\",\n \"#000033\",\n \"#000066\",\n \"#0000AA\",\n \"#0000FF\",\n \"#0022FF\",\n \"#0044FF\",\n \"#0066FF\",\n \"#0088FF\",\n \"#00AAFF\",\n \"#00CCFF\",\n \"#00EEFF\",\n \"#00FFFF\",\n \"#00FFDD\",\n \"#00FFBB\",\n \"#00FF99\",\n \"#00FF77\",\n \"#00FF44\",\n \"#00FF00\",\n \"#44FF00\",\n \"#77FF00\",\n \"#AAFF00\",\n \"#CCFF00\",\n \"#EEFF00\",\n \"#FFFF00\",\n \"#FFEE00\",\n \"#FFDD00\",\n \"#FFCC00\",\n \"#FFBB00\",\n \"#FFAA00\",\n \"#FF9900\",\n \"#FF8800\",\n \"#FF7700\",\n \"#FF6600\",\n \"#FF4400\",\n \"#FF2200\",\n \"#FF0000\",\n \"#DD0000\",\n \"#FF2222\",\n \"#FF5555\",\n \"#FF8888\",\n \"#FFBBBB\",\n \"#FFEEFF\",\n \"#FFFFFF\"\n ],\n fill: true\n },\n rainbow: {\n name: \"Rainbow - Maximum Saturation sRGB\",\n background: \"#000000\",\n blendMode: \"screen\",\n colors: [\n \"#FF0000\",\n \"#FF1500\",\n \"#FF2B00\",\n \"#FF4000\",\n \"#FF5500\",\n \"#FF6A00\",\n \"#FF8000\",\n \"#FF9500\",\n \"#FFAA00\",\n \"#FFBF00\",\n \"#FFD500\",\n \"#FFEA00\",\n \"#FFFF00\",\n \"#EAFF00\",\n \"#D4FF00\",\n \"#BFFF00\",\n \"#AAFF00\",\n \"#95FF00\",\n \"#80FF00\",\n \"#6AFF00\",\n \"#55FF00\",\n \"#40FF00\",\n \"#2BFF00\",\n \"#15FF00\",\n \"#00FF00\",\n \"#00FF15\",\n \"#00FF2A\",\n \"#00FF40\",\n \"#00FF55\",\n \"#00FF6A\",\n \"#00FF80\",\n \"#00FF95\",\n \"#00FFAA\",\n \"#00FFBF\",\n \"#00FFD5\",\n \"#00FFEA\",\n \"#00FFFF\",\n \"#00EAFF\",\n \"#00D5FF\",\n \"#00BFFF\",\n \"#00AAFF\",\n \"#0095FF\",\n \"#0080FF\",\n \"#006AFF\",\n \"#0055FF\",\n \"#0040FF\",\n \"#002AFF\",\n \"#0015FF\",\n \"#0000FF\",\n \"#1500FF\",\n \"#2B00FF\",\n \"#4000FF\",\n \"#5500FF\",\n \"#6A00FF\",\n \"#8000FF\",\n \"#9500FF\",\n \"#AA00FF\",\n \"#BF00FF\",\n \"#D400FF\",\n \"#EA00FF\",\n \"#FF00FF\",\n \"#FF00EA\",\n \"#FF00D4\",\n \"#FF00BF\",\n \"#FF00AA\",\n \"#FF0095\",\n \"#FF0080\",\n \"#FF006A\",\n \"#FF0055\",\n \"#FF0040\",\n \"#FF002B\",\n \"#FF0015\"\n ],\n fill: true\n }\n};\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/palettes.js?\n}");
|
|
1338
1368
|
|
|
1339
1369
|
/***/ },
|
|
1340
1370
|
|
|
@@ -1364,7 +1394,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1364
1394
|
\**********************************/
|
|
1365
1395
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1366
1396
|
|
|
1367
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"random\",\n name: \"Random Colors\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"connect\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 40\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n }\n }\n },\n particles: {\n color: {\n
|
|
1397
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"random\",\n name: \"Random Colors\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"connect\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 40\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"random\"\n },\n enable: true\n },\n links: {\n blink: false,\n color: \"#ffffff\",\n consent: false,\n distance: 150,\n enable: false,\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n },\n number: {\n density: {\n enable: true\n },\n limit: {\n value: 500\n },\n value: 300\n },\n opacity: {\n value: 0.5\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: {\n min: 10,\n max: 15\n }\n }\n },\n background: {\n color: \"#000000\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/random.js?\n}");
|
|
1368
1398
|
|
|
1369
1399
|
/***/ },
|
|
1370
1400
|
|
|
@@ -1374,7 +1404,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1374
1404
|
\****************************************/
|
|
1375
1405
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1376
1406
|
|
|
1377
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"randomShapes\",\n name: \"Random Shapes\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 40\n },\n push: {\n quantity: 4\n }\n }\n },\n particles: {\n color: {\n value: \"#000000\"\n },\n stroke: {\n color: {\n value: \"#ff0000\"\n },\n width: 1\n },\n move: {\n enable: true,\n speed: 2\n },\n number: {\n density: {\n enable: true\n },\n value: 80\n },\n opacity: {\n value: 1\n },\n rotate: {\n animation: {\n enable: true,\n speed: 5,\n sync: false\n },\n direction: \"random\",\n value: {\n min: 0,\n max: 360\n }\n },\n shape: {\n options: {\n image: [\n {\n name: \"apple\"\n },\n {\n name: \"avocado\"\n },\n {\n name: \"banana\"\n },\n {\n name: \"berries\"\n },\n {\n name: \"cherry\"\n },\n {\n name: \"grapes\"\n },\n {\n name: \"lemon\"\n },\n {\n name: \"orange\"\n },\n {\n name: \"peach\"\n },\n {\n name: \"pear\"\n },\n {\n name: \"pepper\"\n },\n {\n name: \"plum\"\n },\n {\n name: \"star\"\n },\n {\n name: \"strawberry\"\n },\n {\n name: \"watermelon\"\n },\n {\n name: \"watermelon_slice\"\n }\n ],\n arrow: {\n heightFactor: {\n min: 0.3,\n max: 0.8\n },\n headWidthFactor: {\n min: 0.3,\n max: 0.8\n },\n bodyHeightFactor: {\n min: 0.3,\n max: 0.8\n }\n },\n cog: {\n holeRadius: 44,\n innerRadius: 72,\n innerTaper: 35,\n notches: 7,\n outerTaper: 50\n },\n emoji: {\n value: \"🌈\"\n },\n text: {\n value: \"pippo\\npluto\"\n },\n path: [\n {\n segments: [\n {\n type: \"line\",\n values: [\n {\n x: -0.5,\n y: -0.5\n }\n ]\n },\n {\n type: \"bezier\",\n values: [\n {\n x: -0.5,\n y: 0.5\n },\n {\n x: 1,\n y: 1\n },\n {\n x: 1,\n y: 0.5\n },\n {\n x: 1,\n y: -0.5\n }\n ]\n },\n {\n type: \"quadratic\",\n values: [\n {\n x: 0.5,\n y: 0.5\n },\n {\n x: 0.5,\n y: -0.5\n },\n {\n x: -0.5,\n y: 0.5\n }\n ]\n },\n {\n type: \"line\",\n values: [\n {\n x: 0.5,\n y: -0.5\n }\n ]\n }\n ],\n half: false\n },\n {\n segments: [\n {\n type: \"line\",\n values: [\n {\n x: -1,\n y: -1\n }\n ]\n },\n {\n type: \"bezier\",\n values: [\n {\n x: -1,\n y: 1\n },\n {\n x: 1,\n y: 1\n },\n {\n x: 0.5,\n y: 1\n },\n {\n x: -0.5,\n y: 1\n }\n ]\n },\n {\n type: \"quadratic\",\n values: [\n {\n x: 1,\n y: 1\n },\n {\n x: 1,\n y: -1\n },\n {\n x: -1,\n y: 1\n }\n ]\n },\n {\n type: \"line\",\n values: [\n {\n x: 1,\n y: -1\n }\n ]\n }\n ],\n half: false\n }\n ],\n \"rounded-polygon\": [\n {\n radius: {\n min: 0,\n max: 10\n },\n sides: {\n min: 3,\n max: 8\n }\n }\n ],\n \"rounded-rect\": {\n radius: {\n min: 5,\n max: 15\n }\n },\n spiral: {\n innerRadius: 0.5,\n lineSpacing: 0.5,\n fill: false,\n close: false\n },\n spades: {\n particles: {\n color: {\n value: \"#000000\"\n }\n }\n },\n hearts: {\n particles: {\n color: {\n value: \"#ff0000\"\n }\n }\n },\n diamonds: {\n particles: {\n color: {\n value: \"#ff0000\"\n }\n }\n },\n clubs: {\n particles: {\n color: {\n value: \"#000000\"\n }\n }\n }\n },\n type: \"random\"\n },\n size: {\n value: 16\n }\n },\n background: {\n color: \"#fff\"\n },\n preload: [\n {\n src: \"https://particles.js.org/images/hdr/fruits/apple.png\",\n name: \"apple\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/avocado.png\",\n name: \"avocado\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/banana.png\",\n name: \"banana\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/berries.png\",\n name: \"berries\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/cherry.png\",\n name: \"cherry\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/grapes.png\",\n name: \"grapes\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/lemon.png\",\n name: \"lemon\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/orange.png\",\n name: \"orange\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/peach.png\",\n name: \"peach\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/pear.png\",\n name: \"pear\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/pepper.png\",\n name: \"pepper\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/plum.png\",\n name: \"plum\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/star.png\",\n name: \"star\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/strawberry.png\",\n name: \"strawberry\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/watermelon.png\",\n name: \"watermelon\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/watermelon_slice.png\",\n name: \"watermelon_slice\",\n width: 32,\n height: 32\n }\n ]\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/randomShapes.js?\n}");
|
|
1407
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"randomShapes\",\n name: \"Random Shapes\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 40\n },\n push: {\n quantity: 4\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#000000\"\n },\n enable: true\n },\n stroke: {\n color: {\n value: \"#ff0000\"\n },\n width: 1\n },\n move: {\n enable: true,\n speed: 2\n },\n number: {\n density: {\n enable: true\n },\n value: 80\n },\n opacity: {\n value: 1\n },\n rotate: {\n animation: {\n enable: true,\n speed: 5,\n sync: false\n },\n direction: \"random\",\n value: {\n min: 0,\n max: 360\n }\n },\n shape: {\n options: {\n image: [\n {\n name: \"apple\"\n },\n {\n name: \"avocado\"\n },\n {\n name: \"banana\"\n },\n {\n name: \"berries\"\n },\n {\n name: \"cherry\"\n },\n {\n name: \"grapes\"\n },\n {\n name: \"lemon\"\n },\n {\n name: \"orange\"\n },\n {\n name: \"peach\"\n },\n {\n name: \"pear\"\n },\n {\n name: \"pepper\"\n },\n {\n name: \"plum\"\n },\n {\n name: \"star\"\n },\n {\n name: \"strawberry\"\n },\n {\n name: \"watermelon\"\n },\n {\n name: \"watermelon_slice\"\n }\n ],\n arrow: {\n heightFactor: {\n min: 0.3,\n max: 0.8\n },\n headWidthFactor: {\n min: 0.3,\n max: 0.8\n },\n bodyHeightFactor: {\n min: 0.3,\n max: 0.8\n }\n },\n cog: {\n holeRadius: 44,\n innerRadius: 72,\n innerTaper: 35,\n notches: 7,\n outerTaper: 50\n },\n emoji: {\n value: \"🌈\"\n },\n text: {\n value: \"pippo\\npluto\"\n },\n path: [\n {\n segments: [\n {\n type: \"line\",\n values: [\n {\n x: -0.5,\n y: -0.5\n }\n ]\n },\n {\n type: \"bezier\",\n values: [\n {\n x: -0.5,\n y: 0.5\n },\n {\n x: 1,\n y: 1\n },\n {\n x: 1,\n y: 0.5\n },\n {\n x: 1,\n y: -0.5\n }\n ]\n },\n {\n type: \"quadratic\",\n values: [\n {\n x: 0.5,\n y: 0.5\n },\n {\n x: 0.5,\n y: -0.5\n },\n {\n x: -0.5,\n y: 0.5\n }\n ]\n },\n {\n type: \"line\",\n values: [\n {\n x: 0.5,\n y: -0.5\n }\n ]\n }\n ],\n half: false\n },\n {\n segments: [\n {\n type: \"line\",\n values: [\n {\n x: -1,\n y: -1\n }\n ]\n },\n {\n type: \"bezier\",\n values: [\n {\n x: -1,\n y: 1\n },\n {\n x: 1,\n y: 1\n },\n {\n x: 0.5,\n y: 1\n },\n {\n x: -0.5,\n y: 1\n }\n ]\n },\n {\n type: \"quadratic\",\n values: [\n {\n x: 1,\n y: 1\n },\n {\n x: 1,\n y: -1\n },\n {\n x: -1,\n y: 1\n }\n ]\n },\n {\n type: \"line\",\n values: [\n {\n x: 1,\n y: -1\n }\n ]\n }\n ],\n half: false\n }\n ],\n \"rounded-polygon\": [\n {\n radius: {\n min: 0,\n max: 10\n },\n sides: {\n min: 3,\n max: 8\n }\n }\n ],\n \"rounded-rect\": {\n radius: {\n min: 5,\n max: 15\n }\n },\n spiral: {\n innerRadius: 0.5,\n lineSpacing: 0.5,\n fill: false,\n close: false\n },\n spades: {\n particles: {\n fill: {\n color: {\n value: \"#000000\"\n }\n }\n }\n },\n hearts: {\n particles: {\n fill: {\n color: {\n value: \"#ff0000\"\n }\n }\n }\n },\n diamonds: {\n particles: {\n fill: {\n color: {\n value: \"#ff0000\"\n }\n }\n }\n },\n clubs: {\n particles: {\n fill: {\n color: {\n value: \"#000000\"\n }\n }\n }\n }\n },\n type: \"random\"\n },\n size: {\n value: 16\n }\n },\n background: {\n color: \"#fff\"\n },\n preload: [\n {\n src: \"https://particles.js.org/images/hdr/fruits/apple.png\",\n name: \"apple\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/avocado.png\",\n name: \"avocado\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/banana.png\",\n name: \"banana\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/berries.png\",\n name: \"berries\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/cherry.png\",\n name: \"cherry\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/grapes.png\",\n name: \"grapes\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/lemon.png\",\n name: \"lemon\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/orange.png\",\n name: \"orange\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/peach.png\",\n name: \"peach\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/pear.png\",\n name: \"pear\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/pepper.png\",\n name: \"pepper\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/plum.png\",\n name: \"plum\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/star.png\",\n name: \"star\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/strawberry.png\",\n name: \"strawberry\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/watermelon.png\",\n name: \"watermelon\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/watermelon_slice.png\",\n name: \"watermelon_slice\",\n width: 32,\n height: 32\n }\n ]\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/randomShapes.js?\n}");
|
|
1378
1408
|
|
|
1379
1409
|
/***/ },
|
|
1380
1410
|
|
|
@@ -1384,7 +1414,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1384
1414
|
\****************************************/
|
|
1385
1415
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1386
1416
|
|
|
1387
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reactBubbles\",\n name: \"React Bubbles\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"repulse\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 250,\n duration: 2,\n opacity: 0,\n size: 0\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 180,\n links: {\n opacity: 0.35\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 4\n },\n slow: {\n factor: 1,\n radius: 0\n }\n }\n },\n particles: {\n color: {\n
|
|
1417
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reactBubbles\",\n name: \"React Bubbles\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"repulse\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 250,\n duration: 2,\n opacity: 0,\n size: 0\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 180,\n links: {\n opacity: 0.35\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 4\n },\n slow: {\n factor: 1,\n radius: 0\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#FFF\"\n },\n enable: true\n },\n collisions: {\n enable: true\n },\n move: {\n direction: \"top\",\n enable: true,\n speed: {\n min: 0.1,\n max: 1\n }\n },\n number: {\n value: 160\n },\n opacity: {\n animation: {\n enable: true,\n speed: 1,\n sync: false\n },\n value: {\n min: 0.1,\n max: 0.5\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n }\n },\n pauseOnBlur: true,\n background: {\n color: \"#0d47a1\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/reactBubbles.js?\n}");
|
|
1388
1418
|
|
|
1389
1419
|
/***/ },
|
|
1390
1420
|
|
|
@@ -1394,7 +1424,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1394
1424
|
\*****************************************/
|
|
1395
1425
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1396
1426
|
|
|
1397
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reactDefaults\",\n name: \"React Defaults\",\n particles: {\n number: {\n value: 40\n },\n color: {\n
|
|
1427
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reactDefaults\",\n name: \"React Defaults\",\n particles: {\n number: {\n value: 40\n },\n fill: {\n color: {\n value: \"#FFF\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: {\n min: 0.1,\n max: 0.5\n },\n animation: {\n enable: true,\n speed: 1,\n sync: false\n }\n },\n size: {\n value: 1\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#FFF\",\n opacity: 0.6,\n width: 1\n },\n move: {\n enable: true,\n speed: 3,\n outModes: \"bounce\"\n },\n collisions: {\n enable: true\n }\n },\n background: {\n color: \"#0d47a1\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/reactDefaults.js?\n}");
|
|
1398
1428
|
|
|
1399
1429
|
/***/ },
|
|
1400
1430
|
|
|
@@ -1404,7 +1434,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1404
1434
|
\***********************************************/
|
|
1405
1435
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1406
1436
|
|
|
1407
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reactMultipleImages\",\n name: \"React Multiple Images\",\n particles: {\n color: {\n
|
|
1437
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reactMultipleImages\",\n name: \"React Multiple Images\",\n particles: {\n fill: {\n color: {\n value: \"#CCC\"\n },\n enable: true\n },\n collisions: {\n enable: true\n },\n links: {\n blink: false,\n color: \"#fff\",\n consent: false,\n distance: 150,\n enable: false,\n opacity: 0.6,\n width: 1\n },\n move: {\n enable: true,\n speed: 1\n },\n number: {\n density: {\n enable: true\n },\n value: 8\n },\n opacity: {\n animation: {\n enable: true,\n speed: 1,\n sync: false\n },\n value: {\n min: 0.1,\n max: 0.5\n }\n },\n shape: {\n options: {\n image: [\n {\n height: 20,\n replaceColor: true,\n src: \"https://particles.js.org/images/hdr/fruits/cherry.png\",\n width: 23\n },\n {\n height: 20,\n replaceColor: true,\n src: \"https://particles.js.org/images/hdr/fruits/grapes.png\",\n width: 20\n },\n {\n height: 20,\n replaceColor: true,\n src: \"https://particles.js.org/images/hdr/fruits/lemon.png\",\n width: 20\n }\n ]\n },\n type: [\n \"image\",\n \"circle\"\n ]\n },\n size: {\n animation: {\n enable: true,\n speed: 4,\n sync: false\n },\n value: {\n min: 10,\n max: 30\n }\n }\n },\n pauseOnBlur: true,\n background: {\n color: \"#0d47a1\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/reactMultipleImages.js?\n}");
|
|
1408
1438
|
|
|
1409
1439
|
/***/ },
|
|
1410
1440
|
|
|
@@ -1414,7 +1444,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1414
1444
|
\*****************************************/
|
|
1415
1445
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1416
1446
|
|
|
1417
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reactNightSky\",\n name: \"React Night Sky\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n push: {\n quantity: 1\n }\n }\n },\n particles: {\n color: {\n
|
|
1447
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reactNightSky\",\n name: \"React Night Sky\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n push: {\n quantity: 1\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#FFF\"\n },\n enable: true\n },\n links: {\n blink: false,\n color: {\n value: \"#fff\"\n },\n consent: false,\n distance: 150,\n enable: true,\n opacity: 0.02,\n width: 1\n },\n move: {\n direction: \"right\",\n enable: true,\n outModes: \"bounce\",\n speed: 0.05\n },\n collisions: {\n enable: true\n },\n number: {\n density: {\n enable: true\n },\n value: 60\n },\n opacity: {\n animation: {\n enable: true,\n speed: 1,\n sync: false\n },\n value: {\n min: 0.05,\n max: 0.5\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 1\n }\n },\n pauseOnBlur: true,\n background: {\n color: \"#0d47a1\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/reactNightSky.js?\n}");
|
|
1418
1448
|
|
|
1419
1449
|
/***/ },
|
|
1420
1450
|
|
|
@@ -1424,7 +1454,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1424
1454
|
\********************************************/
|
|
1425
1455
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1426
1456
|
|
|
1427
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reactPolygonMask\",\n name: \"React Polygon Mask\",\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 40,\n duration: 0.4,\n opacity: 1,\n size: 6\n }\n }\n },\n particles: {\n color: {\n
|
|
1457
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reactPolygonMask\",\n name: \"React Polygon Mask\",\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 40,\n duration: 0.4,\n opacity: 1,\n size: 6\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#FFF\"\n },\n enable: true\n },\n links: {\n blink: false,\n color: {\n value: \"#fff\"\n },\n consent: false,\n distance: 30,\n enable: true,\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n outModes: \"bounce\",\n speed: 1\n },\n number: {\n value: 200\n },\n opacity: {\n animation: {\n enable: true,\n speed: 2,\n sync: false\n },\n value: {\n min: 0.05,\n max: 0.4\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 1\n }\n },\n polygon: {\n draw: {\n enable: true,\n stroke: {\n color: \"rgba(255, 255, 255, .2)\",\n width: 0.5,\n opacity: 0.2\n }\n },\n enable: true,\n inline: {\n arrangement: \"equidistant\"\n },\n move: {\n radius: 10,\n type: \"path\"\n },\n scale: 0.5,\n type: \"inline\",\n url: \"https://particles.js.org/images/hdr/smalldeer.svg\"\n },\n pauseOnBlur: true,\n background: {\n color: \"#0d47a1\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/reactPolygonMask.js?\n}");
|
|
1428
1458
|
|
|
1429
1459
|
/***/ },
|
|
1430
1460
|
|
|
@@ -1434,7 +1464,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1434
1464
|
\***************************************/
|
|
1435
1465
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1436
1466
|
|
|
1437
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reactSimple\",\n name: \"React Simple\",\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 100,\n duration: 5\n }\n }\n },\n particles: {\n color: {\n
|
|
1467
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reactSimple\",\n name: \"React Simple\",\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 100,\n duration: 5\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#FFF\"\n },\n enable: true\n },\n links: {\n blink: false,\n color: {\n value: \"#fff\"\n },\n consent: false,\n distance: 150,\n enable: true,\n opacity: 0.6,\n width: 1\n },\n move: {\n enable: true,\n outModes: \"bounce\",\n speed: 3\n },\n collisions: {\n enable: true\n },\n number: {\n value: 50\n },\n opacity: {\n animation: {\n enable: true,\n speed: 1,\n sync: false\n },\n value: {\n min: 0.1,\n max: 0.5\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: 3\n },\n stroke: {\n color: {\n value: \"#ff0000\"\n },\n width: 0,\n opacity: 1\n }\n },\n backgroundMask: {\n cover: {\n color: \"#fff\",\n opacity: 1\n },\n enable: false\n },\n pauseOnBlur: true,\n background: {\n color: \"#0d47a1\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/reactSimple.js?\n}");
|
|
1438
1468
|
|
|
1439
1469
|
/***/ },
|
|
1440
1470
|
|
|
@@ -1444,7 +1474,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1444
1474
|
\*************************************/
|
|
1445
1475
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1446
1476
|
|
|
1447
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reactSnow\",\n name: \"React Snow\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"remove\"\n }\n },\n modes: {\n bubble: {\n distance: 200,\n duration: 0.4,\n opacity: 1,\n size: 80\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 180,\n links: {\n opacity: 0.35\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 10\n },\n repulse: {\n distance: 100,\n duration: 5\n },\n slow: {\n factor: 1,\n radius: 0\n }\n }\n },\n particles: {\n color: {\n
|
|
1477
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reactSnow\",\n name: \"React Snow\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"remove\"\n }\n },\n modes: {\n bubble: {\n distance: 200,\n duration: 0.4,\n opacity: 1,\n size: 80\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 180,\n links: {\n opacity: 0.35\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 10\n },\n repulse: {\n distance: 100,\n duration: 5\n },\n slow: {\n factor: 1,\n radius: 0\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#FFF\"\n },\n enable: true\n },\n links: {\n blink: false,\n color: {\n value: \"#fff\"\n },\n consent: false,\n distance: 150,\n enable: false,\n opacity: 0.6,\n width: 1\n },\n move: {\n direction: \"bottom\",\n enable: true,\n speed: 3\n },\n collisions: {\n enable: true\n },\n number: {\n value: 160\n },\n opacity: {\n animation: {\n enable: true,\n speed: 1,\n sync: false\n },\n value: {\n min: 0.1,\n max: 0.5\n }\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: {\n min: 1,\n max: 10\n }\n }\n },\n pauseOnBlur: true,\n background: {\n color: \"#0d47a1\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/reactSnow.js?\n}");
|
|
1448
1478
|
|
|
1449
1479
|
/***/ },
|
|
1450
1480
|
|
|
@@ -1454,7 +1484,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1454
1484
|
\********************************************/
|
|
1455
1485
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1456
1486
|
|
|
1457
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reduceDuplicates\",\n name: \"Reduce Duplicates\",\n particles: {\n color: {\n
|
|
1487
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"reduceDuplicates\",\n name: \"Reduce Duplicates\",\n particles: {\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n move: {\n direction: \"none\",\n enable: true,\n outModes: \"bounce\",\n speed: 2\n },\n number: {\n value: 16\n },\n opacity: {\n value: 1\n },\n reduceDuplicates: true,\n rotate: {\n animation: {\n enable: true,\n speed: 5,\n sync: false\n },\n direction: \"random\",\n value: {\n min: 0,\n max: 360\n }\n },\n shape: {\n options: {\n image: [\n {\n src: \"https://particles.js.org/images/hdr/fruits/apple.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/avocado.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/banana.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/berries.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/cherry.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/grapes.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/lemon.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/orange.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/peach.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/pear.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/pepper.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/plum.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/star.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/strawberry.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/watermelon.png\",\n width: 32,\n height: 32\n },\n {\n src: \"https://particles.js.org/images/hdr/fruits/watermelon_slice.png\",\n width: 32,\n height: 32\n }\n ]\n },\n type: \"image\"\n },\n size: {\n value: 16\n }\n },\n background: {\n color: \"#fff\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/reduceDuplicates.js?\n}");
|
|
1458
1488
|
|
|
1459
1489
|
/***/ },
|
|
1460
1490
|
|
|
@@ -1464,7 +1494,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1464
1494
|
\***********************************/
|
|
1465
1495
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1466
1496
|
|
|
1467
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulse\",\n name: \"Repulse\",\n particles: {\n groups: {\n green: {\n number: {\n value: 30\n },\n color: {\n value: \"#00ff00\"\n },\n repulse: {\n enabled: true,\n distance: 50,\n factor: 20\n }\n },\n yellow: {\n number: {\n value: 30\n },\n color: {\n value: \"#ffff00\"\n },\n repulse: {\n enabled: false,\n distance: 0\n }\n },\n blue: {\n number: {\n value: 30\n },\n color: {\n value: \"#0000ff\"\n },\n repulse: {\n enabled: true,\n distance: 50\n }\n },\n cyan: {\n number: {\n value: 30\n },\n color: {\n value: \"#00ffff\"\n },\n repulse: {\n enabled: false,\n distance: 0\n }\n }\n },\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1497
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulse\",\n name: \"Repulse\",\n particles: {\n groups: {\n green: {\n number: {\n value: 30\n },\n color: {\n value: \"#00ff00\"\n },\n repulse: {\n enabled: true,\n distance: 50,\n factor: 20\n }\n },\n yellow: {\n number: {\n value: 30\n },\n color: {\n value: \"#ffff00\"\n },\n repulse: {\n enabled: false,\n distance: 0\n }\n },\n blue: {\n number: {\n value: 30\n },\n color: {\n value: \"#0000ff\"\n },\n repulse: {\n enabled: true,\n distance: 50\n }\n },\n cyan: {\n number: {\n value: 30\n },\n color: {\n value: \"#00ffff\"\n },\n repulse: {\n enabled: false,\n distance: 0\n }\n }\n },\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: false,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: 14\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 3\n }\n },\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n push: {\n quantity: 4\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/repulse.js?\n}");
|
|
1468
1498
|
|
|
1469
1499
|
/***/ },
|
|
1470
1500
|
|
|
@@ -1474,7 +1504,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1474
1504
|
\***************************************/
|
|
1475
1505
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1476
1506
|
|
|
1477
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseBack\",\n name: \"Repulse Back\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1507
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseBack\",\n name: \"Repulse Back\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n move: {\n enable: true,\n speed: 0\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 200,\n factor: 1,\n speed: 5,\n easing: \"ease-out-back\"\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/repulseBack.js?\n}");
|
|
1478
1508
|
|
|
1479
1509
|
/***/ },
|
|
1480
1510
|
|
|
@@ -1484,7 +1514,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1484
1514
|
\*****************************************/
|
|
1485
1515
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1486
1516
|
|
|
1487
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseBounce\",\n name: \"Repulse Bounce\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1517
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseBounce\",\n name: \"Repulse Bounce\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n move: {\n enable: true,\n speed: 0\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 200,\n factor: 1,\n speed: 5,\n easing: \"ease-out-bounce\"\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/repulseBounce.js?\n}");
|
|
1488
1518
|
|
|
1489
1519
|
/***/ },
|
|
1490
1520
|
|
|
@@ -1494,7 +1524,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1494
1524
|
\***************************************/
|
|
1495
1525
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1496
1526
|
|
|
1497
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseCirc\",\n name: \"Repulse Circ\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1527
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseCirc\",\n name: \"Repulse Circ\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n move: {\n enable: true,\n speed: 0\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 200,\n factor: 1,\n speed: 5,\n easing: \"ease-out-circ\"\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/repulseCirc.js?\n}");
|
|
1498
1528
|
|
|
1499
1529
|
/***/ },
|
|
1500
1530
|
|
|
@@ -1504,7 +1534,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1504
1534
|
\****************************************/
|
|
1505
1535
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1506
1536
|
|
|
1507
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseCubic\",\n name: \"Repulse Cubic\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1537
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseCubic\",\n name: \"Repulse Cubic\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n move: {\n enable: true,\n speed: 0\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 200,\n factor: 1,\n speed: 5,\n easing: \"ease-out-cubic\"\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/repulseCubic.js?\n}");
|
|
1508
1538
|
|
|
1509
1539
|
/***/ },
|
|
1510
1540
|
|
|
@@ -1514,7 +1544,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1514
1544
|
\******************************************/
|
|
1515
1545
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1516
1546
|
|
|
1517
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseElastic\",\n name: \"Repulse Elastic\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1547
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseElastic\",\n name: \"Repulse Elastic\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n move: {\n enable: true,\n speed: 0\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 200,\n factor: 1,\n speed: 5,\n easing: \"ease-out-elastic\"\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/repulseElastic.js?\n}");
|
|
1518
1548
|
|
|
1519
1549
|
/***/ },
|
|
1520
1550
|
|
|
@@ -1524,7 +1554,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1524
1554
|
\***************************************/
|
|
1525
1555
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1526
1556
|
|
|
1527
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseExpo\",\n name: \"Repulse Expo\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1557
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseExpo\",\n name: \"Repulse Expo\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n move: {\n enable: true,\n speed: 0\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 200,\n factor: 1,\n speed: 5,\n easing: \"ease-out-expo\"\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/repulseExpo.js?\n}");
|
|
1528
1558
|
|
|
1529
1559
|
/***/ },
|
|
1530
1560
|
|
|
@@ -1534,7 +1564,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1534
1564
|
\*******************************************/
|
|
1535
1565
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1536
1566
|
|
|
1537
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseGaussian\",\n name: \"Repulse Gaussian\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1567
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseGaussian\",\n name: \"Repulse Gaussian\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n move: {\n enable: true,\n speed: 0\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 200,\n factor: 1,\n speed: 5,\n easing: \"ease-out-gaussian\"\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/repulseGaussian.js?\n}");
|
|
1538
1568
|
|
|
1539
1569
|
/***/ },
|
|
1540
1570
|
|
|
@@ -1544,7 +1574,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1544
1574
|
\****************************************/
|
|
1545
1575
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1546
1576
|
|
|
1547
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseExpo\",\n name: \"Repulse Quart\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1577
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseExpo\",\n name: \"Repulse Quart\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n move: {\n enable: true,\n speed: 0\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 200,\n factor: 1,\n speed: 5,\n easing: \"ease-out-quart\"\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/repulseQuart.js?\n}");
|
|
1548
1578
|
|
|
1549
1579
|
/***/ },
|
|
1550
1580
|
|
|
@@ -1554,7 +1584,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1554
1584
|
\****************************************/
|
|
1555
1585
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1556
1586
|
|
|
1557
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseQuint\",\n name: \"Repulse Quint\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1587
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseQuint\",\n name: \"Repulse Quint\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n move: {\n enable: true,\n speed: 0\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 200,\n factor: 1,\n speed: 5,\n easing: \"ease-out-quint\"\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/repulseQuint.js?\n}");
|
|
1558
1588
|
|
|
1559
1589
|
/***/ },
|
|
1560
1590
|
|
|
@@ -1564,7 +1594,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1564
1594
|
\******************************************/
|
|
1565
1595
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1566
1596
|
|
|
1567
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseSigmoid\",\n name: \"Repulse Sigmoid\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1597
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseSigmoid\",\n name: \"Repulse Sigmoid\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n move: {\n enable: true,\n speed: 0\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 200,\n factor: 1,\n speed: 5,\n easing: \"ease-out-sigmoid\"\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/repulseSigmoid.js?\n}");
|
|
1568
1598
|
|
|
1569
1599
|
/***/ },
|
|
1570
1600
|
|
|
@@ -1574,7 +1604,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1574
1604
|
\***************************************/
|
|
1575
1605
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1576
1606
|
|
|
1577
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseSine\",\n name: \"Repulse Sine\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1607
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseSine\",\n name: \"Repulse Sine\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n move: {\n enable: true,\n speed: 0\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 200,\n factor: 1,\n speed: 5,\n easing: \"ease-out-sine\"\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/repulseSine.js?\n}");
|
|
1578
1608
|
|
|
1579
1609
|
/***/ },
|
|
1580
1610
|
|
|
@@ -1584,7 +1614,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1584
1614
|
\*********************************************/
|
|
1585
1615
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1586
1616
|
|
|
1587
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseSmoothstep\",\n name: \"Repulse Smoothstep\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1617
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"repulseSmoothstep\",\n name: \"Repulse Smoothstep\",\n particles: {\n number: {\n value: 200,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n move: {\n enable: true,\n speed: 0\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n }\n },\n modes: {\n repulse: {\n distance: 200,\n factor: 1,\n speed: 5,\n easing: \"ease-out-smoothstep\"\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/repulseSmoothstep.js?\n}");
|
|
1588
1618
|
|
|
1589
1619
|
/***/ },
|
|
1590
1620
|
|
|
@@ -1594,7 +1624,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1594
1624
|
\**************************************/
|
|
1595
1625
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1596
1626
|
|
|
1597
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"responsive\",\n name: \"Responsive\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: false\n }\n },\n color: {\n
|
|
1627
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"responsive\",\n name: \"Responsive\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: false\n }\n },\n fill: {\n color: {\n value: \"#ff0000\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 3\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n responsive: [\n {\n maxWidth: 600,\n options: {\n particles: {\n fill: {\n color: {\n value: \"#0000ff\"\n },\n enable: true\n },\n number: {\n value: 40\n }\n }\n }\n },\n {\n maxWidth: 1000,\n options: {\n particles: {\n fill: {\n color: {\n value: \"#00ff00\"\n },\n enable: true\n },\n number: {\n value: 60\n }\n }\n }\n }\n ],\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/responsive.js?\n}");
|
|
1598
1628
|
|
|
1599
1629
|
/***/ },
|
|
1600
1630
|
|
|
@@ -1604,7 +1634,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1604
1634
|
\********************************/
|
|
1605
1635
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1606
1636
|
|
|
1607
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"ring\",\n name: \"Ring\",\n particles: {\n number: {\n value: 0,\n limit: {\n value: 1000\n }\n },\n color: {\n
|
|
1637
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"ring\",\n name: \"Ring\",\n particles: {\n number: {\n value: 0,\n limit: {\n value: 1000\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n move: {\n enable: true,\n outModes: {\n default: \"destroy\"\n },\n speed: 1,\n path: {\n enable: true,\n delay: {\n value: 0.75\n },\n clamp: true,\n generator: \"randomPathGenerator\"\n }\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.05\n },\n size: {\n value: 1\n }\n },\n background: {\n color: \"#031927\"\n },\n emitters: {\n fill: false,\n shape: {\n type: \"circle\"\n },\n position: {\n x: 50,\n y: 50\n },\n size: {\n width: 250,\n height: 250,\n mode: \"precise\"\n },\n life: {\n delay: 10,\n wait: true\n },\n rate: {\n delay: 0.1,\n quantity: 10\n },\n startCount: 1000\n },\n trail: {\n enable: true,\n fill: {\n color: \"#031927\"\n },\n length: 1000\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/r/ring.js?\n}");
|
|
1608
1638
|
|
|
1609
1639
|
/***/ },
|
|
1610
1640
|
|
|
@@ -1614,7 +1644,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1614
1644
|
\*********************************/
|
|
1615
1645
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1616
1646
|
|
|
1617
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _seaAnemone_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./seaAnemone.js */ \"./dist/browser/s/seaAnemone.js\");\n/* harmony import */ var _shadow_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./shadow.js */ \"./dist/browser/s/shadow.js\");\n/* harmony import */ var _shapeArrow_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./shapeArrow.js */ \"./dist/browser/s/shapeArrow.js\");\n/* harmony import */ var _shapeCog_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./shapeCog.js */ \"./dist/browser/s/shapeCog.js\");\n/* harmony import */ var _shapeEmoji_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./shapeEmoji.js */ \"./dist/browser/s/shapeEmoji.js\");\n/* harmony import */ var _shapeEmojiPadding_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./shapeEmojiPadding.js */ \"./dist/browser/s/shapeEmojiPadding.js\");\n/* harmony import */ var _shapeHeart_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./shapeHeart.js */ \"./dist/browser/s/shapeHeart.js\");\n/* harmony import */ var _shapeInfinity_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./shapeInfinity.js */ \"./dist/browser/s/shapeInfinity.js\");\n/* harmony import */ var _shapeMultilineText_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./shapeMultilineText.js */ \"./dist/browser/s/shapeMultilineText.js\");\n/* harmony import */ var _shapeOptions_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./shapeOptions.js */ \"./dist/browser/s/shapeOptions.js\");\n/* harmony import */ var _shapePath_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./shapePath.js */ \"./dist/browser/s/shapePath.js\");\n/* harmony import */ var _shapeRoundedPolygon_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./shapeRoundedPolygon.js */ \"./dist/browser/s/shapeRoundedPolygon.js\");\n/* harmony import */ var _shapeRoundedRect_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./shapeRoundedRect.js */ \"./dist/browser/s/shapeRoundedRect.js\");\n/* harmony import */ var _shapeSpiral_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./shapeSpiral.js */ \"./dist/browser/s/shapeSpiral.js\");\n/* harmony import */ var
|
|
1647
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _seaAnemone_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./seaAnemone.js */ \"./dist/browser/s/seaAnemone.js\");\n/* harmony import */ var _shadow_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./shadow.js */ \"./dist/browser/s/shadow.js\");\n/* harmony import */ var _shapeArrow_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./shapeArrow.js */ \"./dist/browser/s/shapeArrow.js\");\n/* harmony import */ var _shapeCog_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./shapeCog.js */ \"./dist/browser/s/shapeCog.js\");\n/* harmony import */ var _shapeEmoji_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./shapeEmoji.js */ \"./dist/browser/s/shapeEmoji.js\");\n/* harmony import */ var _shapeEmojiPadding_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./shapeEmojiPadding.js */ \"./dist/browser/s/shapeEmojiPadding.js\");\n/* harmony import */ var _shapeHeart_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./shapeHeart.js */ \"./dist/browser/s/shapeHeart.js\");\n/* harmony import */ var _shapeInfinity_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./shapeInfinity.js */ \"./dist/browser/s/shapeInfinity.js\");\n/* harmony import */ var _shapeMultilineText_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./shapeMultilineText.js */ \"./dist/browser/s/shapeMultilineText.js\");\n/* harmony import */ var _shapeOptions_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./shapeOptions.js */ \"./dist/browser/s/shapeOptions.js\");\n/* harmony import */ var _shapePath_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./shapePath.js */ \"./dist/browser/s/shapePath.js\");\n/* harmony import */ var _shapeRoundedPolygon_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./shapeRoundedPolygon.js */ \"./dist/browser/s/shapeRoundedPolygon.js\");\n/* harmony import */ var _shapeRoundedRect_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./shapeRoundedRect.js */ \"./dist/browser/s/shapeRoundedRect.js\");\n/* harmony import */ var _shapeSpiral_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./shapeSpiral.js */ \"./dist/browser/s/shapeSpiral.js\");\n/* harmony import */ var _shapeSquircle_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./shapeSquircle.js */ \"./dist/browser/s/shapeSquircle.js\");\n/* harmony import */ var _slow_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./slow.js */ \"./dist/browser/s/slow.js\");\n/* harmony import */ var _snow_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./snow.js */ \"./dist/browser/s/snow.js\");\n/* harmony import */ var _soundsAudio_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./soundsAudio.js */ \"./dist/browser/s/soundsAudio.js\");\n/* harmony import */ var _soundsLoop_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./soundsLoop.js */ \"./dist/browser/s/soundsLoop.js\");\n/* harmony import */ var _soundsMelodies_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./soundsMelodies.js */ \"./dist/browser/s/soundsMelodies.js\");\n/* harmony import */ var _soundsMelodyLoop_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./soundsMelodyLoop.js */ \"./dist/browser/s/soundsMelodyLoop.js\");\n/* harmony import */ var _soundsNotes_js__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./soundsNotes.js */ \"./dist/browser/s/soundsNotes.js\");\n/* harmony import */ var _speedDecay_js__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./speedDecay.js */ \"./dist/browser/s/speedDecay.js\");\n/* harmony import */ var _spin_js__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./spin.js */ \"./dist/browser/s/spin.js\");\n/* harmony import */ var _star_js__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./star.js */ \"./dist/browser/s/star.js\");\n/* harmony import */ var _strokeAnimation_js__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./strokeAnimation.js */ \"./dist/browser/s/strokeAnimation.js\");\n/* harmony import */ var _style_js__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./style.js */ \"./dist/browser/s/style.js\");\n/* harmony import */ var _svgReplace_js__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./svgReplace.js */ \"./dist/browser/s/svgReplace.js\");\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n seaAnemone: _seaAnemone_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"],\n shadow: _shadow_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n shapeArrow: _shapeArrow_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n shapeCog: _shapeCog_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"],\n shapeEmoji: _shapeEmoji_js__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n shapeEmojiPadding: _shapeEmojiPadding_js__WEBPACK_IMPORTED_MODULE_5__[\"default\"],\n shapeHeart: _shapeHeart_js__WEBPACK_IMPORTED_MODULE_6__[\"default\"],\n shapeInfinity: _shapeInfinity_js__WEBPACK_IMPORTED_MODULE_7__[\"default\"],\n shapeMultilineText: _shapeMultilineText_js__WEBPACK_IMPORTED_MODULE_8__[\"default\"],\n shapeOptions: _shapeOptions_js__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n shapePath: _shapePath_js__WEBPACK_IMPORTED_MODULE_10__[\"default\"],\n shapeRoundedPolygon: _shapeRoundedPolygon_js__WEBPACK_IMPORTED_MODULE_11__[\"default\"],\n shapeRoundedRect: _shapeRoundedRect_js__WEBPACK_IMPORTED_MODULE_12__[\"default\"],\n shapeSpiral: _shapeSpiral_js__WEBPACK_IMPORTED_MODULE_13__[\"default\"],\n shapeSquircle: _shapeSquircle_js__WEBPACK_IMPORTED_MODULE_14__[\"default\"],\n slow: _slow_js__WEBPACK_IMPORTED_MODULE_15__[\"default\"],\n snow: _snow_js__WEBPACK_IMPORTED_MODULE_16__[\"default\"],\n soundsAudio: _soundsAudio_js__WEBPACK_IMPORTED_MODULE_17__[\"default\"],\n soundsLoop: _soundsLoop_js__WEBPACK_IMPORTED_MODULE_18__[\"default\"],\n soundsMelodies: _soundsMelodies_js__WEBPACK_IMPORTED_MODULE_19__[\"default\"],\n soundsMelodyLoop: _soundsMelodyLoop_js__WEBPACK_IMPORTED_MODULE_20__[\"default\"],\n soundsNotes: _soundsNotes_js__WEBPACK_IMPORTED_MODULE_21__[\"default\"],\n speedDecay: _speedDecay_js__WEBPACK_IMPORTED_MODULE_22__[\"default\"],\n spin: _spin_js__WEBPACK_IMPORTED_MODULE_23__[\"default\"],\n star: _star_js__WEBPACK_IMPORTED_MODULE_24__[\"default\"],\n strokeAnimation: _strokeAnimation_js__WEBPACK_IMPORTED_MODULE_25__[\"default\"],\n style: _style_js__WEBPACK_IMPORTED_MODULE_26__[\"default\"],\n svgReplace: _svgReplace_js__WEBPACK_IMPORTED_MODULE_27__[\"default\"]\n});\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/index.js?\n}");
|
|
1618
1648
|
|
|
1619
1649
|
/***/ },
|
|
1620
1650
|
|
|
@@ -1624,7 +1654,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1624
1654
|
\**************************************/
|
|
1625
1655
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1626
1656
|
|
|
1627
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"seaAnemone\",\n name: \"Sea Anemone\",\n particles: {\n color: {\n
|
|
1657
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"seaAnemone\",\n name: \"Sea Anemone\",\n particles: {\n fill: {\n color: {\n value: \"#FF0000\"\n }\n },\n move: {\n direction: \"none\",\n enable: true,\n outModes: {\n default: \"destroy\"\n },\n path: {\n clamp: false,\n enable: true,\n delay: {\n value: 0\n },\n generator: \"curvesPathGenerator\"\n },\n speed: 1\n },\n number: {\n density: {\n enable: true\n },\n value: 0\n },\n opacity: {\n value: 1\n },\n shape: {\n type: \"circle\"\n },\n size: {\n value: {\n min: 1,\n max: 10\n },\n animation: {\n count: 1,\n startValue: \"min\",\n enable: true,\n speed: 10,\n sync: true\n }\n }\n },\n background: {\n color: \"#000\"\n },\n emitters: {\n direction: \"none\",\n rate: {\n quantity: 5,\n delay: 0.3\n },\n size: {\n width: 0,\n height: 0\n },\n spawn: {\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 10\n }\n }\n }\n },\n position: {\n x: 50,\n y: 50\n }\n },\n trail: {\n fill: {\n color: \"#000\"\n },\n length: 30,\n enable: true\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/seaAnemone.js?\n}");
|
|
1628
1658
|
|
|
1629
1659
|
/***/ },
|
|
1630
1660
|
|
|
@@ -1634,7 +1664,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1634
1664
|
\**********************************/
|
|
1635
1665
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1636
1666
|
|
|
1637
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shadow\",\n name: \"Shadow\",\n smooth: true,\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1667
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shadow\",\n name: \"Shadow\",\n smooth: true,\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n }\n },\n effect: {\n type: \"shadow\",\n options: {\n shadow: {\n color: \"#000000\",\n blur: 5,\n offset: {\n x: 3,\n y: 3\n }\n }\n }\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 5\n }\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1,\n shadow: {\n enable: true,\n blur: 5,\n color: \"#000000\"\n }\n },\n move: {\n enable: true,\n speed: 2\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#0d47a1\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/shadow.js?\n}");
|
|
1638
1668
|
|
|
1639
1669
|
/***/ },
|
|
1640
1670
|
|
|
@@ -1644,7 +1674,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1644
1674
|
\**************************************/
|
|
1645
1675
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1646
1676
|
|
|
1647
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeArrow\",\n name: \"Shape Arrow\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n
|
|
1677
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeArrow\",\n name: \"Shape Arrow\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n enable: false\n },\n stroke: {\n color: {\n value: \"#ff0000\"\n },\n width: 1\n },\n shape: {\n type: \"arrow\",\n options: {\n arrow: {\n heightFactor: {\n min: 0.3,\n max: 0.8\n },\n headWidthFactor: {\n min: 0.3,\n max: 0.8\n },\n bodyHeightFactor: {\n min: 0.3,\n max: 0.8\n }\n }\n }\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 10,\n max: 20\n }\n },\n move: {\n enable: true,\n speed: 6\n },\n rotate: {\n path: true\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/shapeArrow.js?\n}");
|
|
1648
1678
|
|
|
1649
1679
|
/***/ },
|
|
1650
1680
|
|
|
@@ -1654,7 +1684,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1654
1684
|
\************************************/
|
|
1655
1685
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1656
1686
|
|
|
1657
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeCog\",\n name: \"Shape Cog\",\n particles: {\n color: {\n
|
|
1687
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeCog\",\n name: \"Shape Cog\",\n particles: {\n fill: {\n color: {\n value: [\n \"#777\",\n \"#333\",\n \"#700\",\n \"#007\",\n \"#070\"\n ]\n },\n enable: true\n },\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n shape: {\n type: \"cog\",\n options: {\n cog: {\n holeRadius: 44,\n innerRadius: 72,\n innerTaper: 35,\n notches: 7,\n outerTaper: 50\n }\n }\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 15,\n max: 30\n }\n },\n links: {\n enable: false,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n rotate: {\n animation: {\n enable: true,\n speed: 20,\n sync: false\n }\n },\n move: {\n enable: true,\n speed: 6,\n direction: \"none\",\n random: false,\n straight: false\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/shapeCog.js?\n}");
|
|
1658
1688
|
|
|
1659
1689
|
/***/ },
|
|
1660
1690
|
|
|
@@ -1684,7 +1714,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1684
1714
|
\**************************************/
|
|
1685
1715
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1686
1716
|
|
|
1687
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeHeart\",\n name: \"Shape Heart\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1717
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeHeart\",\n name: \"Shape Heart\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"heart\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 5,\n max: 10\n }\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/shapeHeart.js?\n}");
|
|
1688
1718
|
|
|
1689
1719
|
/***/ },
|
|
1690
1720
|
|
|
@@ -1694,7 +1724,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1694
1724
|
\*****************************************/
|
|
1695
1725
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1696
1726
|
|
|
1697
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeInfinity\",\n name: \"Shape Infinity\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n
|
|
1727
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeInfinity\",\n name: \"Shape Infinity\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n enable: false\n },\n stroke: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n width: 1\n },\n shape: {\n type: \"infinity\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 20,\n max: 30\n }\n },\n move: {\n enable: true,\n speed: 6\n },\n rotate: {\n animation: {\n enable: true,\n speed: 20,\n sync: false\n }\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/shapeInfinity.js?\n}");
|
|
1698
1728
|
|
|
1699
1729
|
/***/ },
|
|
1700
1730
|
|
|
@@ -1704,7 +1734,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1704
1734
|
\**********************************************/
|
|
1705
1735
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1706
1736
|
|
|
1707
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeMultilineText\",\n name: \"Shape Multiline Text\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1737
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeMultilineText\",\n name: \"Shape Multiline Text\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"text\",\n options: {\n text: {\n value: \"pippo\\npluto\"\n }\n }\n },\n opacity: {\n value: {\n min: 0.5,\n max: 1\n }\n },\n size: {\n value: {\n min: 160,\n max: 320\n }\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/shapeMultilineText.js?\n}");
|
|
1708
1738
|
|
|
1709
1739
|
/***/ },
|
|
1710
1740
|
|
|
@@ -1714,7 +1744,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1714
1744
|
\****************************************/
|
|
1715
1745
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1716
1746
|
|
|
1717
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeOptions\",\n name: \"Shape Options\",\n particles: {\n color: {\n
|
|
1747
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeOptions\",\n name: \"Shape Options\",\n particles: {\n fill: {\n color: {\n value: \"#000\"\n },\n enable: true\n },\n move: {\n direction: \"none\",\n enable: true,\n speed: 6\n },\n number: {\n value: 80\n },\n rotate: {\n value: 45,\n path: true\n },\n opacity: {\n value: 1\n },\n shape: {\n options: {\n image: [\n {\n height: 128,\n src: \"https://particles.js.org/images/hdr/plane_alt.png\",\n width: 128\n },\n {\n height: 128,\n src: \"https://particles.js.org/images/hdr/plane_alt.png\",\n width: 128,\n particles: {\n rotate: {\n value: 0\n },\n size: {\n animation: {\n enable: true,\n speed: 64\n }\n }\n }\n }\n ]\n },\n type: \"image\"\n },\n size: {\n value: {\n min: 16,\n max: 32\n }\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/shapeOptions.js?\n}");
|
|
1718
1748
|
|
|
1719
1749
|
/***/ },
|
|
1720
1750
|
|
|
@@ -1724,7 +1754,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1724
1754
|
\*************************************/
|
|
1725
1755
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1726
1756
|
|
|
1727
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapePath\",\n name: \"Shape Path\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1757
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapePath\",\n name: \"Shape Path\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"path\",\n options: {\n path: [\n {\n segments: [\n {\n type: \"line\",\n values: [\n {\n x: -0.5,\n y: -0.5\n }\n ]\n },\n {\n type: \"bezier\",\n values: [\n {\n x: -0.5,\n y: 0.5\n },\n {\n x: 1,\n y: 1\n },\n {\n x: 1,\n y: 0.5\n },\n {\n x: 1,\n y: -0.5\n }\n ]\n },\n {\n type: \"quadratic\",\n values: [\n {\n x: 0.5,\n y: 0.5\n },\n {\n x: 0.5,\n y: -0.5\n },\n {\n x: -0.5,\n y: 0.5\n }\n ]\n },\n {\n type: \"line\",\n values: [\n {\n x: 0.5,\n y: -0.5\n }\n ]\n }\n ],\n half: false\n },\n {\n segments: [\n {\n type: \"line\",\n values: [\n {\n x: -1,\n y: -1\n }\n ]\n },\n {\n type: \"bezier\",\n values: [\n {\n x: -1,\n y: 1\n },\n {\n x: 1,\n y: 1\n },\n {\n x: 0.5,\n y: 1\n },\n {\n x: -0.5,\n y: 1\n }\n ]\n },\n {\n type: \"quadratic\",\n values: [\n {\n x: 1,\n y: 1\n },\n {\n x: 1,\n y: -1\n },\n {\n x: -1,\n y: 1\n }\n ]\n },\n {\n type: \"line\",\n values: [\n {\n x: 1,\n y: -1\n }\n ]\n }\n ],\n half: false\n }\n ]\n }\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 5,\n max: 50\n }\n },\n move: {\n enable: true,\n speed: 6,\n direction: \"none\"\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/shapePath.js?\n}");
|
|
1728
1758
|
|
|
1729
1759
|
/***/ },
|
|
1730
1760
|
|
|
@@ -1734,7 +1764,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1734
1764
|
\***********************************************/
|
|
1735
1765
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1736
1766
|
|
|
1737
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeRoundedPolygon\",\n name: \"Shape Rounded Polygon\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1767
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeRoundedPolygon\",\n name: \"Shape Rounded Polygon\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n links: {\n enable: true\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n },\n direction: \"clockwise\",\n animation: {\n enable: true,\n speed: 5,\n sync: false\n }\n },\n shape: {\n type: \"rounded-polygon\",\n options: {\n \"rounded-polygon\": [\n {\n radius: {\n min: 0,\n max: 10\n },\n sides: {\n min: 3,\n max: 8\n }\n }\n ]\n }\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: 30\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/shapeRoundedPolygon.js?\n}");
|
|
1738
1768
|
|
|
1739
1769
|
/***/ },
|
|
1740
1770
|
|
|
@@ -1744,7 +1774,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1744
1774
|
\********************************************/
|
|
1745
1775
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1746
1776
|
|
|
1747
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeRoundedRect\",\n name: \"Shape Rounded Rect\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1777
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeRoundedRect\",\n name: \"Shape Rounded Rect\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n },\n direction: \"clockwise\",\n animation: {\n enable: true,\n speed: 5,\n sync: false\n }\n },\n links: {\n enable: true\n },\n shape: {\n type: \"rounded-rect\",\n options: {\n \"rounded-rect\": {\n radius: {\n min: 5,\n max: 15\n }\n }\n }\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: 30\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/shapeRoundedRect.js?\n}");
|
|
1748
1778
|
|
|
1749
1779
|
/***/ },
|
|
1750
1780
|
|
|
@@ -1754,7 +1784,17 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1754
1784
|
\***************************************/
|
|
1755
1785
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1756
1786
|
|
|
1757
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeSpiral\",\n name: \"Shape Spiral\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n stroke: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n width: 1\n },\n shape: {\n type: \"spiral\",\n options: {\n spiral: {\n innerRadius: 0.5,\n lineSpacing: 0.5,\n
|
|
1787
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeSpiral\",\n name: \"Shape Spiral\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n enable: false\n },\n stroke: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n width: 1\n },\n shape: {\n type: \"spiral\",\n options: {\n spiral: {\n innerRadius: 0.5,\n lineSpacing: 0.5,\n close: false\n }\n }\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 5,\n max: 10\n }\n },\n links: {\n enable: false,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n rotate: {\n animation: {\n enable: true,\n speed: 20,\n sync: false\n }\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/shapeSpiral.js?\n}");
|
|
1788
|
+
|
|
1789
|
+
/***/ },
|
|
1790
|
+
|
|
1791
|
+
/***/ "./dist/browser/s/shapeSquircle.js"
|
|
1792
|
+
/*!*****************************************!*\
|
|
1793
|
+
!*** ./dist/browser/s/shapeSquircle.js ***!
|
|
1794
|
+
\*****************************************/
|
|
1795
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1796
|
+
|
|
1797
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"shapeSquircle\",\n name: \"Shape Squircle\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"squircle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 10,\n max: 15\n }\n },\n links: {\n enable: false,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n rotate: {\n animation: {\n enable: true,\n speed: 10,\n sync: false\n }\n },\n move: {\n enable: true,\n speed: 3\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/shapeSquircle.js?\n}");
|
|
1758
1798
|
|
|
1759
1799
|
/***/ },
|
|
1760
1800
|
|
|
@@ -1764,7 +1804,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1764
1804
|
\********************************/
|
|
1765
1805
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1766
1806
|
|
|
1767
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"slow\",\n name: \"Slow\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1807
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"slow\",\n name: \"Slow\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 5\n }\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 20\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"slow\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n slow: {\n radius: 100,\n factor: 3\n }\n }\n },\n background: {\n color: \"#0d47a1\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/slow.js?\n}");
|
|
1768
1808
|
|
|
1769
1809
|
/***/ },
|
|
1770
1810
|
|
|
@@ -1774,7 +1814,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1774
1814
|
\********************************/
|
|
1775
1815
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1776
1816
|
|
|
1777
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"snow\",\n name: \"Snow\",\n particles: {\n number: {\n value: 400,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1817
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"snow\",\n name: \"Snow\",\n particles: {\n number: {\n value: 400,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#fff\"\n }\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: 10\n },\n move: {\n enable: true,\n speed: 2,\n direction: \"bottom\",\n straight: true\n },\n wobble: {\n enable: true,\n distance: 10,\n speed: 10\n },\n zIndex: {\n value: {\n min: 0,\n max: 100\n },\n opacityRate: 10,\n sizeRate: 10,\n velocityRate: 10\n }\n },\n background: {\n color: \"#333333\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/snow.js?\n}");
|
|
1778
1818
|
|
|
1779
1819
|
/***/ },
|
|
1780
1820
|
|
|
@@ -1784,7 +1824,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1784
1824
|
\***************************************/
|
|
1785
1825
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1786
1826
|
|
|
1787
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"soundsAudio\",\n name: \"Sounds Audio\",\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
1827
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"soundsAudio\",\n name: \"Sounds Audio\",\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 120,\n sync: true\n }\n }\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 3,\n max: 6\n }\n },\n move: {\n enable: true,\n speed: 6,\n direction: \"none\",\n outModes: \"destroy\"\n }\n },\n background: {\n color: \"#000000\"\n },\n emitters: {\n position: {\n x: 50,\n y: 50\n },\n rate: {\n quantity: 1,\n delay: 0.3\n },\n size: {\n width: 0,\n height: 0\n }\n },\n sounds: {\n enable: true,\n events: [\n {\n event: \"particleRemoved\",\n audio: [\n \"https://particles.js.org/audio/explosion0.mp3\",\n \"https://particles.js.org/audio/explosion1.mp3\",\n \"https://particles.js.org/audio/explosion2.mp3\"\n ]\n }\n ],\n volume: 100\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/soundsAudio.js?\n}");
|
|
1788
1828
|
|
|
1789
1829
|
/***/ },
|
|
1790
1830
|
|
|
@@ -1794,7 +1834,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1794
1834
|
\**************************************/
|
|
1795
1835
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1796
1836
|
|
|
1797
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"soundsLoop\",\n name: \"Sounds Loop\",\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
1837
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"soundsLoop\",\n name: \"Sounds Loop\",\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 120,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 3,\n max: 6\n }\n },\n move: {\n enable: true,\n speed: 6,\n direction: \"none\",\n outModes: \"destroy\"\n }\n },\n background: {\n color: \"#000000\"\n },\n emitters: {\n position: {\n x: 50,\n y: 50\n },\n rate: {\n quantity: 1,\n delay: 0.3\n },\n size: {\n width: 0,\n height: 0\n }\n },\n sounds: {\n enable: true,\n events: [\n {\n event: \"soundsUnmuted\",\n audio: {\n loop: true,\n source: \"https://particles.js.org/audio/nyancat-loop.mp3\"\n }\n }\n ],\n volume: 100\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/soundsLoop.js?\n}");
|
|
1798
1838
|
|
|
1799
1839
|
/***/ },
|
|
1800
1840
|
|
|
@@ -1804,7 +1844,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1804
1844
|
\******************************************/
|
|
1805
1845
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1806
1846
|
|
|
1807
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"soundsMelodies\",\n name: \"Sounds Melodies\",\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
1847
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"soundsMelodies\",\n name: \"Sounds Melodies\",\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 120,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 3,\n max: 6\n }\n },\n move: {\n enable: true,\n speed: 6,\n direction: \"none\",\n outModes: \"destroy\"\n }\n },\n background: {\n color: \"#000000\"\n },\n emitters: {\n position: {\n x: 50,\n y: 50\n },\n rate: {\n quantity: 1,\n delay: 0.3\n },\n size: {\n width: 0,\n height: 0\n }\n },\n sounds: {\n enable: true,\n events: [\n {\n event: \"particleAdded\",\n melodies: [\n {\n notes: [\n {\n duration: 500,\n value: [\n \"C5\",\n \"E5\",\n \"G5\"\n ]\n },\n {\n duration: 1000,\n value: [\n \"D5\",\n \"F5\",\n \"A5\"\n ]\n }\n ]\n }\n ]\n },\n {\n event: \"particleRemoved\",\n melodies: [\n {\n notes: [\n {\n duration: 500,\n value: [\n \"E5\",\n \"G5\",\n \"B5\"\n ]\n }\n ]\n }\n ]\n }\n ],\n volume: 10\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/soundsMelodies.js?\n}");
|
|
1808
1848
|
|
|
1809
1849
|
/***/ },
|
|
1810
1850
|
|
|
@@ -1814,7 +1854,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1814
1854
|
\********************************************/
|
|
1815
1855
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1816
1856
|
|
|
1817
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"soundsMelodyLoop\",\n name: \"Sounds Melody Loop\",\n particles: {\n number: {\n value: 0\n },\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 120,\n sync: true\n }\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 3,\n max: 6\n }\n },\n move: {\n enable: true,\n speed: 6,\n direction: \"none\",\n outModes: \"destroy\"\n }\n },\n background: {\n color: \"#000000\"\n },\n emitters: {\n position: {\n x: 50,\n y: 50\n },\n rate: {\n quantity: 1,\n delay: 0.3\n },\n size: {\n width: 0,\n height: 0\n }\n },\n sounds: {\n enable: true,\n events: [\n {\n event: \"soundsUnmuted\",\n melodies: [\n {\n loop: true,\n melodies: [\n {\n notes: [\n {\n duration: 217.39,\n value: \"E5\"\n },\n {\n duration: 217.39,\n value: \"Eb5\"\n },\n {\n duration: 217.39,\n value: \"E5\"\n },\n {\n duration: 217.39,\n value: \"Eb5\"\n },\n {\n duration: 217.39,\n value: \"E5\"\n },\n {\n duration: 217.39,\n value: \"B4\"\n },\n {\n duration: 217.39,\n value: \"D5\"\n },\n {\n duration: 217.39,\n value: \"C5\"\n },\n {\n duration: 434.78,\n value: \"A4\"\n },\n {\n duration: 217.39,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"C4\"\n },\n {\n duration: 217.39,\n value: \"E4\"\n },\n {\n duration: 217.39,\n value: \"A4\"\n },\n {\n duration: 434.78,\n value: \"B4\"\n },\n {\n duration: 217.39,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"E4\"\n },\n {\n duration: 217.39,\n value: \"Ab4\"\n },\n {\n duration: 217.39,\n value: \"B4\"\n },\n {\n duration: 434.78,\n value: \"C5\"\n },\n {\n duration: 217.39,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"E4\"\n },\n {\n duration: 217.39,\n value: \"E5\"\n },\n {\n duration: 217.39,\n value: \"Eb5\"\n },\n {\n duration: 217.39,\n value: \"E5\"\n },\n {\n duration: 217.39,\n value: \"Eb5\"\n },\n {\n duration: 217.39,\n value: \"E5\"\n },\n {\n duration: 217.39,\n value: \"B4\"\n },\n {\n duration: 217.39,\n value: \"D5\"\n },\n {\n duration: 217.39,\n value: \"C5\"\n },\n {\n duration: 434.78,\n value: \"A4\"\n },\n {\n duration: 217.39,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"C4\"\n },\n {\n duration: 217.39,\n value: \"E4\"\n },\n {\n duration: 217.39,\n value: \"A4\"\n },\n {\n duration: 434.78,\n value: \"B4\"\n },\n {\n duration: 217.39,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"E4\"\n },\n {\n duration: 217.39,\n value: \"C5\"\n },\n {\n duration: 217.39,\n value: \"B4\"\n },\n {\n duration: 434.78,\n value: \"A4\"\n },\n {\n duration: 434.78,\n value: \"pause\"\n }\n ]\n },\n {\n notes: [\n {\n duration: 1739.12,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"A2\"\n },\n {\n duration: 217.39,\n value: \"E3\"\n },\n {\n duration: 217.39,\n value: \"A3\"\n },\n {\n duration: 652.17,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"E2\"\n },\n {\n duration: 217.39,\n value: \"B2\"\n },\n {\n duration: 217.39,\n value: \"E3\"\n },\n {\n duration: 652.17,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"A2\"\n },\n {\n duration: 217.39,\n value: \"E3\"\n },\n {\n duration: 217.39,\n value: \"A3\"\n },\n {\n duration: 1956.51,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"A2\"\n },\n {\n duration: 217.39,\n value: \"E3\"\n },\n {\n duration: 217.39,\n value: \"A3\"\n },\n {\n duration: 652.17,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"E2\"\n },\n {\n duration: 217.39,\n value: \"B2\"\n },\n {\n duration: 217.39,\n value: \"E3\"\n },\n {\n duration: 652.17,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"A2\"\n },\n {\n duration: 217.39,\n value: \"E3\"\n },\n {\n duration: 217.39,\n value: \"A3\"\n },\n {\n duration: 217.39,\n value: \"pause\"\n }\n ]\n }\n ]\n }\n ]\n }\n ],\n volume: 10\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/soundsMelodyLoop.js?\n}");
|
|
1857
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"soundsMelodyLoop\",\n name: \"Sounds Melody Loop\",\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 120,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 3,\n max: 6\n }\n },\n move: {\n enable: true,\n speed: 6,\n direction: \"none\",\n outModes: \"destroy\"\n }\n },\n background: {\n color: \"#000000\"\n },\n emitters: {\n position: {\n x: 50,\n y: 50\n },\n rate: {\n quantity: 1,\n delay: 0.3\n },\n size: {\n width: 0,\n height: 0\n }\n },\n sounds: {\n enable: true,\n events: [\n {\n event: \"soundsUnmuted\",\n melodies: [\n {\n loop: true,\n melodies: [\n {\n notes: [\n {\n duration: 217.39,\n value: \"E5\"\n },\n {\n duration: 217.39,\n value: \"Eb5\"\n },\n {\n duration: 217.39,\n value: \"E5\"\n },\n {\n duration: 217.39,\n value: \"Eb5\"\n },\n {\n duration: 217.39,\n value: \"E5\"\n },\n {\n duration: 217.39,\n value: \"B4\"\n },\n {\n duration: 217.39,\n value: \"D5\"\n },\n {\n duration: 217.39,\n value: \"C5\"\n },\n {\n duration: 434.78,\n value: \"A4\"\n },\n {\n duration: 217.39,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"C4\"\n },\n {\n duration: 217.39,\n value: \"E4\"\n },\n {\n duration: 217.39,\n value: \"A4\"\n },\n {\n duration: 434.78,\n value: \"B4\"\n },\n {\n duration: 217.39,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"E4\"\n },\n {\n duration: 217.39,\n value: \"Ab4\"\n },\n {\n duration: 217.39,\n value: \"B4\"\n },\n {\n duration: 434.78,\n value: \"C5\"\n },\n {\n duration: 217.39,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"E4\"\n },\n {\n duration: 217.39,\n value: \"E5\"\n },\n {\n duration: 217.39,\n value: \"Eb5\"\n },\n {\n duration: 217.39,\n value: \"E5\"\n },\n {\n duration: 217.39,\n value: \"Eb5\"\n },\n {\n duration: 217.39,\n value: \"E5\"\n },\n {\n duration: 217.39,\n value: \"B4\"\n },\n {\n duration: 217.39,\n value: \"D5\"\n },\n {\n duration: 217.39,\n value: \"C5\"\n },\n {\n duration: 434.78,\n value: \"A4\"\n },\n {\n duration: 217.39,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"C4\"\n },\n {\n duration: 217.39,\n value: \"E4\"\n },\n {\n duration: 217.39,\n value: \"A4\"\n },\n {\n duration: 434.78,\n value: \"B4\"\n },\n {\n duration: 217.39,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"E4\"\n },\n {\n duration: 217.39,\n value: \"C5\"\n },\n {\n duration: 217.39,\n value: \"B4\"\n },\n {\n duration: 434.78,\n value: \"A4\"\n },\n {\n duration: 434.78,\n value: \"pause\"\n }\n ]\n },\n {\n notes: [\n {\n duration: 1739.12,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"A2\"\n },\n {\n duration: 217.39,\n value: \"E3\"\n },\n {\n duration: 217.39,\n value: \"A3\"\n },\n {\n duration: 652.17,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"E2\"\n },\n {\n duration: 217.39,\n value: \"B2\"\n },\n {\n duration: 217.39,\n value: \"E3\"\n },\n {\n duration: 652.17,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"A2\"\n },\n {\n duration: 217.39,\n value: \"E3\"\n },\n {\n duration: 217.39,\n value: \"A3\"\n },\n {\n duration: 1956.51,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"A2\"\n },\n {\n duration: 217.39,\n value: \"E3\"\n },\n {\n duration: 217.39,\n value: \"A3\"\n },\n {\n duration: 652.17,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"E2\"\n },\n {\n duration: 217.39,\n value: \"B2\"\n },\n {\n duration: 217.39,\n value: \"E3\"\n },\n {\n duration: 652.17,\n value: \"pause\"\n },\n {\n duration: 217.39,\n value: \"A2\"\n },\n {\n duration: 217.39,\n value: \"E3\"\n },\n {\n duration: 217.39,\n value: \"A3\"\n },\n {\n duration: 217.39,\n value: \"pause\"\n }\n ]\n }\n ]\n }\n ]\n }\n ],\n volume: 10\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/soundsMelodyLoop.js?\n}");
|
|
1818
1858
|
|
|
1819
1859
|
/***/ },
|
|
1820
1860
|
|
|
@@ -1824,7 +1864,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1824
1864
|
\***************************************/
|
|
1825
1865
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1826
1866
|
|
|
1827
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"soundsNotes\",\n name: \"Sounds Notes\",\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
1867
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"soundsNotes\",\n name: \"Sounds Notes\",\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 120,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 3,\n max: 6\n }\n },\n move: {\n enable: true,\n speed: 6,\n direction: \"none\",\n outModes: \"destroy\"\n }\n },\n background: {\n color: \"#000000\"\n },\n emitters: {\n position: {\n x: 50,\n y: 50\n },\n rate: {\n quantity: 1,\n delay: 0.3\n },\n size: {\n width: 0,\n height: 0\n }\n },\n sounds: {\n enable: true,\n events: [\n {\n event: \"particleAdded\",\n notes: [\n {\n duration: 500,\n value: [\n \"C5\",\n \"E5\",\n \"G5\"\n ]\n },\n {\n duration: 1000,\n value: [\n \"D5\",\n \"F5\",\n \"A5\"\n ]\n }\n ]\n },\n {\n event: \"particleRemoved\",\n notes: [\n {\n duration: 500,\n value: [\n \"E5\",\n \"G5\",\n \"B5\"\n ]\n }\n ]\n }\n ],\n volume: 10\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/soundsNotes.js?\n}");
|
|
1828
1868
|
|
|
1829
1869
|
/***/ },
|
|
1830
1870
|
|
|
@@ -1834,7 +1874,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1834
1874
|
\**************************************/
|
|
1835
1875
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1836
1876
|
|
|
1837
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"speedDecay\",\n name: \"Speed Decay\",\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
1877
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"speedDecay\",\n name: \"Speed Decay\",\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 10,\n max: 15\n }\n },\n links: {\n enable: false\n },\n life: {\n duration: {\n sync: true,\n value: 5\n },\n count: 1\n },\n move: {\n enable: true,\n gravity: {\n enable: true\n },\n speed: 10,\n outModes: {\n default: \"bounce\",\n bottom: \"bounce\",\n left: \"destroy\",\n right: \"destroy\",\n top: \"none\"\n }\n }\n },\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000\"\n },\n emitters: {\n direction: \"top\",\n life: {\n count: 0,\n duration: 5,\n delay: 2\n },\n rate: {\n delay: 0.1,\n quantity: 1\n },\n size: {\n width: 0,\n height: 0\n },\n particles: {\n bounce: {\n vertical: {\n value: {\n min: 0.4,\n max: 0.8\n }\n }\n },\n fill: {\n color: {\n value: [\n \"#5bc0eb\",\n \"#fde74c\",\n \"#9bc53d\",\n \"#e55934\",\n \"#fa7921\"\n ]\n },\n enable: true\n },\n links: {\n enable: false\n },\n size: {\n value: {\n min: 5,\n max: 10\n }\n },\n opacity: {\n value: 0.5\n },\n move: {\n speed: 30,\n decay: 0.1\n }\n }\n },\n trail: {\n enable: true,\n fill: {\n color: \"#000000\"\n },\n length: 10\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/speedDecay.js?\n}");
|
|
1838
1878
|
|
|
1839
1879
|
/***/ },
|
|
1840
1880
|
|
|
@@ -1844,7 +1884,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1844
1884
|
\********************************/
|
|
1845
1885
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1846
1886
|
|
|
1847
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"spin\",\n name: \"Spin\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: false\n }\n },\n color: {\n
|
|
1887
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"spin\",\n name: \"Spin\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: false\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 20,\n sync: true\n }\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: 10\n },\n move: {\n enable: true,\n speed: {\n min: 1,\n max: 5\n },\n spin: {\n acceleration: {\n min: -1,\n max: 1\n },\n enable: true\n }\n }\n },\n background: {\n color: \"#000000\"\n },\n trail: {\n enable: true,\n fill: {\n color: \"#000\"\n },\n length: 30\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/spin.js?\n}");
|
|
1848
1888
|
|
|
1849
1889
|
/***/ },
|
|
1850
1890
|
|
|
@@ -1854,7 +1894,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1854
1894
|
\********************************/
|
|
1855
1895
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1856
1896
|
|
|
1857
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"star\",\n name: \"Star\",\n particles: {\n number: {\n value: 10,\n density: {\n enable: false\n }\n },\n color: {\n
|
|
1897
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"star\",\n name: \"Star\",\n particles: {\n number: {\n value: 10,\n density: {\n enable: false\n }\n },\n fill: {\n color: {\n value: \"#fff\"\n },\n enable: true\n },\n shape: {\n type: \"star\",\n options: {\n star: {\n sides: 5\n }\n }\n },\n opacity: {\n value: 0.8\n },\n size: {\n value: 4\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n },\n direction: \"clockwise\",\n animation: {\n enable: true,\n speed: 5,\n sync: false\n }\n },\n links: {\n enable: true,\n distance: 600,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 2\n },\n move: {\n enable: true,\n speed: 2\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"grab\"\n },\n onClick: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1,\n color: \"#f00\"\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 8,\n color: \"#ffff00\"\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#111\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/star.js?\n}");
|
|
1858
1898
|
|
|
1859
1899
|
/***/ },
|
|
1860
1900
|
|
|
@@ -1864,7 +1904,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1864
1904
|
\*******************************************/
|
|
1865
1905
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1866
1906
|
|
|
1867
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"strokeAnimation\",\n name: \"Stroke Animation\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
1907
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"strokeAnimation\",\n name: \"Stroke Animation\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\",\n animation: {\n enable: true,\n speed: 60,\n sync: true\n }\n },\n enable: true\n },\n stroke: {\n width: 3,\n color: {\n value: \"#0000ff\",\n animation: {\n enable: true,\n speed: 60,\n sync: true\n }\n }\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 1,\n max: 3\n }\n },\n links: {\n enable: true,\n distance: 100,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 6\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/strokeAnimation.js?\n}");
|
|
1868
1908
|
|
|
1869
1909
|
/***/ },
|
|
1870
1910
|
|
|
@@ -1874,7 +1914,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1874
1914
|
\*********************************/
|
|
1875
1915
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1876
1916
|
|
|
1877
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"style\",\n name: \"Style\",\n particles: {\n number: {\n value: 200,\n limit: {\n value: 200\n }\n },\n color: {\n
|
|
1917
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"style\",\n name: \"Style\",\n particles: {\n number: {\n value: 200,\n limit: {\n value: 200\n }\n },\n fill: {\n color: {\n value: [\n \"#ff0000\",\n \"#00ff00\",\n \"#0000ff\",\n \"#ffff00\",\n \"#ff00ff\",\n \"#00ffff\"\n ],\n animation: {\n enable: true,\n speed: 20,\n sync: false\n }\n },\n enable: true\n },\n shape: {\n type: [\n \"circle\",\n \"square\",\n \"triangle\",\n \"star\",\n \"polygon\"\n ]\n },\n opacity: {\n value: 0.5\n },\n size: {\n value: {\n min: 50,\n max: 100\n }\n },\n move: {\n enable: true,\n speed: 6,\n direction: \"none\",\n path: {\n enable: true,\n delay: {\n value: 0.1\n },\n options: {\n size: 50,\n draw: false,\n increment: 0.001\n },\n generator: \"perlinNoise\"\n }\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"trail\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n push: {\n quantity: 4\n },\n trail: {\n delay: 0.1,\n pauseOnStop: true\n }\n }\n },\n background: {\n color: \"#000000\"\n },\n style: {\n filter: \"blur(50px)\"\n },\n trail: {\n enable: true,\n length: 50,\n fill: {\n color: \"#000\"\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/style.js?\n}");
|
|
1878
1918
|
|
|
1879
1919
|
/***/ },
|
|
1880
1920
|
|
|
@@ -1884,7 +1924,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1884
1924
|
\**************************************/
|
|
1885
1925
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1886
1926
|
|
|
1887
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"svgReplace\",\n name: \"SVG Replace\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 40\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n }\n }\n },\n particles: {\n color: {\n
|
|
1927
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"svgReplace\",\n name: \"SVG Replace\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 40\n },\n connect: {\n distance: 80,\n links: {\n opacity: 0.5\n },\n radius: 60\n },\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n },\n repulse: {\n distance: 200,\n duration: 0.4\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#00f\"\n },\n enable: true\n },\n links: {\n blink: false,\n color: \"#000\",\n consent: false,\n distance: 150,\n enable: false,\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 2\n },\n number: {\n density: {\n enable: true\n },\n value: 80\n },\n opacity: {\n value: {\n min: 0.1,\n max: 1\n }\n },\n rotate: {\n animation: {\n enable: true,\n speed: 5,\n sync: false\n },\n direction: \"random\",\n value: {\n min: 0,\n max: 360\n }\n },\n shape: {\n options: {\n image: {\n name: \"canine\"\n }\n },\n type: \"image\"\n },\n size: {\n value: 16\n }\n },\n preload: [\n {\n name: \"canine\",\n src: \"/images/canine.svg\",\n width: 32,\n height: 32,\n replaceColor: true\n }\n ],\n background: {\n color: \"#fff\",\n image: \"\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/s/svgReplace.js?\n}");
|
|
1888
1928
|
|
|
1889
1929
|
/***/ },
|
|
1890
1930
|
|
|
@@ -1904,7 +1944,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1904
1944
|
\********************************/
|
|
1905
1945
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1906
1946
|
|
|
1907
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"test\",\n name: \"Test\",\n background: {\n color: {\n value: \"#000\"\n }\n },\n particles: {\n groups: {\n z5000: {\n number: {\n value: 70\n },\n color: {\n value: \"#f00\"\n },\n zIndex: {\n value: 50\n }\n },\n z7500: {\n number: {\n value: 30\n },\n color: {\n value: \"#0f0\"\n },\n zIndex: {\n value: 75\n }\n },\n z2500: {\n number: {\n value: 50\n },\n color: {\n value: \"#00f\"\n },\n zIndex: {\n value: 25\n }\n },\n z1000: {\n number: {\n value: 40\n },\n color: {\n value: \"#ff0\"\n },\n zIndex: {\n value: 10\n }\n }\n },\n zIndex: {\n value: 5,\n opacityRate: 0.5,\n sizeRate: 1,\n velocityRate: 1\n },\n number: {\n value: 300\n },\n color: {\n
|
|
1947
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"test\",\n name: \"Test\",\n background: {\n color: {\n value: \"#000\"\n }\n },\n particles: {\n groups: {\n z5000: {\n number: {\n value: 70\n },\n color: {\n value: \"#f00\"\n },\n zIndex: {\n value: 50\n }\n },\n z7500: {\n number: {\n value: 30\n },\n color: {\n value: \"#0f0\"\n },\n zIndex: {\n value: 75\n }\n },\n z2500: {\n number: {\n value: 50\n },\n color: {\n value: \"#00f\"\n },\n zIndex: {\n value: 25\n }\n },\n z1000: {\n number: {\n value: 40\n },\n color: {\n value: \"#ff0\"\n },\n zIndex: {\n value: 10\n }\n }\n },\n zIndex: {\n value: 5,\n opacityRate: 0.5,\n sizeRate: 1,\n velocityRate: 1\n },\n number: {\n value: 300\n },\n fill: {\n color: {\n value: \"#fff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 0.8\n },\n size: {\n value: 69\n },\n move: {\n enable: true,\n speed: 3,\n direction: 0,\n angle: 0,\n outModes: {\n default: \"destroy\"\n }\n }\n },\n emitters: {\n autoPlay: true,\n fill: false,\n life: {\n wait: false\n },\n rate: {\n quantity: 1,\n delay: 2\n },\n shape: {\n type: \"square\"\n },\n startCount: 0,\n size: {\n mode: \"percent\",\n height: 100,\n width: 0\n },\n particles: {\n shape: {\n type: \"square\"\n }\n },\n position: {\n x: 50,\n y: 50\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/t/test.js?\n}");
|
|
1908
1948
|
|
|
1909
1949
|
/***/ },
|
|
1910
1950
|
|
|
@@ -1934,7 +1974,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1934
1974
|
\**********************************/
|
|
1935
1975
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1936
1976
|
|
|
1937
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"themes\",\n name: \"Themes\",\n themes: [\n {\n name: \"light\",\n default: {\n value: true,\n auto: true,\n mode: \"light\"\n },\n options: {\n background: {\n color: \"#ffffff\"\n },\n particles: {\n color: {\n
|
|
1977
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"themes\",\n name: \"Themes\",\n themes: [\n {\n name: \"light\",\n default: {\n value: true,\n auto: true,\n mode: \"light\"\n },\n options: {\n background: {\n color: \"#ffffff\"\n },\n particles: {\n fill: {\n color: {\n value: [\n \"#000000\",\n \"#0000ff\"\n ]\n },\n enable: true\n }\n }\n }\n },\n {\n name: \"dark\",\n default: {\n value: true,\n auto: true,\n mode: \"dark\"\n },\n options: {\n background: {\n color: \"#000000\"\n },\n particles: {\n fill: {\n color: {\n value: [\n \"#ffffff\",\n \"#ff0000\"\n ]\n },\n enable: true\n }\n }\n }\n },\n {\n name: \"red\",\n options: {\n background: {\n color: \"#ff0000\"\n },\n particles: {\n fill: {\n color: {\n value: [\n \"#ffffff\",\n \"#000000\"\n ]\n },\n enable: true\n }\n }\n }\n },\n {\n name: \"green\",\n options: {\n background: {\n color: \"#00ff00\"\n },\n particles: {\n fill: {\n color: {\n value: [\n \"#000000\",\n \"#0000ff\"\n ]\n },\n enable: true\n }\n }\n }\n },\n {\n name: \"blue\",\n options: {\n background: {\n color: \"#0000ff\"\n },\n particles: {\n fill: {\n color: {\n value: [\n \"#ffffff\",\n \"#00ff00\"\n ]\n },\n enable: true\n }\n }\n }\n },\n {\n name: \"yellow\",\n options: {\n background: {\n color: \"#ffff00\"\n },\n particles: {\n fill: {\n color: {\n value: [\n \"#000000\",\n \"#ff0000\"\n ]\n },\n enable: true\n }\n }\n }\n },\n {\n name: \"cyan\",\n options: {\n background: {\n color: \"#00ffff\"\n },\n particles: {\n fill: {\n color: {\n value: [\n \"#000000\",\n \"#ff00ff\"\n ]\n },\n enable: true\n }\n }\n }\n },\n {\n name: \"grey\",\n options: {\n background: {\n color: \"#777777\"\n },\n particles: {\n fill: {\n color: {\n value: [\n \"#ffffff\",\n \"#000000\"\n ]\n },\n enable: true\n }\n }\n }\n }\n ],\n fpsLimit: 60,\n particles: {\n number: {\n value: 30,\n density: {\n enable: true\n }\n },\n shape: {\n type: [\n \"circle\",\n \"square\"\n ]\n },\n opacity: {\n value: 1\n },\n size: {\n value: {\n min: 15,\n max: 30\n }\n },\n rotate: {\n value: 0,\n direction: \"random\",\n animation: {\n speed: 5,\n enable: true\n }\n },\n move: {\n enable: true,\n speed: 6,\n direction: \"none\",\n outModes: \"out\"\n }\n },\n interactivity: {\n detectsOn: \"canvas\",\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n }\n },\n detectRetina: true\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/t/themes.js?\n}");
|
|
1938
1978
|
|
|
1939
1979
|
/***/ },
|
|
1940
1980
|
|
|
@@ -1944,7 +1984,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1944
1984
|
\********************************/
|
|
1945
1985
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1946
1986
|
|
|
1947
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"tilt\",\n name: \"Tilt\",\n background: {\n color: \"#000000\"\n },\n particles: {\n bounce: {\n vertical: {\n value: 0\n },\n horizontal: {\n value: 0\n }\n },\n color: {\n
|
|
1987
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"tilt\",\n name: \"Tilt\",\n background: {\n color: \"#000000\"\n },\n particles: {\n bounce: {\n vertical: {\n value: 0\n },\n horizontal: {\n value: 0\n }\n },\n fill: {\n color: {\n value: [\n \"#1E00FF\",\n \"#FF0061\",\n \"#E1FF00\",\n \"#00FF9E\"\n ],\n animation: {\n enable: true,\n speed: 30\n }\n },\n enable: true\n },\n move: {\n decay: {\n min: 0.05,\n max: 0.15\n },\n direction: \"top\",\n enable: true,\n gravity: {\n acceleration: 9.81,\n enable: true,\n maxSpeed: 200\n },\n outModes: {\n top: \"none\",\n default: \"destroy\"\n },\n speed: {\n min: 50,\n max: 150\n }\n },\n number: {\n value: 0,\n limit: {\n value: 300\n }\n },\n opacity: {\n value: 1,\n animation: {\n enable: false,\n startValue: \"max\",\n destroy: \"min\",\n speed: 0.3,\n sync: true\n }\n },\n tilt: {\n direction: \"random\",\n enable: true,\n value: {\n min: 0,\n max: 360\n },\n animation: {\n enable: true,\n speed: 60\n }\n },\n shape: {\n type: \"square\"\n },\n size: {\n value: 30\n }\n },\n emitters: {\n position: {\n x: 50,\n y: 100\n },\n size: {\n width: 0,\n height: 0\n },\n rate: {\n quantity: 5,\n delay: 0.1\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/t/tilt.js?\n}");
|
|
1948
1988
|
|
|
1949
1989
|
/***/ },
|
|
1950
1990
|
|
|
@@ -1954,7 +1994,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1954
1994
|
\*********************************/
|
|
1955
1995
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1956
1996
|
|
|
1957
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"trails\",\n name: \"Trails\",\n background: {\n color: \"#000\"\n },\n emitters: {\n position: {\n x: 50,\n y: 50\n },\n size: {\n width: 50,\n height: 50,\n mode: \"precise\"\n },\n rate: {\n delay: 1,\n quantity: 10\n }\n },\n particles: {\n number: {\n value: 0,\n limit: {\n value: 300\n }\n },\n color: {\n
|
|
1997
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"trails\",\n name: \"Trails\",\n background: {\n color: \"#000\"\n },\n emitters: {\n position: {\n x: 50,\n y: 50\n },\n size: {\n width: 50,\n height: 50,\n mode: \"precise\"\n },\n rate: {\n delay: 1,\n quantity: 10\n }\n },\n particles: {\n number: {\n value: 0,\n limit: {\n value: 300\n }\n },\n fill: {\n color: {\n value: [\n \"#5bc0eb\",\n \"#fde74c\",\n \"#9bc53d\",\n \"#e55934\",\n \"#fa7921\"\n ]\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: 5\n },\n move: {\n enable: true,\n speed: 1,\n outModes: \"destroy\",\n path: {\n enable: true,\n delay: {\n value: 0.1\n },\n options: {\n size: 64,\n draw: false,\n increment: 0.001\n },\n generator: \"perlinNoise\"\n }\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: false,\n mode: \"grab\"\n },\n onClick: {\n enable: false,\n mode: \"repulse\"\n }\n },\n modes: {\n grab: {\n distance: 200,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n trail: {\n enable: true,\n fill: {\n color: \"#000000\"\n },\n length: 20\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/t/trail.js?\n}");
|
|
1958
1998
|
|
|
1959
1999
|
/***/ },
|
|
1960
2000
|
|
|
@@ -1964,7 +2004,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1964
2004
|
\**************************************/
|
|
1965
2005
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1966
2006
|
|
|
1967
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"trailsImage\",\n name: \"Trails Image\",\n background: {\n color: \"#ffffff\",\n image: \"url('https://particles.js.org/images/hdr/background3.jpg')\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n },\n emitters: {\n position: {\n x: 50,\n y: 50\n },\n size: {\n width: 50,\n height: 50,\n mode: \"precise\"\n },\n rate: {\n delay: 1,\n quantity: 10\n }\n },\n particles: {\n number: {\n value: 0,\n limit: {\n value: 300\n }\n },\n color: {\n
|
|
2007
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"trailsImage\",\n name: \"Trails Image\",\n background: {\n color: \"#ffffff\",\n image: \"url('https://particles.js.org/images/hdr/background3.jpg')\",\n position: \"50% 50%\",\n repeat: \"no-repeat\",\n size: \"cover\"\n },\n emitters: {\n position: {\n x: 50,\n y: 50\n },\n size: {\n width: 50,\n height: 50,\n mode: \"precise\"\n },\n rate: {\n delay: 1,\n quantity: 10\n }\n },\n particles: {\n number: {\n value: 0,\n limit: {\n value: 300\n }\n },\n fill: {\n color: {\n value: [\n \"#5bc0eb\",\n \"#fde74c\",\n \"#9bc53d\",\n \"#e55934\",\n \"#fa7921\"\n ]\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: 10\n },\n links: {\n enable: false,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 2,\n direction: \"none\",\n random: false,\n straight: false,\n outModes: {\n default: \"destroy\"\n },\n path: {\n enable: true,\n delay: {\n value: 0.1\n },\n options: {\n size: 64,\n draw: false,\n increment: 0.001\n },\n generator: \"perlinNoise\"\n }\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: false,\n mode: \"grab\"\n },\n onClick: {\n enable: false,\n mode: \"repulse\"\n }\n },\n modes: {\n grab: {\n distance: 200,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n trail: {\n enable: true,\n fill: {\n image: \"https://particles.js.org/images/hdr/background3.jpg\"\n },\n length: 20\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/t/trailImage.js?\n}");
|
|
1968
2008
|
|
|
1969
2009
|
/***/ },
|
|
1970
2010
|
|
|
@@ -1974,7 +2014,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1974
2014
|
\*************************************/
|
|
1975
2015
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1976
2016
|
|
|
1977
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"triangles\",\n name: \"Triangles\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n shape: {\n type: [\n \"polygon\",\n \"triangle\"\n ],\n options: {\n polygon: {\n sides: 3,\n particles: {\n color: {\n
|
|
2017
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"triangles\",\n name: \"Triangles\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n shape: {\n type: [\n \"polygon\",\n \"triangle\"\n ],\n options: {\n polygon: {\n sides: 3,\n particles: {\n fill: {\n color: {\n value: \"#f00\"\n },\n enable: true\n }\n }\n },\n triangle: {\n particles: {\n fill: {\n color: {\n value: \"#0f0\"\n },\n enable: true\n }\n }\n }\n }\n },\n opacity: {\n value: 1\n },\n size: {\n value: 30\n },\n move: {\n enable: true,\n speed: 1\n }\n },\n background: {\n color: \"#000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/t/triangles.js?\n}");
|
|
1978
2018
|
|
|
1979
2019
|
/***/ },
|
|
1980
2020
|
|
|
@@ -1984,7 +2024,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
1984
2024
|
\***********************************/
|
|
1985
2025
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1986
2026
|
|
|
1987
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"twinkle\",\n name: \"Twinkle\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
2027
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"twinkle\",\n name: \"Twinkle\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ff0000\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: {\n min: 0.1,\n max: 0.5\n },\n animation: {\n enable: true,\n speed: 3,\n sync: false\n }\n },\n size: {\n value: {\n min: 0.1,\n max: 5\n },\n animation: {\n enable: true,\n speed: 20,\n sync: false\n }\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 2\n },\n twinkle: {\n particles: {\n enable: true,\n fillColor: \"#ffff00\",\n frequency: 0.05,\n opacity: 1\n },\n links: {\n enable: true,\n color: \"#ff0000\",\n frequency: 0.005,\n opacity: 1\n }\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n grab: {\n distance: 400,\n links: {\n opacity: 1\n }\n },\n bubble: {\n distance: 400,\n size: 40,\n duration: 2,\n opacity: 0.8\n },\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n },\n remove: {\n quantity: 2\n }\n }\n },\n background: {\n color: \"#0d47a1\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/t/twinkle.js?\n}");
|
|
1988
2028
|
|
|
1989
2029
|
/***/ },
|
|
1990
2030
|
|
|
@@ -2014,7 +2054,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
2014
2054
|
\***********************************/
|
|
2015
2055
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
2016
2056
|
|
|
2017
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"vibrate\",\n name: \"Vibrate\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n color: {\n
|
|
2057
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"vibrate\",\n name: \"Vibrate\",\n particles: {\n number: {\n value: 80,\n density: {\n enable: true\n }\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: {\n min: 0.1,\n max: 0.5\n },\n animation: {\n enable: true,\n speed: 3,\n sync: false\n }\n },\n size: {\n value: {\n min: 0.1,\n max: 5\n },\n animation: {\n enable: true,\n speed: 20\n }\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#ffffff\",\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n speed: 0,\n vibrate: true\n }\n },\n interactivity: {\n events: {\n onHover: {\n enable: true,\n mode: \"repulse\"\n },\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n repulse: {\n distance: 200\n },\n push: {\n quantity: 4\n }\n }\n },\n background: {\n color: \"#0d47a1\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/v/vibrate.js?\n}");
|
|
2018
2058
|
|
|
2019
2059
|
/***/ },
|
|
2020
2060
|
|
|
@@ -2024,7 +2064,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
2024
2064
|
\*********************************/
|
|
2025
2065
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
2026
2066
|
|
|
2027
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"virus\",\n name: \"Virus\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 40\n },\n push: {\n quantity: 4\n }\n }\n },\n particles: {\n color: {\n
|
|
2067
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"virus\",\n name: \"Virus\",\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n },\n onHover: {\n enable: true,\n mode: \"bubble\"\n }\n },\n modes: {\n bubble: {\n distance: 400,\n duration: 2,\n opacity: 0.8,\n size: 40\n },\n push: {\n quantity: 4\n }\n }\n },\n particles: {\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n links: {\n color: \"#323031\",\n distance: 150,\n enable: false,\n opacity: 0.4,\n width: 1\n },\n move: {\n enable: true,\n outModes: \"bounce\",\n speed: 6\n },\n number: {\n density: {\n enable: true\n },\n value: 170\n },\n opacity: {\n value: 0.5\n },\n shape: {\n options: {\n image: {\n height: 32,\n replaceColor: true,\n src: \"https://particles.js.org/images/hdr/sars-cov-2.png\",\n width: 32\n }\n },\n type: \"image\"\n },\n size: {\n value: 16\n }\n },\n background: {\n color: \"#323031\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/v/virus.js?\n}");
|
|
2028
2068
|
|
|
2029
2069
|
/***/ },
|
|
2030
2070
|
|
|
@@ -2044,7 +2084,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
2044
2084
|
\********************************/
|
|
2045
2085
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
2046
2086
|
|
|
2047
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"warp\",\n name: \"Warp\",\n fullScreen: false,\n fpsLimit: 120,\n manualParticles: [\n {\n position: {\n x: 2,\n y: 2\n }\n },\n {\n position: {\n x: 2,\n y: 98\n }\n },\n {\n position: {\n x: 98,\n y: 2\n }\n },\n {\n position: {\n x: 98,\n y: 98\n }\n },\n {\n position: {\n x: 3,\n y: 1\n }\n },\n {\n position: {\n x: 99,\n y: 2\n }\n },\n {\n position: {\n x: 3,\n y: 2\n }\n },\n {\n position: {\n x: 99,\n y: 1\n }\n }\n ],\n particles: {\n number: {\n value: 0\n },\n color: {\n
|
|
2087
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"warp\",\n name: \"Warp\",\n fullScreen: false,\n fpsLimit: 120,\n manualParticles: [\n {\n position: {\n x: 2,\n y: 2\n }\n },\n {\n position: {\n x: 2,\n y: 98\n }\n },\n {\n position: {\n x: 98,\n y: 2\n }\n },\n {\n position: {\n x: 98,\n y: 98\n }\n },\n {\n position: {\n x: 3,\n y: 1\n }\n },\n {\n position: {\n x: 99,\n y: 2\n }\n },\n {\n position: {\n x: 3,\n y: 2\n }\n },\n {\n position: {\n x: 99,\n y: 1\n }\n }\n ],\n particles: {\n number: {\n value: 0\n },\n fill: {\n color: {\n value: \"#ffffff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: 3\n },\n links: {\n enable: true,\n distance: 150,\n color: \"#ffffff\",\n warp: true,\n opacity: 1,\n width: 1\n },\n move: {\n enable: false,\n speed: 2,\n outModes: \"out\",\n warp: true\n }\n },\n background: {\n color: \"#0d47a1\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/w/warp.js?\n}");
|
|
2048
2088
|
|
|
2049
2089
|
/***/ },
|
|
2050
2090
|
|
|
@@ -2054,7 +2094,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
2054
2094
|
\**********************************/
|
|
2055
2095
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
2056
2096
|
|
|
2057
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"wobble\",\n name: \"Wobble\",\n background: {\n color: \"#000000\"\n },\n particles: {\n bounce: {\n vertical: {\n value: 0\n },\n horizontal: {\n value: 0\n }\n },\n color: {\n
|
|
2097
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"wobble\",\n name: \"Wobble\",\n background: {\n color: \"#000000\"\n },\n particles: {\n bounce: {\n vertical: {\n value: 0\n },\n horizontal: {\n value: 0\n }\n },\n fill: {\n color: {\n value: [\n \"#1E00FF\",\n \"#FF0061\",\n \"#E1FF00\",\n \"#00FF9E\"\n ],\n animation: {\n enable: true,\n speed: 30\n }\n },\n enable: true\n },\n move: {\n decay: {\n min: 0.05,\n max: 0.15\n },\n direction: \"top\",\n enable: true,\n gravity: {\n acceleration: 9.81,\n enable: true,\n maxSpeed: 200\n },\n outModes: {\n top: \"none\",\n default: \"destroy\"\n },\n speed: {\n min: 50,\n max: 150\n }\n },\n number: {\n value: 0,\n limit: {\n value: 300\n }\n },\n opacity: {\n value: 1,\n animation: {\n enable: false,\n startValue: \"max\",\n destroy: \"min\",\n speed: 0.3,\n sync: true\n }\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n },\n direction: \"random\",\n move: true,\n animation: {\n enable: true,\n speed: 60\n }\n },\n tilt: {\n direction: \"random\",\n enable: true,\n value: {\n min: 0,\n max: 360\n },\n animation: {\n enable: true,\n speed: 60\n }\n },\n shape: {\n type: [\n \"circle\",\n \"square\",\n \"polygon\"\n ],\n options: {\n polygon: [\n {\n sides: 5\n },\n {\n sides: 6\n }\n ]\n }\n },\n size: {\n value: 3\n },\n roll: {\n darken: {\n enable: true,\n value: 30\n },\n enlighten: {\n enable: true,\n value: 30\n },\n enable: true,\n mode: \"both\",\n speed: {\n min: 15,\n max: 25\n }\n },\n wobble: {\n distance: 30,\n enable: true,\n move: true,\n speed: {\n min: -15,\n max: 15\n }\n }\n },\n emitters: {\n position: {\n x: 50,\n y: 100\n },\n size: {\n width: 0,\n height: 0\n },\n rate: {\n quantity: 10,\n delay: 0.05\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/w/wobble.js?\n}");
|
|
2058
2098
|
|
|
2059
2099
|
/***/ },
|
|
2060
2100
|
|
|
@@ -2064,7 +2104,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
2064
2104
|
\*************************************/
|
|
2065
2105
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
2066
2106
|
|
|
2067
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"wobbleBig\",\n name: \"Wobble Big\",\n background: {\n color: \"#000000\"\n },\n particles: {\n bounce: {\n vertical: {\n value: 0\n },\n horizontal: {\n value: 0\n }\n },\n color: {\n
|
|
2107
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"wobbleBig\",\n name: \"Wobble Big\",\n background: {\n color: \"#000000\"\n },\n particles: {\n bounce: {\n vertical: {\n value: 0\n },\n horizontal: {\n value: 0\n }\n },\n fill: {\n color: {\n value: [\n \"#1E00FF\",\n \"#FF0061\",\n \"#E1FF00\",\n \"#00FF9E\"\n ],\n animation: {\n enable: true,\n speed: 30\n }\n },\n enable: true\n },\n move: {\n decay: {\n min: 0.05,\n max: 0.15\n },\n direction: \"top\",\n enable: true,\n gravity: {\n acceleration: 9.81,\n enable: true,\n maxSpeed: 200\n },\n outModes: {\n top: \"none\",\n default: \"destroy\"\n },\n speed: {\n min: 50,\n max: 150\n }\n },\n number: {\n value: 0,\n limit: {\n value: 300\n }\n },\n opacity: {\n value: 1,\n animation: {\n enable: false,\n startValue: \"max\",\n destroy: \"min\",\n speed: 0.3,\n sync: true\n }\n },\n rotate: {\n value: {\n min: 0,\n max: 360\n },\n direction: \"random\",\n move: true,\n animation: {\n enable: true,\n speed: 60\n }\n },\n tilt: {\n direction: \"random\",\n enable: true,\n value: {\n min: 0,\n max: 360\n },\n animation: {\n enable: true,\n speed: 60\n }\n },\n shape: {\n type: [\n \"circle\",\n \"square\",\n \"polygon\"\n ],\n options: {\n polygon: [\n {\n sides: 5\n },\n {\n sides: 6\n }\n ]\n }\n },\n size: {\n value: 30\n },\n roll: {\n darken: {\n enable: true,\n value: 30\n },\n enlighten: {\n enable: true,\n value: 30\n },\n enable: true,\n mode: \"both\",\n speed: {\n min: 15,\n max: 25\n }\n },\n wobble: {\n distance: 30,\n enable: true,\n move: true,\n speed: {\n min: -15,\n max: 15\n }\n }\n },\n emitters: {\n position: {\n x: 50,\n y: 100\n },\n size: {\n width: 0,\n height: 0\n },\n rate: {\n quantity: 10,\n delay: 0.2\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/w/wobbleBig.js?\n}");
|
|
2068
2108
|
|
|
2069
2109
|
/***/ },
|
|
2070
2110
|
|
|
@@ -2104,7 +2144,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
2104
2144
|
\**********************************/
|
|
2105
2145
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
2106
2146
|
|
|
2107
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"zIndex\",\n name: \"Z Index\",\n particles: {\n groups: {\n z5000: {\n number: {\n value: 70\n },\n zIndex: {\n value: 50\n }\n },\n z7500: {\n number: {\n value: 30\n },\n zIndex: {\n value: 75\n }\n },\n z2500: {\n number: {\n value: 50\n },\n zIndex: {\n value: 25\n }\n },\n z1000: {\n number: {\n value: 40\n },\n zIndex: {\n value: 10\n }\n }\n },\n number: {\n value: 200\n },\n color: {\n
|
|
2147
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\nconst options = {\n key: \"zIndex\",\n name: \"Z Index\",\n particles: {\n groups: {\n z5000: {\n number: {\n value: 70\n },\n zIndex: {\n value: 50\n }\n },\n z7500: {\n number: {\n value: 30\n },\n zIndex: {\n value: 75\n }\n },\n z2500: {\n number: {\n value: 50\n },\n zIndex: {\n value: 25\n }\n },\n z1000: {\n number: {\n value: 40\n },\n zIndex: {\n value: 10\n }\n }\n },\n number: {\n value: 200\n },\n fill: {\n color: {\n value: \"#fff\"\n },\n enable: true\n },\n shape: {\n type: \"circle\"\n },\n opacity: {\n value: 1\n },\n size: {\n value: 3\n },\n move: {\n angle: {\n value: 10,\n offset: 0\n },\n enable: true,\n speed: 5,\n direction: \"right\"\n },\n zIndex: {\n value: 5,\n opacityRate: 0.5\n }\n },\n interactivity: {\n events: {\n onClick: {\n enable: true,\n mode: \"push\"\n }\n },\n modes: {\n push: {\n quantity: 4,\n groups: [\n \"z5000\",\n \"z7500\",\n \"z2500\",\n \"z1000\"\n ]\n }\n }\n },\n background: {\n color: \"#000000\"\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (options);\n\n\n//# sourceURL=webpack://@tsparticles/configs/./dist/browser/z/zIndex.js?\n}");
|
|
2108
2148
|
|
|
2109
2149
|
/***/ }
|
|
2110
2150
|
|
|
@@ -2120,12 +2160,6 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
2120
2160
|
/******/ if (cachedModule !== undefined) {
|
|
2121
2161
|
/******/ return cachedModule.exports;
|
|
2122
2162
|
/******/ }
|
|
2123
|
-
/******/ // Check if module exists (development only)
|
|
2124
|
-
/******/ if (__webpack_modules__[moduleId] === undefined) {
|
|
2125
|
-
/******/ var e = new Error("Cannot find module '" + moduleId + "'");
|
|
2126
|
-
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
2127
|
-
/******/ throw e;
|
|
2128
|
-
/******/ }
|
|
2129
2163
|
/******/ // Create a new module (and put it into the cache)
|
|
2130
2164
|
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
2131
2165
|
/******/ // no module.id needed
|
|
@@ -2134,6 +2168,12 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
2134
2168
|
/******/ };
|
|
2135
2169
|
/******/
|
|
2136
2170
|
/******/ // Execute the module function
|
|
2171
|
+
/******/ if (!(moduleId in __webpack_modules__)) {
|
|
2172
|
+
/******/ delete __webpack_module_cache__[moduleId];
|
|
2173
|
+
/******/ var e = new Error("Cannot find module '" + moduleId + "'");
|
|
2174
|
+
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
2175
|
+
/******/ throw e;
|
|
2176
|
+
/******/ }
|
|
2137
2177
|
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
2138
2178
|
/******/
|
|
2139
2179
|
/******/ // Return the exports of the module
|