@tsparticles/configs 3.0.0-beta.0 → 3.0.0-beta.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.
Files changed (90) hide show
  1. package/browser/b/index.js +5 -5
  2. package/browser/bundle.js +1 -1
  3. package/browser/c/index.js +10 -10
  4. package/browser/d/index.js +9 -9
  5. package/browser/e/index.js +6 -6
  6. package/browser/f/index.js +3 -3
  7. package/browser/g/index.js +5 -5
  8. package/browser/h/index.js +3 -3
  9. package/browser/i/index.js +4 -4
  10. package/browser/l/index.js +4 -4
  11. package/browser/m/index.js +13 -13
  12. package/browser/n/index.js +5 -5
  13. package/browser/o/index.js +1 -1
  14. package/browser/p/index.js +7 -7
  15. package/browser/package.json +1 -0
  16. package/browser/r/index.js +19 -19
  17. package/browser/s/index.js +25 -25
  18. package/browser/t/index.js +9 -9
  19. package/browser/v/index.js +2 -2
  20. package/browser/w/index.js +2 -2
  21. package/browser/z/index.js +1 -1
  22. package/cjs/b/index.js +10 -10
  23. package/cjs/bundle.js +1 -1
  24. package/cjs/c/index.js +20 -20
  25. package/cjs/d/index.js +18 -18
  26. package/cjs/e/index.js +12 -12
  27. package/cjs/f/index.js +6 -6
  28. package/cjs/g/index.js +10 -10
  29. package/cjs/h/index.js +6 -6
  30. package/cjs/i/index.js +8 -8
  31. package/cjs/l/index.js +8 -8
  32. package/cjs/m/index.js +26 -26
  33. package/cjs/n/index.js +10 -10
  34. package/cjs/o/index.js +2 -2
  35. package/cjs/p/index.js +14 -14
  36. package/cjs/package.json +1 -0
  37. package/cjs/r/index.js +38 -38
  38. package/cjs/s/index.js +50 -50
  39. package/cjs/t/index.js +18 -18
  40. package/cjs/v/index.js +4 -4
  41. package/cjs/w/index.js +4 -4
  42. package/cjs/z/index.js +2 -2
  43. package/esm/b/index.js +5 -5
  44. package/esm/bundle.js +1 -1
  45. package/esm/c/index.js +10 -10
  46. package/esm/d/index.js +9 -9
  47. package/esm/e/index.js +6 -6
  48. package/esm/f/index.js +3 -3
  49. package/esm/g/index.js +5 -5
  50. package/esm/h/index.js +3 -3
  51. package/esm/i/index.js +4 -4
  52. package/esm/l/index.js +4 -4
  53. package/esm/m/index.js +13 -13
  54. package/esm/n/index.js +5 -5
  55. package/esm/o/index.js +1 -1
  56. package/esm/p/index.js +7 -7
  57. package/esm/package.json +1 -0
  58. package/esm/r/index.js +19 -19
  59. package/esm/s/index.js +25 -25
  60. package/esm/t/index.js +9 -9
  61. package/esm/v/index.js +2 -2
  62. package/esm/w/index.js +2 -2
  63. package/esm/z/index.js +1 -1
  64. package/package.json +16 -4
  65. package/report.html +2 -2
  66. package/tsparticles.configs.bundle.js +1 -1
  67. package/tsparticles.configs.bundle.min.js.LICENSE.txt +1 -1
  68. package/tsparticles.configs.js +1 -1
  69. package/tsparticles.configs.min.js.LICENSE.txt +1 -1
  70. package/types/bundle.d.ts +1 -1
  71. package/umd/b/index.js +11 -11
  72. package/umd/bundle.js +2 -2
  73. package/umd/c/index.js +21 -21
  74. package/umd/d/index.js +19 -19
  75. package/umd/e/index.js +13 -13
  76. package/umd/f/index.js +7 -7
  77. package/umd/g/index.js +11 -11
  78. package/umd/h/index.js +7 -7
  79. package/umd/i/index.js +9 -9
  80. package/umd/l/index.js +9 -9
  81. package/umd/m/index.js +27 -27
  82. package/umd/n/index.js +11 -11
  83. package/umd/o/index.js +3 -3
  84. package/umd/p/index.js +15 -15
  85. package/umd/r/index.js +39 -39
  86. package/umd/s/index.js +51 -51
  87. package/umd/t/index.js +19 -19
  88. package/umd/v/index.js +5 -5
  89. package/umd/w/index.js +5 -5
  90. package/umd/z/index.js +3 -3
@@ -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/browser/bundle.js CHANGED
@@ -1 +1 @@
1
- export * from "./index";
1
+ export * from "./index.js";
@@ -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,
@@ -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,
@@ -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,
@@ -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,
@@ -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,
@@ -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,
@@ -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,
@@ -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,
@@ -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,
@@ -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,
@@ -1,4 +1,4 @@
1
- import orbit from "./orbit";
1
+ import orbit from "./orbit.js";
2
2
  export default {
3
3
  orbit,
4
4
  };
@@ -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,
@@ -0,0 +1 @@
1
+ { "type": "module" }
@@ -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,
@@ -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,
@@ -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,
@@ -1,5 +1,5 @@
1
- import vibrate from "./vibrate";
2
- import virus from "./virus";
1
+ import vibrate from "./vibrate.js";
2
+ import virus from "./virus.js";
3
3
  export default {
4
4
  vibrate,
5
5
  virus,
@@ -1,5 +1,5 @@
1
- import warp from "./warp";
2
- import wobble from "./wobble";
1
+ import warp from "./warp.js";
2
+ import wobble from "./wobble.js";
3
3
  export default {
4
4
  warp,
5
5
  wobble,
@@ -1,4 +1,4 @@
1
- import zIndex from "./zIndex";
1
+ import zIndex from "./zIndex.js";
2
2
  export default {
3
3
  zIndex,
4
4
  };
package/cjs/b/index.js CHANGED
@@ -3,15 +3,15 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const backgroundMask_1 = __importDefault(require("./backgroundMask"));
7
- const basic_1 = __importDefault(require("./basic"));
8
- const big_1 = __importDefault(require("./big"));
9
- const blackHole_1 = __importDefault(require("./blackHole"));
10
- const bubble_1 = __importDefault(require("./bubble"));
6
+ const backgroundMask_js_1 = __importDefault(require("./backgroundMask.js"));
7
+ const basic_js_1 = __importDefault(require("./basic.js"));
8
+ const big_js_1 = __importDefault(require("./big.js"));
9
+ const blackHole_js_1 = __importDefault(require("./blackHole.js"));
10
+ const bubble_js_1 = __importDefault(require("./bubble.js"));
11
11
  exports.default = {
12
- backgroundMask: backgroundMask_1.default,
13
- basic: basic_1.default,
14
- big: big_1.default,
15
- blackHole: blackHole_1.default,
16
- bubble: bubble_1.default,
12
+ backgroundMask: backgroundMask_js_1.default,
13
+ basic: basic_js_1.default,
14
+ big: big_js_1.default,
15
+ blackHole: blackHole_js_1.default,
16
+ bubble: bubble_js_1.default,
17
17
  };
package/cjs/bundle.js CHANGED
@@ -14,4 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./index"), exports);
17
+ __exportStar(require("./index.js"), exports);
package/cjs/c/index.js CHANGED
@@ -3,25 +3,25 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const cards_1 = __importDefault(require("./cards"));
7
- const chars_1 = __importDefault(require("./chars"));
8
- const clickPause_1 = __importDefault(require("./clickPause"));
9
- const collisionsAbsorb_1 = __importDefault(require("./collisionsAbsorb"));
10
- const collisionsBounce_1 = __importDefault(require("./collisionsBounce"));
11
- const collisionsDestroy_1 = __importDefault(require("./collisionsDestroy"));
12
- const colorAnimation_1 = __importDefault(require("./colorAnimation"));
13
- const connect_1 = __importDefault(require("./connect"));
14
- const customPreset_1 = __importDefault(require("./customPreset"));
15
- const customShape_1 = __importDefault(require("./customShape"));
6
+ const cards_js_1 = __importDefault(require("./cards.js"));
7
+ const chars_js_1 = __importDefault(require("./chars.js"));
8
+ const clickPause_js_1 = __importDefault(require("./clickPause.js"));
9
+ const collisionsAbsorb_js_1 = __importDefault(require("./collisionsAbsorb.js"));
10
+ const collisionsBounce_js_1 = __importDefault(require("./collisionsBounce.js"));
11
+ const collisionsDestroy_js_1 = __importDefault(require("./collisionsDestroy.js"));
12
+ const colorAnimation_js_1 = __importDefault(require("./colorAnimation.js"));
13
+ const connect_js_1 = __importDefault(require("./connect.js"));
14
+ const customPreset_js_1 = __importDefault(require("./customPreset.js"));
15
+ const customShape_js_1 = __importDefault(require("./customShape.js"));
16
16
  exports.default = {
17
- cards: cards_1.default,
18
- chars: chars_1.default,
19
- clickPause: clickPause_1.default,
20
- collisionsAbsorb: collisionsAbsorb_1.default,
21
- collisionsBounce: collisionsBounce_1.default,
22
- collisionsDestroy: collisionsDestroy_1.default,
23
- colorAnimation: colorAnimation_1.default,
24
- connect: connect_1.default,
25
- customPreset: customPreset_1.default,
26
- customShape: customShape_1.default,
17
+ cards: cards_js_1.default,
18
+ chars: chars_js_1.default,
19
+ clickPause: clickPause_js_1.default,
20
+ collisionsAbsorb: collisionsAbsorb_js_1.default,
21
+ collisionsBounce: collisionsBounce_js_1.default,
22
+ collisionsDestroy: collisionsDestroy_js_1.default,
23
+ colorAnimation: colorAnimation_js_1.default,
24
+ connect: connect_js_1.default,
25
+ customPreset: customPreset_js_1.default,
26
+ customShape: customShape_js_1.default,
27
27
  };
package/cjs/d/index.js CHANGED
@@ -3,23 +3,23 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const dataImages_1 = __importDefault(require("./dataImages"));
7
- const delay_1 = __importDefault(require("./delay"));
8
- const delayColor_1 = __importDefault(require("./delayColor"));
9
- const delayOpacity_1 = __importDefault(require("./delayOpacity"));
10
- const delaySize_1 = __importDefault(require("./delaySize"));
11
- const delayStrokeColor_1 = __importDefault(require("./delayStrokeColor"));
12
- const destroy_1 = __importDefault(require("./destroy"));
13
- const disappearing_1 = __importDefault(require("./disappearing"));
14
- const divEvents_1 = __importDefault(require("./divEvents"));
6
+ const dataImages_js_1 = __importDefault(require("./dataImages.js"));
7
+ const delay_js_1 = __importDefault(require("./delay.js"));
8
+ const delayColor_js_1 = __importDefault(require("./delayColor.js"));
9
+ const delayOpacity_js_1 = __importDefault(require("./delayOpacity.js"));
10
+ const delaySize_js_1 = __importDefault(require("./delaySize.js"));
11
+ const delayStrokeColor_js_1 = __importDefault(require("./delayStrokeColor.js"));
12
+ const destroy_js_1 = __importDefault(require("./destroy.js"));
13
+ const disappearing_js_1 = __importDefault(require("./disappearing.js"));
14
+ const divEvents_js_1 = __importDefault(require("./divEvents.js"));
15
15
  exports.default = {
16
- dataImages: dataImages_1.default,
17
- delay: delay_1.default,
18
- delayColor: delayColor_1.default,
19
- delayOpacity: delayOpacity_1.default,
20
- delaySize: delaySize_1.default,
21
- delayStrokeColor: delayStrokeColor_1.default,
22
- destroy: destroy_1.default,
23
- disappearing: disappearing_1.default,
24
- divEvents: divEvents_1.default,
16
+ dataImages: dataImages_js_1.default,
17
+ delay: delay_js_1.default,
18
+ delayColor: delayColor_js_1.default,
19
+ delayOpacity: delayOpacity_js_1.default,
20
+ delaySize: delaySize_js_1.default,
21
+ delayStrokeColor: delayStrokeColor_js_1.default,
22
+ destroy: destroy_js_1.default,
23
+ disappearing: disappearing_js_1.default,
24
+ divEvents: divEvents_js_1.default,
25
25
  };
package/cjs/e/index.js CHANGED
@@ -3,17 +3,17 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const emitter_1 = __importDefault(require("./emitter"));
7
- const emitterAbsorber_1 = __importDefault(require("./emitterAbsorber"));
8
- const emitterAngled_1 = __importDefault(require("./emitterAngled"));
9
- const emitterImages_1 = __importDefault(require("./emitterImages"));
10
- const emitterPaths_1 = __importDefault(require("./emitterPaths"));
11
- const emitterShapes_1 = __importDefault(require("./emitterShapes"));
6
+ const emitter_js_1 = __importDefault(require("./emitter.js"));
7
+ const emitterAbsorber_js_1 = __importDefault(require("./emitterAbsorber.js"));
8
+ const emitterAngled_js_1 = __importDefault(require("./emitterAngled.js"));
9
+ const emitterImages_js_1 = __importDefault(require("./emitterImages.js"));
10
+ const emitterPaths_js_1 = __importDefault(require("./emitterPaths.js"));
11
+ const emitterShapes_js_1 = __importDefault(require("./emitterShapes.js"));
12
12
  exports.default = {
13
- emitter: emitter_1.default,
14
- emitterAbsorber: emitterAbsorber_1.default,
15
- emitterAngled: emitterAngled_1.default,
16
- emitterImages: emitterImages_1.default,
17
- emitterPaths: emitterPaths_1.default,
18
- emitterShapes: emitterShapes_1.default,
13
+ emitter: emitter_js_1.default,
14
+ emitterAbsorber: emitterAbsorber_js_1.default,
15
+ emitterAngled: emitterAngled_js_1.default,
16
+ emitterImages: emitterImages_js_1.default,
17
+ emitterPaths: emitterPaths_js_1.default,
18
+ emitterShapes: emitterShapes_js_1.default,
19
19
  };
package/cjs/f/index.js CHANGED
@@ -3,11 +3,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const fireworks_1 = __importDefault(require("./fireworks"));
7
- const fontawesome_1 = __importDefault(require("./fontawesome"));
8
- const forward_1 = __importDefault(require("./forward"));
6
+ const fireworks_js_1 = __importDefault(require("./fireworks.js"));
7
+ const fontawesome_js_1 = __importDefault(require("./fontawesome.js"));
8
+ const forward_js_1 = __importDefault(require("./forward.js"));
9
9
  exports.default = {
10
- fireworks: fireworks_1.default,
11
- fontawesome: fontawesome_1.default,
12
- forward: forward_1.default,
10
+ fireworks: fireworks_js_1.default,
11
+ fontawesome: fontawesome_js_1.default,
12
+ forward: forward_js_1.default,
13
13
  };
package/cjs/g/index.js CHANGED
@@ -3,15 +3,15 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const gifs_1 = __importDefault(require("./gifs"));
7
- const grabRandomColor_1 = __importDefault(require("./grabRandomColor"));
8
- const gradients_1 = __importDefault(require("./gradients"));
9
- const gravity_1 = __importDefault(require("./gravity"));
10
- const growing_1 = __importDefault(require("./growing"));
6
+ const gifs_js_1 = __importDefault(require("./gifs.js"));
7
+ const grabRandomColor_js_1 = __importDefault(require("./grabRandomColor.js"));
8
+ const gradients_js_1 = __importDefault(require("./gradients.js"));
9
+ const gravity_js_1 = __importDefault(require("./gravity.js"));
10
+ const growing_js_1 = __importDefault(require("./growing.js"));
11
11
  exports.default = {
12
- gifs: gifs_1.default,
13
- grabRandomColor: grabRandomColor_1.default,
14
- gradients: gradients_1.default,
15
- gravity: gravity_1.default,
16
- growing: growing_1.default,
12
+ gifs: gifs_js_1.default,
13
+ grabRandomColor: grabRandomColor_js_1.default,
14
+ gradients: gradients_js_1.default,
15
+ gravity: gravity_js_1.default,
16
+ growing: growing_js_1.default,
17
17
  };
package/cjs/h/index.js CHANGED
@@ -3,11 +3,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const hexagonPath_1 = __importDefault(require("./hexagonPath"));
7
- const hollowknight_1 = __importDefault(require("./hollowknight"));
8
- const hyperspace_1 = __importDefault(require("./hyperspace"));
6
+ const hexagonPath_js_1 = __importDefault(require("./hexagonPath.js"));
7
+ const hollowknight_js_1 = __importDefault(require("./hollowknight.js"));
8
+ const hyperspace_js_1 = __importDefault(require("./hyperspace.js"));
9
9
  exports.default = {
10
- hexagonPath: hexagonPath_1.default,
11
- hollowknight: hollowknight_1.default,
12
- hyperspace: hyperspace_1.default,
10
+ hexagonPath: hexagonPath_js_1.default,
11
+ hollowknight: hollowknight_js_1.default,
12
+ hyperspace: hyperspace_js_1.default,
13
13
  };
package/cjs/i/index.js CHANGED
@@ -3,13 +3,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const imageMask_1 = __importDefault(require("./imageMask"));
7
- const images_1 = __importDefault(require("./images"));
8
- const imagesDirections_1 = __importDefault(require("./imagesDirections"));
9
- const infection_1 = __importDefault(require("./infection"));
6
+ const imageMask_js_1 = __importDefault(require("./imageMask.js"));
7
+ const images_js_1 = __importDefault(require("./images.js"));
8
+ const imagesDirections_js_1 = __importDefault(require("./imagesDirections.js"));
9
+ const infection_js_1 = __importDefault(require("./infection.js"));
10
10
  exports.default = {
11
- imageMask: imageMask_1.default,
12
- images: images_1.default,
13
- imagesDirections: imagesDirections_1.default,
14
- infection: infection_1.default,
11
+ imageMask: imageMask_js_1.default,
12
+ images: images_js_1.default,
13
+ imagesDirections: imagesDirections_js_1.default,
14
+ infection: infection_js_1.default,
15
15
  };