@tsparticles/configs 3.9.1 → 4.0.0-alpha.1
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/amongUs.js +1 -1
- package/browser/b/backgroundMask.js +1 -1
- package/browser/b/backgroundMaskImage.js +2 -2
- package/browser/b/big.js +40 -3
- package/browser/c/curlNoise.js +7 -7
- package/browser/e/emitterImageShape.js +1 -1
- package/browser/e/emitterImages.js +16 -16
- package/browser/e/emitterPaths.js +5 -5
- package/browser/f/fallingConfetti.js +137 -0
- package/browser/f/fireworks.js +43 -6
- package/browser/f/fireworks2.js +39 -12
- package/browser/f/fireworksMask.js +195 -0
- package/browser/f/fontawesome.js +0 -5
- package/browser/f/forward.js +1 -1
- package/browser/f/index.js +4 -0
- package/browser/g/gravity.js +5 -5
- package/browser/g/index.js +1 -1
- package/browser/h/hexagonPath.js +5 -5
- package/browser/h/hollowknight.js +1 -1
- package/browser/h/hyperspace.js +5 -5
- package/browser/i/imageMask.js +1 -1
- package/browser/i/images.js +16 -16
- package/browser/i/imagesDirections.js +2 -2
- package/browser/index.js +5 -1
- package/browser/m/multiplePolygonMasks.js +1 -1
- package/browser/n/noisePlanesFractal.js +2 -2
- package/browser/n/noisePlanesPerlin.js +1 -1
- package/browser/n/noisePlanesSimplex.js +1 -1
- package/browser/p/pathSvg.js +7 -7
- package/browser/p/pathZigZag.js +7 -7
- package/browser/p/planes.js +1 -1
- package/browser/p/polygonMask.js +1 -1
- package/browser/r/randomShapes.js +16 -16
- package/browser/r/reactDefaults.js +0 -5
- package/browser/r/reactMultipleImages.js +3 -3
- package/browser/r/reactNightSky.js +0 -7
- package/browser/r/reactPolygonMask.js +1 -8
- package/browser/r/reactSimple.js +0 -18
- package/browser/r/reactSnow.js +0 -7
- package/browser/r/reduceDuplicates.js +16 -16
- package/browser/r/ring.js +5 -5
- package/browser/s/seaAnemone.js +5 -5
- package/browser/s/shadow.js +12 -7
- package/browser/s/shapeOptions.js +2 -2
- package/browser/s/speedDecay.js +5 -5
- package/browser/s/spin.js +5 -5
- package/browser/s/style.js +7 -7
- package/browser/t/trail.js +7 -7
- package/browser/t/trailImage.js +9 -9
- package/browser/v/virus.js +1 -1
- package/cjs/a/absorbers.js +1 -3
- package/cjs/a/amongUs.js +2 -4
- package/cjs/a/index.js +5 -10
- package/cjs/b/backgroundMask.js +2 -4
- package/cjs/b/backgroundMaskImage.js +3 -5
- package/cjs/b/basic.js +1 -3
- package/cjs/b/big.js +41 -6
- package/cjs/b/blackHole.js +1 -3
- package/cjs/b/bubble.js +1 -3
- package/cjs/b/index.js +13 -18
- package/cjs/bundle.js +1 -17
- package/cjs/c/cards.js +1 -3
- package/cjs/c/chars.js +1 -3
- package/cjs/c/clickConfetti.js +1 -3
- package/cjs/c/clickPause.js +1 -3
- package/cjs/c/collisionsAbsorb.js +1 -3
- package/cjs/c/collisionsBounce.js +1 -3
- package/cjs/c/collisionsDestroy.js +1 -3
- package/cjs/c/colorAnimation.js +1 -3
- package/cjs/c/connect.js +1 -3
- package/cjs/c/curlNoise.js +8 -10
- package/cjs/c/index.js +19 -24
- package/cjs/d/dataImages.js +1 -3
- package/cjs/d/delay.js +1 -3
- package/cjs/d/delayColor.js +1 -3
- package/cjs/d/delayOpacity.js +1 -3
- package/cjs/d/delaySize.js +1 -3
- package/cjs/d/delayStrokeColor.js +1 -3
- package/cjs/d/destroy.js +1 -3
- package/cjs/d/disappearing.js +1 -3
- package/cjs/d/divEvents.js +1 -3
- package/cjs/d/index.js +19 -24
- package/cjs/e/effectBubble.js +1 -3
- package/cjs/e/effectTrail.js +1 -3
- package/cjs/e/effectTrailTransform.js +1 -3
- package/cjs/e/emitter.js +1 -3
- package/cjs/e/emitterAbsorber.js +1 -3
- package/cjs/e/emitterAngled.js +1 -3
- package/cjs/e/emitterImageShape.js +2 -4
- package/cjs/e/emitterImages.js +17 -19
- package/cjs/e/emitterPaths.js +6 -8
- package/cjs/e/emitterShapes.js +1 -3
- package/cjs/e/emitterSpawnColor.js +7 -9
- package/cjs/e/emitterTextShape.js +1 -3
- package/cjs/e/emitterTextStrokeShape.js +1 -3
- package/cjs/e/index.js +27 -32
- package/cjs/f/fallingConfetti.js +137 -0
- package/cjs/f/fireworks.js +46 -11
- package/cjs/f/fireworks2.js +42 -17
- package/cjs/f/fireworksMask.js +195 -0
- package/cjs/f/fontawesome.js +1 -8
- package/cjs/f/forward.js +2 -4
- package/cjs/f/index.js +13 -14
- package/cjs/g/gifs.js +1 -3
- package/cjs/g/grabRandomColor.js +1 -3
- package/cjs/g/gradients.js +10 -12
- package/cjs/g/gravity.js +6 -8
- package/cjs/g/groups.js +1 -3
- package/cjs/g/growing.js +1 -3
- package/cjs/g/index.js +13 -18
- package/cjs/h/hexagonPath.js +6 -8
- package/cjs/h/hollowknight.js +2 -4
- package/cjs/h/hyperspace.js +6 -8
- package/cjs/h/index.js +7 -12
- package/cjs/i/imageMask.js +2 -4
- package/cjs/i/images.js +17 -19
- package/cjs/i/imagesDirections.js +6 -8
- package/cjs/i/index.js +9 -14
- package/cjs/i/infection.js +1 -3
- package/cjs/index.js +59 -60
- package/cjs/j/index.js +1 -3
- package/cjs/k/index.js +1 -3
- package/cjs/l/index.js +11 -16
- package/cjs/l/lch.js +1 -3
- package/cjs/l/life.js +1 -3
- package/cjs/l/lightHover.js +1 -3
- package/cjs/l/linkTriangles.js +1 -3
- package/cjs/l/localPolygonMask.js +1 -3
- package/cjs/m/index.js +33 -38
- package/cjs/m/manual.js +1 -3
- package/cjs/m/motionDisable.js +1 -3
- package/cjs/m/motionReduce.js +1 -3
- package/cjs/m/mouseAttract.js +1 -3
- package/cjs/m/mouseBounce.js +1 -3
- package/cjs/m/mouseFollow.js +1 -3
- package/cjs/m/mouseParticle.js +1 -3
- package/cjs/m/mouseParticle2.js +1 -3
- package/cjs/m/mouseTrail.js +1 -3
- package/cjs/m/mouseTrailNoise.js +1 -3
- package/cjs/m/moveAngle.js +1 -3
- package/cjs/m/moveDistance.js +1 -3
- package/cjs/m/moveInside.js +1 -3
- package/cjs/m/moveOutside.js +1 -3
- package/cjs/m/multipleClickEmitters.js +1 -3
- package/cjs/m/multiplePolygonMasks.js +2 -4
- package/cjs/n/index.js +19 -24
- package/cjs/n/namedColors.js +1 -3
- package/cjs/n/nasa.js +1 -3
- package/cjs/n/noClear.js +1 -3
- package/cjs/n/noConfig.js +1 -3
- package/cjs/n/noisePlanesFractal.js +3 -5
- package/cjs/n/noisePlanesPerlin.js +2 -4
- package/cjs/n/noisePlanesSimplex.js +2 -4
- package/cjs/n/nyancat.js +1 -3
- package/cjs/n/nyancat2.js +1 -3
- package/cjs/o/index.js +5 -10
- package/cjs/o/oklch.js +1 -3
- package/cjs/o/orbit.js +1 -3
- package/cjs/p/index.js +21 -26
- package/cjs/p/parallax.js +1 -3
- package/cjs/p/pathPolygonMask.js +1 -3
- package/cjs/p/pathSvg.js +8 -10
- package/cjs/p/pathZigZag.js +8 -10
- package/cjs/p/planes.js +2 -4
- package/cjs/p/plasma.js +1 -3
- package/cjs/p/poisson.js +1 -3
- package/cjs/p/polygonMask.js +2 -4
- package/cjs/p/polygons.js +1 -3
- package/cjs/p/pop.js +3 -5
- package/cjs/q/index.js +1 -3
- package/cjs/r/index.js +41 -46
- package/cjs/r/random.js +1 -3
- package/cjs/r/randomShapes.js +17 -19
- package/cjs/r/reactBubbles.js +1 -3
- package/cjs/r/reactDefaults.js +1 -8
- package/cjs/r/reactMultipleImages.js +4 -6
- package/cjs/r/reactNightSky.js +1 -10
- package/cjs/r/reactPolygonMask.js +2 -11
- package/cjs/r/reactSimple.js +1 -21
- package/cjs/r/reactSnow.js +1 -10
- package/cjs/r/reduceDuplicates.js +17 -19
- package/cjs/r/repulse.js +1 -3
- package/cjs/r/repulseBack.js +1 -3
- package/cjs/r/repulseCirc.js +1 -3
- package/cjs/r/repulseCubic.js +1 -3
- package/cjs/r/repulseExpo.js +1 -3
- package/cjs/r/repulseQuart.js +1 -3
- package/cjs/r/repulseQuint.js +1 -3
- package/cjs/r/repulseSine.js +1 -3
- package/cjs/r/responsive.js +1 -3
- package/cjs/r/ring.js +6 -8
- package/cjs/s/index.js +55 -60
- package/cjs/s/seaAnemone.js +6 -8
- package/cjs/s/shadow.js +13 -10
- package/cjs/s/shapeArrow.js +1 -3
- package/cjs/s/shapeCog.js +1 -3
- package/cjs/s/shapeEmoji.js +7 -9
- package/cjs/s/shapeEmojiPadding.js +1 -3
- package/cjs/s/shapeHeart.js +1 -3
- package/cjs/s/shapeInfinity.js +1 -3
- package/cjs/s/shapeMultilineText.js +1 -3
- package/cjs/s/shapeOptions.js +3 -5
- package/cjs/s/shapePath.js +1 -3
- package/cjs/s/shapeRoundedPolygon.js +1 -3
- package/cjs/s/shapeRoundedRect.js +1 -3
- package/cjs/s/shapeSpiral.js +1 -3
- package/cjs/s/slow.js +1 -3
- package/cjs/s/snow.js +1 -3
- package/cjs/s/soundsAudio.js +1 -3
- package/cjs/s/soundsLoop.js +1 -3
- package/cjs/s/soundsMelodies.js +1 -3
- package/cjs/s/soundsMelodyLoop.js +1 -3
- package/cjs/s/soundsNotes.js +1 -3
- package/cjs/s/speedDecay.js +6 -8
- package/cjs/s/spin.js +6 -8
- package/cjs/s/star.js +1 -3
- package/cjs/s/strokeAnimation.js +1 -3
- package/cjs/s/style.js +8 -10
- package/cjs/s/svgReplace.js +1 -3
- package/cjs/t/index.js +19 -24
- package/cjs/t/test.js +1 -3
- package/cjs/t/textMask.js +1 -3
- package/cjs/t/textMaskMultiline.js +1 -3
- package/cjs/t/themes.js +1 -3
- package/cjs/t/tilt.js +1 -3
- package/cjs/t/trail.js +8 -10
- package/cjs/t/trailImage.js +10 -12
- package/cjs/t/triangles.js +1 -3
- package/cjs/t/twinkle.js +1 -3
- package/cjs/u/index.js +1 -3
- package/cjs/v/index.js +5 -10
- package/cjs/v/vibrate.js +1 -3
- package/cjs/v/virus.js +2 -4
- package/cjs/w/index.js +7 -12
- package/cjs/w/warp.js +1 -3
- package/cjs/w/wobble.js +1 -3
- package/cjs/w/wobbleBig.js +1 -3
- package/cjs/x/index.js +1 -3
- package/cjs/y/index.js +1 -3
- package/cjs/z/index.js +3 -8
- package/cjs/z/zIndex.js +1 -3
- package/esm/a/amongUs.js +1 -1
- package/esm/b/backgroundMask.js +1 -1
- package/esm/b/backgroundMaskImage.js +2 -2
- package/esm/b/big.js +40 -3
- package/esm/c/curlNoise.js +7 -7
- package/esm/e/emitterImageShape.js +1 -1
- package/esm/e/emitterImages.js +16 -16
- package/esm/e/emitterPaths.js +5 -5
- package/esm/f/fallingConfetti.js +137 -0
- package/esm/f/fireworks.js +43 -6
- package/esm/f/fireworks2.js +39 -12
- package/esm/f/fireworksMask.js +195 -0
- package/esm/f/fontawesome.js +0 -5
- package/esm/f/forward.js +1 -1
- package/esm/f/index.js +4 -0
- package/esm/g/gravity.js +5 -5
- package/esm/g/index.js +1 -1
- package/esm/h/hexagonPath.js +5 -5
- package/esm/h/hollowknight.js +1 -1
- package/esm/h/hyperspace.js +5 -5
- package/esm/i/imageMask.js +1 -1
- package/esm/i/images.js +16 -16
- package/esm/i/imagesDirections.js +2 -2
- package/esm/index.js +5 -1
- package/esm/m/multiplePolygonMasks.js +1 -1
- package/esm/n/noisePlanesFractal.js +2 -2
- package/esm/n/noisePlanesPerlin.js +1 -1
- package/esm/n/noisePlanesSimplex.js +1 -1
- package/esm/p/pathSvg.js +7 -7
- package/esm/p/pathZigZag.js +7 -7
- package/esm/p/planes.js +1 -1
- package/esm/p/polygonMask.js +1 -1
- package/esm/r/randomShapes.js +16 -16
- package/esm/r/reactDefaults.js +0 -5
- package/esm/r/reactMultipleImages.js +3 -3
- package/esm/r/reactNightSky.js +0 -7
- package/esm/r/reactPolygonMask.js +1 -8
- package/esm/r/reactSimple.js +0 -18
- package/esm/r/reactSnow.js +0 -7
- package/esm/r/reduceDuplicates.js +16 -16
- package/esm/r/ring.js +5 -5
- package/esm/s/seaAnemone.js +5 -5
- package/esm/s/shadow.js +12 -7
- package/esm/s/shapeOptions.js +2 -2
- package/esm/s/speedDecay.js +5 -5
- package/esm/s/spin.js +5 -5
- package/esm/s/style.js +7 -7
- package/esm/t/trail.js +7 -7
- package/esm/t/trailImage.js +9 -9
- package/esm/v/virus.js +1 -1
- package/package.json +4 -3
- package/report.html +6 -5
- package/tsparticles.configs.bundle.js +5 -5
- package/tsparticles.configs.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.configs.js +643 -629
- package/tsparticles.configs.min.js +1 -1
- package/tsparticles.configs.min.js.LICENSE.txt +1 -1
- package/types/f/fallingConfetti.d.ts +3 -0
- package/types/f/fireworksMask.d.ts +3 -0
- package/types/f/index.d.ts +2 -0
- package/types/index.d.ts +2 -0
- package/umd/a/amongUs.js +1 -1
- package/umd/b/backgroundMask.js +1 -1
- package/umd/b/backgroundMaskImage.js +2 -2
- package/umd/b/big.js +40 -3
- package/umd/c/curlNoise.js +7 -7
- package/umd/e/emitterImageShape.js +1 -1
- package/umd/e/emitterImages.js +16 -16
- package/umd/e/emitterPaths.js +5 -5
- package/umd/f/fallingConfetti.js +149 -0
- package/umd/f/fireworks.js +43 -6
- package/umd/f/fireworks2.js +39 -12
- package/umd/f/fireworksMask.js +207 -0
- package/umd/f/fontawesome.js +0 -5
- package/umd/f/forward.js +1 -1
- package/umd/f/index.js +5 -1
- package/umd/g/gravity.js +5 -5
- package/umd/g/index.js +3 -3
- package/umd/h/hexagonPath.js +5 -5
- package/umd/h/hollowknight.js +1 -1
- package/umd/h/hyperspace.js +5 -5
- package/umd/i/imageMask.js +1 -1
- package/umd/i/images.js +16 -16
- package/umd/i/imagesDirections.js +2 -2
- package/umd/index.js +5 -1
- package/umd/m/multiplePolygonMasks.js +1 -1
- package/umd/n/noisePlanesFractal.js +2 -2
- package/umd/n/noisePlanesPerlin.js +1 -1
- package/umd/n/noisePlanesSimplex.js +1 -1
- package/umd/p/pathSvg.js +7 -7
- package/umd/p/pathZigZag.js +7 -7
- package/umd/p/planes.js +1 -1
- package/umd/p/polygonMask.js +1 -1
- package/umd/r/randomShapes.js +16 -16
- package/umd/r/reactDefaults.js +0 -5
- package/umd/r/reactMultipleImages.js +3 -3
- package/umd/r/reactNightSky.js +0 -7
- package/umd/r/reactPolygonMask.js +1 -8
- package/umd/r/reactSimple.js +0 -18
- package/umd/r/reactSnow.js +0 -7
- package/umd/r/reduceDuplicates.js +16 -16
- package/umd/r/ring.js +5 -5
- package/umd/s/seaAnemone.js +5 -5
- package/umd/s/shadow.js +12 -7
- package/umd/s/shapeOptions.js +2 -2
- package/umd/s/speedDecay.js +5 -5
- package/umd/s/spin.js +5 -5
- package/umd/s/style.js +7 -7
- package/umd/t/trail.js +7 -7
- package/umd/t/trailImage.js +9 -9
- package/umd/v/virus.js +1 -1
package/cjs/r/index.js
CHANGED
|
@@ -1,47 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
repulseQuart: repulseQuart_js_1.default,
|
|
43
|
-
repulseQuint: repulseQuint_js_1.default,
|
|
44
|
-
repulseSine: repulseSine_js_1.default,
|
|
45
|
-
responsive: responsive_js_1.default,
|
|
46
|
-
ring: ring_js_1.default,
|
|
1
|
+
import random from "./random.js";
|
|
2
|
+
import randomShapes from "./randomShapes.js";
|
|
3
|
+
import reactBubbles from "./reactBubbles.js";
|
|
4
|
+
import reactDefaults from "./reactDefaults.js";
|
|
5
|
+
import reactMultipleImages from "./reactMultipleImages.js";
|
|
6
|
+
import reactNightSky from "./reactNightSky.js";
|
|
7
|
+
import reactPolygonMask from "./reactPolygonMask.js";
|
|
8
|
+
import reactSimple from "./reactSimple.js";
|
|
9
|
+
import reactSnow from "./reactSnow.js";
|
|
10
|
+
import reduceDuplicates from "./reduceDuplicates.js";
|
|
11
|
+
import repulse from "./repulse.js";
|
|
12
|
+
import repulseBack from "./repulseBack.js";
|
|
13
|
+
import repulseCirc from "./repulseCirc.js";
|
|
14
|
+
import repulseCubic from "./repulseCubic.js";
|
|
15
|
+
import repulseExpo from "./repulseExpo.js";
|
|
16
|
+
import repulseQuart from "./repulseQuart.js";
|
|
17
|
+
import repulseQuint from "./repulseQuint.js";
|
|
18
|
+
import repulseSine from "./repulseSine.js";
|
|
19
|
+
import responsive from "./responsive.js";
|
|
20
|
+
import ring from "./ring.js";
|
|
21
|
+
export default {
|
|
22
|
+
random,
|
|
23
|
+
randomShapes,
|
|
24
|
+
reactBubbles,
|
|
25
|
+
reactDefaults,
|
|
26
|
+
reactMultipleImages,
|
|
27
|
+
reactNightSky,
|
|
28
|
+
reactPolygonMask,
|
|
29
|
+
reactSimple,
|
|
30
|
+
reactSnow,
|
|
31
|
+
reduceDuplicates,
|
|
32
|
+
repulse,
|
|
33
|
+
repulseBack,
|
|
34
|
+
repulseCirc,
|
|
35
|
+
repulseCubic,
|
|
36
|
+
repulseExpo,
|
|
37
|
+
repulseQuart,
|
|
38
|
+
repulseQuint,
|
|
39
|
+
repulseSine,
|
|
40
|
+
responsive,
|
|
41
|
+
ring,
|
|
47
42
|
};
|
package/cjs/r/random.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "random",
|
|
5
3
|
name: "Random Colors",
|
|
@@ -96,4 +94,4 @@ const options = {
|
|
|
96
94
|
size: "cover",
|
|
97
95
|
},
|
|
98
96
|
};
|
|
99
|
-
|
|
97
|
+
export default options;
|
package/cjs/r/randomShapes.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "randomShapes",
|
|
5
3
|
name: "Random Shapes",
|
|
@@ -319,101 +317,101 @@ const options = {
|
|
|
319
317
|
},
|
|
320
318
|
preload: [
|
|
321
319
|
{
|
|
322
|
-
src: "https://particles.js.org/images/fruits/apple.png",
|
|
320
|
+
src: "https://particles.js.org/images/hdr/fruits/apple.png",
|
|
323
321
|
name: "apple",
|
|
324
322
|
width: 32,
|
|
325
323
|
height: 32,
|
|
326
324
|
},
|
|
327
325
|
{
|
|
328
|
-
src: "https://particles.js.org/images/fruits/avocado.png",
|
|
326
|
+
src: "https://particles.js.org/images/hdr/fruits/avocado.png",
|
|
329
327
|
name: "avocado",
|
|
330
328
|
width: 32,
|
|
331
329
|
height: 32,
|
|
332
330
|
},
|
|
333
331
|
{
|
|
334
|
-
src: "https://particles.js.org/images/fruits/banana.png",
|
|
332
|
+
src: "https://particles.js.org/images/hdr/fruits/banana.png",
|
|
335
333
|
name: "banana",
|
|
336
334
|
width: 32,
|
|
337
335
|
height: 32,
|
|
338
336
|
},
|
|
339
337
|
{
|
|
340
|
-
src: "https://particles.js.org/images/fruits/berries.png",
|
|
338
|
+
src: "https://particles.js.org/images/hdr/fruits/berries.png",
|
|
341
339
|
name: "berries",
|
|
342
340
|
width: 32,
|
|
343
341
|
height: 32,
|
|
344
342
|
},
|
|
345
343
|
{
|
|
346
|
-
src: "https://particles.js.org/images/fruits/cherry.png",
|
|
344
|
+
src: "https://particles.js.org/images/hdr/fruits/cherry.png",
|
|
347
345
|
name: "cherry",
|
|
348
346
|
width: 32,
|
|
349
347
|
height: 32,
|
|
350
348
|
},
|
|
351
349
|
{
|
|
352
|
-
src: "https://particles.js.org/images/fruits/grapes.png",
|
|
350
|
+
src: "https://particles.js.org/images/hdr/fruits/grapes.png",
|
|
353
351
|
name: "grapes",
|
|
354
352
|
width: 32,
|
|
355
353
|
height: 32,
|
|
356
354
|
},
|
|
357
355
|
{
|
|
358
|
-
src: "https://particles.js.org/images/fruits/lemon.png",
|
|
356
|
+
src: "https://particles.js.org/images/hdr/fruits/lemon.png",
|
|
359
357
|
name: "lemon",
|
|
360
358
|
width: 32,
|
|
361
359
|
height: 32,
|
|
362
360
|
},
|
|
363
361
|
{
|
|
364
|
-
src: "https://particles.js.org/images/fruits/orange.png",
|
|
362
|
+
src: "https://particles.js.org/images/hdr/fruits/orange.png",
|
|
365
363
|
name: "orange",
|
|
366
364
|
width: 32,
|
|
367
365
|
height: 32,
|
|
368
366
|
},
|
|
369
367
|
{
|
|
370
|
-
src: "https://particles.js.org/images/fruits/peach.png",
|
|
368
|
+
src: "https://particles.js.org/images/hdr/fruits/peach.png",
|
|
371
369
|
name: "peach",
|
|
372
370
|
width: 32,
|
|
373
371
|
height: 32,
|
|
374
372
|
},
|
|
375
373
|
{
|
|
376
|
-
src: "https://particles.js.org/images/fruits/pear.png",
|
|
374
|
+
src: "https://particles.js.org/images/hdr/fruits/pear.png",
|
|
377
375
|
name: "pear",
|
|
378
376
|
width: 32,
|
|
379
377
|
height: 32,
|
|
380
378
|
},
|
|
381
379
|
{
|
|
382
|
-
src: "https://particles.js.org/images/fruits/pepper.png",
|
|
380
|
+
src: "https://particles.js.org/images/hdr/fruits/pepper.png",
|
|
383
381
|
name: "pepper",
|
|
384
382
|
width: 32,
|
|
385
383
|
height: 32,
|
|
386
384
|
},
|
|
387
385
|
{
|
|
388
|
-
src: "https://particles.js.org/images/fruits/plum.png",
|
|
386
|
+
src: "https://particles.js.org/images/hdr/fruits/plum.png",
|
|
389
387
|
name: "plum",
|
|
390
388
|
width: 32,
|
|
391
389
|
height: 32,
|
|
392
390
|
},
|
|
393
391
|
{
|
|
394
|
-
src: "https://particles.js.org/images/fruits/star.png",
|
|
392
|
+
src: "https://particles.js.org/images/hdr/fruits/star.png",
|
|
395
393
|
name: "star",
|
|
396
394
|
width: 32,
|
|
397
395
|
height: 32,
|
|
398
396
|
},
|
|
399
397
|
{
|
|
400
|
-
src: "https://particles.js.org/images/fruits/strawberry.png",
|
|
398
|
+
src: "https://particles.js.org/images/hdr/fruits/strawberry.png",
|
|
401
399
|
name: "strawberry",
|
|
402
400
|
width: 32,
|
|
403
401
|
height: 32,
|
|
404
402
|
},
|
|
405
403
|
{
|
|
406
|
-
src: "https://particles.js.org/images/fruits/watermelon.png",
|
|
404
|
+
src: "https://particles.js.org/images/hdr/fruits/watermelon.png",
|
|
407
405
|
name: "watermelon",
|
|
408
406
|
width: 32,
|
|
409
407
|
height: 32,
|
|
410
408
|
},
|
|
411
409
|
{
|
|
412
|
-
src: "https://particles.js.org/images/fruits/watermelon_slice.png",
|
|
410
|
+
src: "https://particles.js.org/images/hdr/fruits/watermelon_slice.png",
|
|
413
411
|
name: "watermelon_slice",
|
|
414
412
|
width: 32,
|
|
415
413
|
height: 32,
|
|
416
414
|
},
|
|
417
415
|
],
|
|
418
416
|
};
|
|
419
|
-
|
|
417
|
+
export default options;
|
package/cjs/r/reactBubbles.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "reactBubbles",
|
|
5
3
|
name: "React Bubbles",
|
|
@@ -105,4 +103,4 @@ const options = {
|
|
|
105
103
|
size: "cover",
|
|
106
104
|
},
|
|
107
105
|
};
|
|
108
|
-
|
|
106
|
+
export default options;
|
package/cjs/r/reactDefaults.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "reactDefaults",
|
|
5
3
|
name: "React Defaults",
|
|
@@ -33,11 +31,6 @@ const options = {
|
|
|
33
31
|
color: "#FFF",
|
|
34
32
|
opacity: 0.6,
|
|
35
33
|
width: 1,
|
|
36
|
-
shadow: {
|
|
37
|
-
enable: false,
|
|
38
|
-
blur: 5,
|
|
39
|
-
color: "lime",
|
|
40
|
-
},
|
|
41
34
|
},
|
|
42
35
|
move: {
|
|
43
36
|
enable: true,
|
|
@@ -52,4 +45,4 @@ const options = {
|
|
|
52
45
|
color: "#0d47a1",
|
|
53
46
|
},
|
|
54
47
|
};
|
|
55
|
-
|
|
48
|
+
export default options;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "reactMultipleImages",
|
|
5
3
|
name: "React Multiple Images",
|
|
@@ -46,7 +44,7 @@ const options = {
|
|
|
46
44
|
{
|
|
47
45
|
height: 20,
|
|
48
46
|
replaceColor: true,
|
|
49
|
-
src: "https://particles.js.org/images/fruits/cherry.png",
|
|
47
|
+
src: "https://particles.js.org/images/hdr/fruits/cherry.png",
|
|
50
48
|
width: 23,
|
|
51
49
|
fill: true,
|
|
52
50
|
close: true,
|
|
@@ -54,7 +52,7 @@ const options = {
|
|
|
54
52
|
{
|
|
55
53
|
height: 20,
|
|
56
54
|
replaceColor: true,
|
|
57
|
-
src: "https://particles.js.org/images/fruits/grapes.png",
|
|
55
|
+
src: "https://particles.js.org/images/hdr/fruits/grapes.png",
|
|
58
56
|
width: 20,
|
|
59
57
|
fill: true,
|
|
60
58
|
close: true,
|
|
@@ -62,7 +60,7 @@ const options = {
|
|
|
62
60
|
{
|
|
63
61
|
height: 20,
|
|
64
62
|
replaceColor: true,
|
|
65
|
-
src: "https://particles.js.org/images/fruits/lemon.png",
|
|
63
|
+
src: "https://particles.js.org/images/hdr/fruits/lemon.png",
|
|
66
64
|
width: 20,
|
|
67
65
|
fill: true,
|
|
68
66
|
close: true,
|
|
@@ -92,4 +90,4 @@ const options = {
|
|
|
92
90
|
size: "cover",
|
|
93
91
|
},
|
|
94
92
|
};
|
|
95
|
-
|
|
93
|
+
export default options;
|
package/cjs/r/reactNightSky.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "reactNightSky",
|
|
5
3
|
name: "React Night Sky",
|
|
@@ -29,13 +27,6 @@ const options = {
|
|
|
29
27
|
distance: 150,
|
|
30
28
|
enable: true,
|
|
31
29
|
opacity: 0.02,
|
|
32
|
-
shadow: {
|
|
33
|
-
blur: 5,
|
|
34
|
-
color: {
|
|
35
|
-
value: "lime",
|
|
36
|
-
},
|
|
37
|
-
enable: false,
|
|
38
|
-
},
|
|
39
30
|
width: 1,
|
|
40
31
|
},
|
|
41
32
|
move: {
|
|
@@ -87,4 +78,4 @@ const options = {
|
|
|
87
78
|
size: "cover",
|
|
88
79
|
},
|
|
89
80
|
};
|
|
90
|
-
|
|
81
|
+
export default options;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "reactPolygonMask",
|
|
5
3
|
name: "React Polygon Mask",
|
|
@@ -32,13 +30,6 @@ const options = {
|
|
|
32
30
|
distance: 30,
|
|
33
31
|
enable: true,
|
|
34
32
|
opacity: 0.4,
|
|
35
|
-
shadow: {
|
|
36
|
-
blur: 5,
|
|
37
|
-
color: {
|
|
38
|
-
value: "lime",
|
|
39
|
-
},
|
|
40
|
-
enable: false,
|
|
41
|
-
},
|
|
42
33
|
width: 1,
|
|
43
34
|
},
|
|
44
35
|
move: {
|
|
@@ -86,7 +77,7 @@ const options = {
|
|
|
86
77
|
},
|
|
87
78
|
scale: 0.5,
|
|
88
79
|
type: "inline",
|
|
89
|
-
url: "https://particles.js.org/images/smalldeer.svg",
|
|
80
|
+
url: "https://particles.js.org/images/hdr/smalldeer.svg",
|
|
90
81
|
},
|
|
91
82
|
pauseOnBlur: true,
|
|
92
83
|
background: {
|
|
@@ -97,4 +88,4 @@ const options = {
|
|
|
97
88
|
size: "cover",
|
|
98
89
|
},
|
|
99
90
|
};
|
|
100
|
-
|
|
91
|
+
export default options;
|
package/cjs/r/reactSimple.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "reactSimple",
|
|
5
3
|
name: "React Simple",
|
|
@@ -30,13 +28,6 @@ const options = {
|
|
|
30
28
|
distance: 150,
|
|
31
29
|
enable: true,
|
|
32
30
|
opacity: 0.6,
|
|
33
|
-
shadow: {
|
|
34
|
-
blur: 5,
|
|
35
|
-
color: {
|
|
36
|
-
value: "lime",
|
|
37
|
-
},
|
|
38
|
-
enable: false,
|
|
39
|
-
},
|
|
40
31
|
width: 1,
|
|
41
32
|
},
|
|
42
33
|
move: {
|
|
@@ -67,17 +58,6 @@ const options = {
|
|
|
67
58
|
size: {
|
|
68
59
|
value: 3,
|
|
69
60
|
},
|
|
70
|
-
shadow: {
|
|
71
|
-
blur: 0,
|
|
72
|
-
color: {
|
|
73
|
-
value: "#000000",
|
|
74
|
-
},
|
|
75
|
-
enable: false,
|
|
76
|
-
offset: {
|
|
77
|
-
x: 0,
|
|
78
|
-
y: 0,
|
|
79
|
-
},
|
|
80
|
-
},
|
|
81
61
|
stroke: {
|
|
82
62
|
color: {
|
|
83
63
|
value: "#ff0000",
|
|
@@ -123,4 +103,4 @@ const options = {
|
|
|
123
103
|
size: "cover",
|
|
124
104
|
},
|
|
125
105
|
};
|
|
126
|
-
|
|
106
|
+
export default options;
|
package/cjs/r/reactSnow.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "reactSnow",
|
|
5
3
|
name: "React Snow",
|
|
@@ -59,13 +57,6 @@ const options = {
|
|
|
59
57
|
distance: 150,
|
|
60
58
|
enable: false,
|
|
61
59
|
opacity: 0.6,
|
|
62
|
-
shadow: {
|
|
63
|
-
blur: 5,
|
|
64
|
-
color: {
|
|
65
|
-
value: "lime",
|
|
66
|
-
},
|
|
67
|
-
enable: false,
|
|
68
|
-
},
|
|
69
60
|
width: 1,
|
|
70
61
|
},
|
|
71
62
|
move: {
|
|
@@ -109,4 +100,4 @@ const options = {
|
|
|
109
100
|
size: "cover",
|
|
110
101
|
},
|
|
111
102
|
};
|
|
112
|
-
|
|
103
|
+
export default options;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "reduceDuplicates",
|
|
5
3
|
name: "Reduce Duplicates",
|
|
@@ -36,82 +34,82 @@ const options = {
|
|
|
36
34
|
options: {
|
|
37
35
|
image: [
|
|
38
36
|
{
|
|
39
|
-
src: "https://particles.js.org/images/fruits/apple.png",
|
|
37
|
+
src: "https://particles.js.org/images/hdr/fruits/apple.png",
|
|
40
38
|
width: 32,
|
|
41
39
|
height: 32,
|
|
42
40
|
},
|
|
43
41
|
{
|
|
44
|
-
src: "https://particles.js.org/images/fruits/avocado.png",
|
|
42
|
+
src: "https://particles.js.org/images/hdr/fruits/avocado.png",
|
|
45
43
|
width: 32,
|
|
46
44
|
height: 32,
|
|
47
45
|
},
|
|
48
46
|
{
|
|
49
|
-
src: "https://particles.js.org/images/fruits/banana.png",
|
|
47
|
+
src: "https://particles.js.org/images/hdr/fruits/banana.png",
|
|
50
48
|
width: 32,
|
|
51
49
|
height: 32,
|
|
52
50
|
},
|
|
53
51
|
{
|
|
54
|
-
src: "https://particles.js.org/images/fruits/berries.png",
|
|
52
|
+
src: "https://particles.js.org/images/hdr/fruits/berries.png",
|
|
55
53
|
width: 32,
|
|
56
54
|
height: 32,
|
|
57
55
|
},
|
|
58
56
|
{
|
|
59
|
-
src: "https://particles.js.org/images/fruits/cherry.png",
|
|
57
|
+
src: "https://particles.js.org/images/hdr/fruits/cherry.png",
|
|
60
58
|
width: 32,
|
|
61
59
|
height: 32,
|
|
62
60
|
},
|
|
63
61
|
{
|
|
64
|
-
src: "https://particles.js.org/images/fruits/grapes.png",
|
|
62
|
+
src: "https://particles.js.org/images/hdr/fruits/grapes.png",
|
|
65
63
|
width: 32,
|
|
66
64
|
height: 32,
|
|
67
65
|
},
|
|
68
66
|
{
|
|
69
|
-
src: "https://particles.js.org/images/fruits/lemon.png",
|
|
67
|
+
src: "https://particles.js.org/images/hdr/fruits/lemon.png",
|
|
70
68
|
width: 32,
|
|
71
69
|
height: 32,
|
|
72
70
|
},
|
|
73
71
|
{
|
|
74
|
-
src: "https://particles.js.org/images/fruits/orange.png",
|
|
72
|
+
src: "https://particles.js.org/images/hdr/fruits/orange.png",
|
|
75
73
|
width: 32,
|
|
76
74
|
height: 32,
|
|
77
75
|
},
|
|
78
76
|
{
|
|
79
|
-
src: "https://particles.js.org/images/fruits/peach.png",
|
|
77
|
+
src: "https://particles.js.org/images/hdr/fruits/peach.png",
|
|
80
78
|
width: 32,
|
|
81
79
|
height: 32,
|
|
82
80
|
},
|
|
83
81
|
{
|
|
84
|
-
src: "https://particles.js.org/images/fruits/pear.png",
|
|
82
|
+
src: "https://particles.js.org/images/hdr/fruits/pear.png",
|
|
85
83
|
width: 32,
|
|
86
84
|
height: 32,
|
|
87
85
|
},
|
|
88
86
|
{
|
|
89
|
-
src: "https://particles.js.org/images/fruits/pepper.png",
|
|
87
|
+
src: "https://particles.js.org/images/hdr/fruits/pepper.png",
|
|
90
88
|
width: 32,
|
|
91
89
|
height: 32,
|
|
92
90
|
},
|
|
93
91
|
{
|
|
94
|
-
src: "https://particles.js.org/images/fruits/plum.png",
|
|
92
|
+
src: "https://particles.js.org/images/hdr/fruits/plum.png",
|
|
95
93
|
width: 32,
|
|
96
94
|
height: 32,
|
|
97
95
|
},
|
|
98
96
|
{
|
|
99
|
-
src: "https://particles.js.org/images/fruits/star.png",
|
|
97
|
+
src: "https://particles.js.org/images/hdr/fruits/star.png",
|
|
100
98
|
width: 32,
|
|
101
99
|
height: 32,
|
|
102
100
|
},
|
|
103
101
|
{
|
|
104
|
-
src: "https://particles.js.org/images/fruits/strawberry.png",
|
|
102
|
+
src: "https://particles.js.org/images/hdr/fruits/strawberry.png",
|
|
105
103
|
width: 32,
|
|
106
104
|
height: 32,
|
|
107
105
|
},
|
|
108
106
|
{
|
|
109
|
-
src: "https://particles.js.org/images/fruits/watermelon.png",
|
|
107
|
+
src: "https://particles.js.org/images/hdr/fruits/watermelon.png",
|
|
110
108
|
width: 32,
|
|
111
109
|
height: 32,
|
|
112
110
|
},
|
|
113
111
|
{
|
|
114
|
-
src: "https://particles.js.org/images/fruits/watermelon_slice.png",
|
|
112
|
+
src: "https://particles.js.org/images/hdr/fruits/watermelon_slice.png",
|
|
115
113
|
width: 32,
|
|
116
114
|
height: 32,
|
|
117
115
|
},
|
|
@@ -127,4 +125,4 @@ const options = {
|
|
|
127
125
|
color: "#fff",
|
|
128
126
|
},
|
|
129
127
|
};
|
|
130
|
-
|
|
128
|
+
export default options;
|
package/cjs/r/repulse.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "repulse",
|
|
5
3
|
name: "Repulse",
|
|
@@ -107,4 +105,4 @@ const options = {
|
|
|
107
105
|
color: "#000000",
|
|
108
106
|
},
|
|
109
107
|
};
|
|
110
|
-
|
|
108
|
+
export default options;
|
package/cjs/r/repulseBack.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "repulseBack",
|
|
5
3
|
name: "Repulse Back",
|
|
@@ -50,4 +48,4 @@ const options = {
|
|
|
50
48
|
color: "#000000",
|
|
51
49
|
},
|
|
52
50
|
};
|
|
53
|
-
|
|
51
|
+
export default options;
|
package/cjs/r/repulseCirc.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "repulseCirc",
|
|
5
3
|
name: "Repulse Circ",
|
|
@@ -50,4 +48,4 @@ const options = {
|
|
|
50
48
|
color: "#000000",
|
|
51
49
|
},
|
|
52
50
|
};
|
|
53
|
-
|
|
51
|
+
export default options;
|
package/cjs/r/repulseCubic.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "repulseCubic",
|
|
5
3
|
name: "Repulse Cubic",
|
|
@@ -50,4 +48,4 @@ const options = {
|
|
|
50
48
|
color: "#000000",
|
|
51
49
|
},
|
|
52
50
|
};
|
|
53
|
-
|
|
51
|
+
export default options;
|
package/cjs/r/repulseExpo.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "repulseExpo",
|
|
5
3
|
name: "Repulse Expo",
|
|
@@ -50,4 +48,4 @@ const options = {
|
|
|
50
48
|
color: "#000000",
|
|
51
49
|
},
|
|
52
50
|
};
|
|
53
|
-
|
|
51
|
+
export default options;
|
package/cjs/r/repulseQuart.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "repulseExpo",
|
|
5
3
|
name: "Repulse Quart",
|
|
@@ -50,4 +48,4 @@ const options = {
|
|
|
50
48
|
color: "#000000",
|
|
51
49
|
},
|
|
52
50
|
};
|
|
53
|
-
|
|
51
|
+
export default options;
|
package/cjs/r/repulseQuint.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "repulseQuint",
|
|
5
3
|
name: "Repulse Quint",
|
|
@@ -50,4 +48,4 @@ const options = {
|
|
|
50
48
|
color: "#000000",
|
|
51
49
|
},
|
|
52
50
|
};
|
|
53
|
-
|
|
51
|
+
export default options;
|
package/cjs/r/repulseSine.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "repulseSine",
|
|
5
3
|
name: "Repulse Sine",
|
|
@@ -50,4 +48,4 @@ const options = {
|
|
|
50
48
|
color: "#000000",
|
|
51
49
|
},
|
|
52
50
|
};
|
|
53
|
-
|
|
51
|
+
export default options;
|
package/cjs/r/responsive.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
1
|
const options = {
|
|
4
2
|
key: "responsive",
|
|
5
3
|
name: "Responsive",
|
|
@@ -104,4 +102,4 @@ const options = {
|
|
|
104
102
|
color: "#000000",
|
|
105
103
|
},
|
|
106
104
|
};
|
|
107
|
-
|
|
105
|
+
export default options;
|