@tsparticles/configs 3.0.0-beta.0 → 3.0.0-beta.2
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/b/index.js +5 -5
- package/browser/bundle.js +1 -1
- package/browser/c/index.js +10 -10
- package/browser/d/index.js +9 -9
- package/browser/e/index.js +6 -6
- package/browser/f/index.js +3 -3
- package/browser/g/index.js +5 -5
- package/browser/h/index.js +3 -3
- package/browser/i/index.js +4 -4
- package/browser/index.js +26 -26
- package/browser/l/index.js +4 -4
- package/browser/m/index.js +13 -13
- package/browser/n/index.js +5 -5
- package/browser/o/index.js +1 -1
- package/browser/p/index.js +7 -7
- package/browser/package.json +1 -0
- package/browser/r/index.js +19 -19
- package/browser/s/index.js +25 -25
- package/browser/t/index.js +9 -9
- package/browser/v/index.js +2 -2
- package/browser/w/index.js +2 -2
- package/browser/z/index.js +1 -1
- package/cjs/b/index.js +10 -10
- package/cjs/bundle.js +1 -1
- package/cjs/c/index.js +20 -20
- package/cjs/d/index.js +18 -18
- package/cjs/e/index.js +12 -12
- package/cjs/f/index.js +6 -6
- package/cjs/g/index.js +10 -10
- package/cjs/h/index.js +6 -6
- package/cjs/i/index.js +8 -8
- package/cjs/index.js +52 -52
- package/cjs/l/index.js +8 -8
- package/cjs/m/index.js +26 -26
- package/cjs/n/index.js +10 -10
- package/cjs/o/index.js +2 -2
- package/cjs/p/index.js +14 -14
- package/cjs/package.json +1 -0
- package/cjs/r/index.js +38 -38
- package/cjs/s/index.js +50 -50
- package/cjs/t/index.js +18 -18
- package/cjs/v/index.js +4 -4
- package/cjs/w/index.js +4 -4
- package/cjs/z/index.js +2 -2
- package/esm/b/index.js +5 -5
- package/esm/bundle.js +1 -1
- package/esm/c/index.js +10 -10
- package/esm/d/index.js +9 -9
- package/esm/e/index.js +6 -6
- package/esm/f/index.js +3 -3
- package/esm/g/index.js +5 -5
- package/esm/h/index.js +3 -3
- package/esm/i/index.js +4 -4
- package/esm/index.js +26 -26
- package/esm/l/index.js +4 -4
- package/esm/m/index.js +13 -13
- package/esm/n/index.js +5 -5
- package/esm/o/index.js +1 -1
- package/esm/p/index.js +7 -7
- package/esm/package.json +1 -0
- package/esm/r/index.js +19 -19
- package/esm/s/index.js +25 -25
- package/esm/t/index.js +9 -9
- package/esm/v/index.js +2 -2
- package/esm/w/index.js +2 -2
- package/esm/z/index.js +1 -1
- package/package.json +18 -6
- package/report.html +23 -5
- package/tsparticles.configs.bundle.js +1 -1
- package/tsparticles.configs.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.configs.js +1 -1
- package/tsparticles.configs.min.js.LICENSE.txt +1 -1
- package/types/bundle.d.ts +1 -1
- package/umd/b/index.js +11 -11
- package/umd/bundle.js +2 -2
- package/umd/c/index.js +21 -21
- package/umd/d/index.js +19 -19
- package/umd/e/index.js +13 -13
- package/umd/f/index.js +7 -7
- package/umd/g/index.js +11 -11
- package/umd/h/index.js +7 -7
- package/umd/i/index.js +9 -9
- package/umd/index.js +53 -53
- package/umd/l/index.js +9 -9
- package/umd/m/index.js +27 -27
- package/umd/n/index.js +11 -11
- package/umd/o/index.js +3 -3
- package/umd/p/index.js +15 -15
- package/umd/r/index.js +39 -39
- package/umd/s/index.js +51 -51
- package/umd/t/index.js +19 -19
- package/umd/v/index.js +5 -5
- package/umd/w/index.js +5 -5
- package/umd/z/index.js +3 -3
package/esm/b/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import backgroundMask from "./backgroundMask";
|
|
2
|
-
import basic from "./basic";
|
|
3
|
-
import big from "./big";
|
|
4
|
-
import blackHole from "./blackHole";
|
|
5
|
-
import bubble from "./bubble";
|
|
1
|
+
import backgroundMask from "./backgroundMask.js";
|
|
2
|
+
import basic from "./basic.js";
|
|
3
|
+
import big from "./big.js";
|
|
4
|
+
import blackHole from "./blackHole.js";
|
|
5
|
+
import bubble from "./bubble.js";
|
|
6
6
|
export default {
|
|
7
7
|
backgroundMask,
|
|
8
8
|
basic,
|
package/esm/bundle.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./index";
|
|
1
|
+
export * from "./index.js";
|
package/esm/c/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import cards from "./cards";
|
|
2
|
-
import chars from "./chars";
|
|
3
|
-
import clickPause from "./clickPause";
|
|
4
|
-
import collisionsAbsorb from "./collisionsAbsorb";
|
|
5
|
-
import collisionsBounce from "./collisionsBounce";
|
|
6
|
-
import collisionsDestroy from "./collisionsDestroy";
|
|
7
|
-
import colorAnimation from "./colorAnimation";
|
|
8
|
-
import connect from "./connect";
|
|
9
|
-
import customPreset from "./customPreset";
|
|
10
|
-
import customShape from "./customShape";
|
|
1
|
+
import cards from "./cards.js";
|
|
2
|
+
import chars from "./chars.js";
|
|
3
|
+
import clickPause from "./clickPause.js";
|
|
4
|
+
import collisionsAbsorb from "./collisionsAbsorb.js";
|
|
5
|
+
import collisionsBounce from "./collisionsBounce.js";
|
|
6
|
+
import collisionsDestroy from "./collisionsDestroy.js";
|
|
7
|
+
import colorAnimation from "./colorAnimation.js";
|
|
8
|
+
import connect from "./connect.js";
|
|
9
|
+
import customPreset from "./customPreset.js";
|
|
10
|
+
import customShape from "./customShape.js";
|
|
11
11
|
export default {
|
|
12
12
|
cards,
|
|
13
13
|
chars,
|
package/esm/d/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import dataImages from "./dataImages";
|
|
2
|
-
import delay from "./delay";
|
|
3
|
-
import delayColor from "./delayColor";
|
|
4
|
-
import delayOpacity from "./delayOpacity";
|
|
5
|
-
import delaySize from "./delaySize";
|
|
6
|
-
import delayStrokeColor from "./delayStrokeColor";
|
|
7
|
-
import destroy from "./destroy";
|
|
8
|
-
import disappearing from "./disappearing";
|
|
9
|
-
import divEvents from "./divEvents";
|
|
1
|
+
import dataImages from "./dataImages.js";
|
|
2
|
+
import delay from "./delay.js";
|
|
3
|
+
import delayColor from "./delayColor.js";
|
|
4
|
+
import delayOpacity from "./delayOpacity.js";
|
|
5
|
+
import delaySize from "./delaySize.js";
|
|
6
|
+
import delayStrokeColor from "./delayStrokeColor.js";
|
|
7
|
+
import destroy from "./destroy.js";
|
|
8
|
+
import disappearing from "./disappearing.js";
|
|
9
|
+
import divEvents from "./divEvents.js";
|
|
10
10
|
export default {
|
|
11
11
|
dataImages,
|
|
12
12
|
delay,
|
package/esm/e/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import emitter from "./emitter";
|
|
2
|
-
import emitterAbsorber from "./emitterAbsorber";
|
|
3
|
-
import emitterAngled from "./emitterAngled";
|
|
4
|
-
import emitterImages from "./emitterImages";
|
|
5
|
-
import emitterPaths from "./emitterPaths";
|
|
6
|
-
import emitterShapes from "./emitterShapes";
|
|
1
|
+
import emitter from "./emitter.js";
|
|
2
|
+
import emitterAbsorber from "./emitterAbsorber.js";
|
|
3
|
+
import emitterAngled from "./emitterAngled.js";
|
|
4
|
+
import emitterImages from "./emitterImages.js";
|
|
5
|
+
import emitterPaths from "./emitterPaths.js";
|
|
6
|
+
import emitterShapes from "./emitterShapes.js";
|
|
7
7
|
export default {
|
|
8
8
|
emitter,
|
|
9
9
|
emitterAbsorber,
|
package/esm/f/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import fireworks from "./fireworks";
|
|
2
|
-
import fontawesome from "./fontawesome";
|
|
3
|
-
import forward from "./forward";
|
|
1
|
+
import fireworks from "./fireworks.js";
|
|
2
|
+
import fontawesome from "./fontawesome.js";
|
|
3
|
+
import forward from "./forward.js";
|
|
4
4
|
export default {
|
|
5
5
|
fireworks,
|
|
6
6
|
fontawesome,
|
package/esm/g/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import gifs from "./gifs";
|
|
2
|
-
import grabRandomColor from "./grabRandomColor";
|
|
3
|
-
import gradients from "./gradients";
|
|
4
|
-
import gravity from "./gravity";
|
|
5
|
-
import growing from "./growing";
|
|
1
|
+
import gifs from "./gifs.js";
|
|
2
|
+
import grabRandomColor from "./grabRandomColor.js";
|
|
3
|
+
import gradients from "./gradients.js";
|
|
4
|
+
import gravity from "./gravity.js";
|
|
5
|
+
import growing from "./growing.js";
|
|
6
6
|
export default {
|
|
7
7
|
gifs,
|
|
8
8
|
grabRandomColor,
|
package/esm/h/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import hexagonPath from "./hexagonPath";
|
|
2
|
-
import hollowknight from "./hollowknight";
|
|
3
|
-
import hyperspace from "./hyperspace";
|
|
1
|
+
import hexagonPath from "./hexagonPath.js";
|
|
2
|
+
import hollowknight from "./hollowknight.js";
|
|
3
|
+
import hyperspace from "./hyperspace.js";
|
|
4
4
|
export default {
|
|
5
5
|
hexagonPath,
|
|
6
6
|
hollowknight,
|
package/esm/i/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import imageMask from "./imageMask";
|
|
2
|
-
import images from "./images";
|
|
3
|
-
import imagesDirections from "./imagesDirections";
|
|
4
|
-
import infection from "./infection";
|
|
1
|
+
import imageMask from "./imageMask.js";
|
|
2
|
+
import images from "./images.js";
|
|
3
|
+
import imagesDirections from "./imagesDirections.js";
|
|
4
|
+
import infection from "./infection.js";
|
|
5
5
|
export default {
|
|
6
6
|
imageMask,
|
|
7
7
|
images,
|
package/esm/index.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import { tsParticles } from "@tsparticles/engine";
|
|
2
|
-
import a from "./a";
|
|
3
|
-
import b from "./b";
|
|
4
|
-
import c from "./c";
|
|
5
|
-
import d from "./d";
|
|
6
|
-
import e from "./e";
|
|
7
|
-
import f from "./f";
|
|
8
|
-
import g from "./g";
|
|
9
|
-
import h from "./h";
|
|
10
|
-
import i from "./i";
|
|
11
|
-
import j from "./j";
|
|
12
|
-
import k from "./k";
|
|
13
|
-
import l from "./l";
|
|
14
|
-
import m from "./m";
|
|
15
|
-
import n from "./n";
|
|
16
|
-
import o from "./o";
|
|
17
|
-
import p from "./p";
|
|
18
|
-
import q from "./q";
|
|
19
|
-
import r from "./r";
|
|
20
|
-
import s from "./s";
|
|
21
|
-
import t from "./t";
|
|
22
|
-
import u from "./u";
|
|
23
|
-
import v from "./v";
|
|
24
|
-
import w from "./w";
|
|
25
|
-
import x from "./x";
|
|
26
|
-
import y from "./y";
|
|
27
|
-
import z from "./z";
|
|
2
|
+
import a from "./a/index.js";
|
|
3
|
+
import b from "./b/index.js";
|
|
4
|
+
import c from "./c/index.js";
|
|
5
|
+
import d from "./d/index.js";
|
|
6
|
+
import e from "./e/index.js";
|
|
7
|
+
import f from "./f/index.js";
|
|
8
|
+
import g from "./g/index.js";
|
|
9
|
+
import h from "./h/index.js";
|
|
10
|
+
import i from "./i/index.js";
|
|
11
|
+
import j from "./j/index.js";
|
|
12
|
+
import k from "./k/index.js";
|
|
13
|
+
import l from "./l/index.js";
|
|
14
|
+
import m from "./m/index.js";
|
|
15
|
+
import n from "./n/index.js";
|
|
16
|
+
import o from "./o/index.js";
|
|
17
|
+
import p from "./p/index.js";
|
|
18
|
+
import q from "./q/index.js";
|
|
19
|
+
import r from "./r/index.js";
|
|
20
|
+
import s from "./s/index.js";
|
|
21
|
+
import t from "./t/index.js";
|
|
22
|
+
import u from "./u/index.js";
|
|
23
|
+
import v from "./v/index.js";
|
|
24
|
+
import w from "./w/index.js";
|
|
25
|
+
import x from "./x/index.js";
|
|
26
|
+
import y from "./y/index.js";
|
|
27
|
+
import z from "./z/index.js";
|
|
28
28
|
const configs = {
|
|
29
29
|
...a,
|
|
30
30
|
...b,
|
package/esm/l/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import life from "./life";
|
|
2
|
-
import lightHover from "./lightHover";
|
|
3
|
-
import linkTriangles from "./linkTriangles";
|
|
4
|
-
import localPolygonMask from "./localPolygonMask";
|
|
1
|
+
import life from "./life.js";
|
|
2
|
+
import lightHover from "./lightHover.js";
|
|
3
|
+
import linkTriangles from "./linkTriangles.js";
|
|
4
|
+
import localPolygonMask from "./localPolygonMask.js";
|
|
5
5
|
export default {
|
|
6
6
|
life,
|
|
7
7
|
lightHover,
|
package/esm/m/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import manual from "./manual";
|
|
2
|
-
import motionDisable from "./motionDisable";
|
|
3
|
-
import motionReduce from "./motionReduce";
|
|
4
|
-
import mouseAttract from "./mouseAttract";
|
|
5
|
-
import mouseBounce from "./mouseBounce";
|
|
6
|
-
import mouseFollow from "./mouseFollow";
|
|
7
|
-
import mouseTrail from "./mouseTrail";
|
|
8
|
-
import moveAngle from "./moveAngle";
|
|
9
|
-
import moveDistance from "./moveDistance";
|
|
10
|
-
import moveInside from "./moveInside";
|
|
11
|
-
import moveOutside from "./moveOutside";
|
|
12
|
-
import multipleClickEmitters from "./multipleClickEmitters";
|
|
13
|
-
import multiplePolygonMasks from "./multiplePolygonMasks";
|
|
1
|
+
import manual from "./manual.js";
|
|
2
|
+
import motionDisable from "./motionDisable.js";
|
|
3
|
+
import motionReduce from "./motionReduce.js";
|
|
4
|
+
import mouseAttract from "./mouseAttract.js";
|
|
5
|
+
import mouseBounce from "./mouseBounce.js";
|
|
6
|
+
import mouseFollow from "./mouseFollow.js";
|
|
7
|
+
import mouseTrail from "./mouseTrail.js";
|
|
8
|
+
import moveAngle from "./moveAngle.js";
|
|
9
|
+
import moveDistance from "./moveDistance.js";
|
|
10
|
+
import moveInside from "./moveInside.js";
|
|
11
|
+
import moveOutside from "./moveOutside.js";
|
|
12
|
+
import multipleClickEmitters from "./multipleClickEmitters.js";
|
|
13
|
+
import multiplePolygonMasks from "./multiplePolygonMasks.js";
|
|
14
14
|
export default {
|
|
15
15
|
manual,
|
|
16
16
|
motionDisable,
|
package/esm/n/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import nasa from "./nasa";
|
|
2
|
-
import noconfig from "./noconfig";
|
|
3
|
-
import noisePlanes from "./noisePlanes";
|
|
4
|
-
import nyancat from "./nyancat";
|
|
5
|
-
import nyancat2 from "./nyancat2";
|
|
1
|
+
import nasa from "./nasa.js";
|
|
2
|
+
import noconfig from "./noconfig.js";
|
|
3
|
+
import noisePlanes from "./noisePlanes.js";
|
|
4
|
+
import nyancat from "./nyancat.js";
|
|
5
|
+
import nyancat2 from "./nyancat2.js";
|
|
6
6
|
export default {
|
|
7
7
|
nasa,
|
|
8
8
|
noconfig,
|
package/esm/o/index.js
CHANGED
package/esm/p/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import parallax from "./parallax";
|
|
2
|
-
import pathPolygonMask from "./pathPolygonMask";
|
|
3
|
-
import pathSvg from "./pathSvg";
|
|
4
|
-
import planes from "./planes";
|
|
5
|
-
import plasma from "./plasma";
|
|
6
|
-
import polygonMask from "./polygonMask";
|
|
7
|
-
import polygons from "./polygons";
|
|
1
|
+
import parallax from "./parallax.js";
|
|
2
|
+
import pathPolygonMask from "./pathPolygonMask.js";
|
|
3
|
+
import pathSvg from "./pathSvg.js";
|
|
4
|
+
import planes from "./planes.js";
|
|
5
|
+
import plasma from "./plasma.js";
|
|
6
|
+
import polygonMask from "./polygonMask.js";
|
|
7
|
+
import polygons from "./polygons.js";
|
|
8
8
|
export default {
|
|
9
9
|
parallax,
|
|
10
10
|
pathPolygonMask,
|
package/esm/package.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "type": "module" }
|
package/esm/r/index.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import random from "./random";
|
|
2
|
-
import reactBubbles from "./reactBubbles";
|
|
3
|
-
import reactDefaults from "./reactDefaults";
|
|
4
|
-
import reactMultipleImages from "./reactMultipleImages";
|
|
5
|
-
import reactNightSky from "./reactNightSky";
|
|
6
|
-
import reactPolygonMask from "./reactPolygonMask";
|
|
7
|
-
import reactSimple from "./reactSimple";
|
|
8
|
-
import reactSnow from "./reactSnow";
|
|
9
|
-
import reduceDuplicates from "./reduceDuplicates";
|
|
10
|
-
import repulse from "./repulse";
|
|
11
|
-
import repulseBack from "./repulseBack";
|
|
12
|
-
import repulseCirc from "./repulseCirc";
|
|
13
|
-
import repulseCubic from "./repulseCubic";
|
|
14
|
-
import repulseExpo from "./repulseExpo";
|
|
15
|
-
import repulseQuart from "./repulseQuart";
|
|
16
|
-
import repulseQuint from "./repulseQuint";
|
|
17
|
-
import repulseSine from "./repulseSine";
|
|
18
|
-
import responsive from "./responsive";
|
|
19
|
-
import ring from "./ring";
|
|
1
|
+
import random from "./random.js";
|
|
2
|
+
import reactBubbles from "./reactBubbles.js";
|
|
3
|
+
import reactDefaults from "./reactDefaults.js";
|
|
4
|
+
import reactMultipleImages from "./reactMultipleImages.js";
|
|
5
|
+
import reactNightSky from "./reactNightSky.js";
|
|
6
|
+
import reactPolygonMask from "./reactPolygonMask.js";
|
|
7
|
+
import reactSimple from "./reactSimple.js";
|
|
8
|
+
import reactSnow from "./reactSnow.js";
|
|
9
|
+
import reduceDuplicates from "./reduceDuplicates.js";
|
|
10
|
+
import repulse from "./repulse.js";
|
|
11
|
+
import repulseBack from "./repulseBack.js";
|
|
12
|
+
import repulseCirc from "./repulseCirc.js";
|
|
13
|
+
import repulseCubic from "./repulseCubic.js";
|
|
14
|
+
import repulseExpo from "./repulseExpo.js";
|
|
15
|
+
import repulseQuart from "./repulseQuart.js";
|
|
16
|
+
import repulseQuint from "./repulseQuint.js";
|
|
17
|
+
import repulseSine from "./repulseSine.js";
|
|
18
|
+
import responsive from "./responsive.js";
|
|
19
|
+
import ring from "./ring.js";
|
|
20
20
|
export default {
|
|
21
21
|
random,
|
|
22
22
|
reactBubbles,
|
package/esm/s/index.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import seaAnemone from "./seaAnemone";
|
|
2
|
-
import shadow from "./shadow";
|
|
3
|
-
import shapeArrow from "./shapeArrow";
|
|
4
|
-
import shapeBubble from "./shapeBubble";
|
|
5
|
-
import shapeCog from "./shapeCog";
|
|
6
|
-
import shapeHeart from "./shapeHeart";
|
|
7
|
-
import shapeMultilineText from "./shapeMultilineText";
|
|
8
|
-
import shapeOptions from "./shapeOptions";
|
|
9
|
-
import shapePath from "./shapePath";
|
|
10
|
-
import shapeRoundedPolygon from "./shapeRoundedPolygon";
|
|
11
|
-
import shapeRoundedRect from "./shapeRoundedRect";
|
|
12
|
-
import shapeSpiral from "./shapeSpiral";
|
|
13
|
-
import slow from "./slow";
|
|
14
|
-
import snow from "./snow";
|
|
15
|
-
import soundsAudio from "./soundsAudio";
|
|
16
|
-
import soundsLoop from "./soundsLoop";
|
|
17
|
-
import soundsMelodies from "./soundsMelodies";
|
|
18
|
-
import soundsMelodyLoop from "./soundsMelodyLoop";
|
|
19
|
-
import soundsNotes from "./soundsNotes";
|
|
20
|
-
import speedDecay from "./speedDecay";
|
|
21
|
-
import spin from "./spin";
|
|
22
|
-
import star from "./star";
|
|
23
|
-
import strokeAnimation from "./strokeAnimation";
|
|
24
|
-
import style from "./style";
|
|
25
|
-
import svgReplace from "./svgReplace";
|
|
1
|
+
import seaAnemone from "./seaAnemone.js";
|
|
2
|
+
import shadow from "./shadow.js";
|
|
3
|
+
import shapeArrow from "./shapeArrow.js";
|
|
4
|
+
import shapeBubble from "./shapeBubble.js";
|
|
5
|
+
import shapeCog from "./shapeCog.js";
|
|
6
|
+
import shapeHeart from "./shapeHeart.js";
|
|
7
|
+
import shapeMultilineText from "./shapeMultilineText.js";
|
|
8
|
+
import shapeOptions from "./shapeOptions.js";
|
|
9
|
+
import shapePath from "./shapePath.js";
|
|
10
|
+
import shapeRoundedPolygon from "./shapeRoundedPolygon.js";
|
|
11
|
+
import shapeRoundedRect from "./shapeRoundedRect.js";
|
|
12
|
+
import shapeSpiral from "./shapeSpiral.js";
|
|
13
|
+
import slow from "./slow.js";
|
|
14
|
+
import snow from "./snow.js";
|
|
15
|
+
import soundsAudio from "./soundsAudio.js";
|
|
16
|
+
import soundsLoop from "./soundsLoop.js";
|
|
17
|
+
import soundsMelodies from "./soundsMelodies.js";
|
|
18
|
+
import soundsMelodyLoop from "./soundsMelodyLoop.js";
|
|
19
|
+
import soundsNotes from "./soundsNotes.js";
|
|
20
|
+
import speedDecay from "./speedDecay.js";
|
|
21
|
+
import spin from "./spin.js";
|
|
22
|
+
import star from "./star.js";
|
|
23
|
+
import strokeAnimation from "./strokeAnimation.js";
|
|
24
|
+
import style from "./style.js";
|
|
25
|
+
import svgReplace from "./svgReplace.js";
|
|
26
26
|
export default {
|
|
27
27
|
seaAnemone,
|
|
28
28
|
shadow,
|
package/esm/t/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import test from "./test";
|
|
2
|
-
import textMask from "./textMask";
|
|
3
|
-
import textMaskMultiline from "./textMaskMultiline";
|
|
4
|
-
import themes from "./themes";
|
|
5
|
-
import tilt from "./tilt";
|
|
6
|
-
import trail from "./trail";
|
|
7
|
-
import trailImage from "./trailImage";
|
|
8
|
-
import triangles from "./triangles";
|
|
9
|
-
import twinkle from "./twinkle";
|
|
1
|
+
import test from "./test.js";
|
|
2
|
+
import textMask from "./textMask.js";
|
|
3
|
+
import textMaskMultiline from "./textMaskMultiline.js";
|
|
4
|
+
import themes from "./themes.js";
|
|
5
|
+
import tilt from "./tilt.js";
|
|
6
|
+
import trail from "./trail.js";
|
|
7
|
+
import trailImage from "./trailImage.js";
|
|
8
|
+
import triangles from "./triangles.js";
|
|
9
|
+
import twinkle from "./twinkle.js";
|
|
10
10
|
export default {
|
|
11
11
|
test,
|
|
12
12
|
textMask,
|
package/esm/v/index.js
CHANGED
package/esm/w/index.js
CHANGED
package/esm/z/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/configs",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.2",
|
|
4
4
|
"description": "tsParticles demo configurations",
|
|
5
5
|
"homepage": "https://particles.js.org",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/
|
|
8
|
+
"url": "git+https://github.com/tsparticles/tsparticles.git",
|
|
9
9
|
"directory": "utils/configs"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"author": "Matteo Bruni <matteo.bruni@me.com>",
|
|
65
65
|
"license": "MIT",
|
|
66
66
|
"bugs": {
|
|
67
|
-
"url": "https://github.com/
|
|
67
|
+
"url": "https://github.com/tsparticles/tsparticles/issues"
|
|
68
68
|
},
|
|
69
69
|
"funding": [
|
|
70
70
|
{
|
|
@@ -80,14 +80,26 @@
|
|
|
80
80
|
"url": "https://www.buymeacoffee.com/matteobruni"
|
|
81
81
|
}
|
|
82
82
|
],
|
|
83
|
-
"
|
|
83
|
+
"sideEffects": false,
|
|
84
84
|
"jsdelivr": "tsparticles.configs.min.js",
|
|
85
85
|
"unpkg": "tsparticles.configs.min.js",
|
|
86
|
+
"browser": "browser/index.js",
|
|
87
|
+
"main": "cjs/index.js",
|
|
86
88
|
"module": "esm/index.js",
|
|
87
89
|
"types": "types/index.d.ts",
|
|
88
|
-
"
|
|
90
|
+
"exports": {
|
|
91
|
+
".": {
|
|
92
|
+
"types": "./types/index.d.ts",
|
|
93
|
+
"browser": "./browser/index.js",
|
|
94
|
+
"import": "./esm/index.js",
|
|
95
|
+
"require": "./cjs/index.js",
|
|
96
|
+
"umd": "./umd/index.js",
|
|
97
|
+
"default": "./cjs/index.js"
|
|
98
|
+
},
|
|
99
|
+
"./package.json": "./package.json"
|
|
100
|
+
},
|
|
89
101
|
"dependencies": {
|
|
90
|
-
"@tsparticles/engine": "^3.0.0-beta.
|
|
102
|
+
"@tsparticles/engine": "^3.0.0-beta.2"
|
|
91
103
|
},
|
|
92
104
|
"publishConfig": {
|
|
93
105
|
"access": "public"
|