@tsparticles/configs 4.0.5 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/browser/f/fallingConfettiWithRibbons.js +218 -0
  2. package/browser/f/index.js +2 -0
  3. package/browser/m/index.js +2 -0
  4. package/browser/m/musicEmitter.js +78 -0
  5. package/browser/r/index.js +0 -14
  6. package/browser/s/index.js +2 -0
  7. package/browser/s/shapeRibbon.js +73 -0
  8. package/cjs/f/fallingConfettiWithRibbons.js +218 -0
  9. package/cjs/f/index.js +2 -0
  10. package/cjs/m/index.js +2 -0
  11. package/cjs/m/musicEmitter.js +78 -0
  12. package/cjs/r/index.js +0 -14
  13. package/cjs/s/index.js +2 -0
  14. package/cjs/s/shapeRibbon.js +73 -0
  15. package/esm/f/fallingConfettiWithRibbons.js +218 -0
  16. package/esm/f/index.js +2 -0
  17. package/esm/m/index.js +2 -0
  18. package/esm/m/musicEmitter.js +78 -0
  19. package/esm/r/index.js +0 -14
  20. package/esm/s/index.js +2 -0
  21. package/esm/s/shapeRibbon.js +73 -0
  22. package/package.json +2 -2
  23. package/report.html +1 -1
  24. package/tsparticles.configs.js +822 -1079
  25. package/tsparticles.configs.min.js +1 -1
  26. package/types/f/index.d.ts +1 -0
  27. package/types/index.d.ts +3 -7
  28. package/types/index.lazy.d.ts +3 -7
  29. package/types/m/index.d.ts +1 -0
  30. package/types/r/index.d.ts +0 -7
  31. package/types/s/index.d.ts +1 -0
  32. package/browser/r/reactBubbles.js +0 -104
  33. package/browser/r/reactDefaults.js +0 -53
  34. package/browser/r/reactMultipleImages.js +0 -92
  35. package/browser/r/reactNightSky.js +0 -79
  36. package/browser/r/reactPolygonMask.js +0 -96
  37. package/browser/r/reactSimple.js +0 -90
  38. package/browser/r/reactSnow.js +0 -108
  39. package/cjs/r/reactBubbles.js +0 -104
  40. package/cjs/r/reactDefaults.js +0 -53
  41. package/cjs/r/reactMultipleImages.js +0 -92
  42. package/cjs/r/reactNightSky.js +0 -79
  43. package/cjs/r/reactPolygonMask.js +0 -96
  44. package/cjs/r/reactSimple.js +0 -90
  45. package/cjs/r/reactSnow.js +0 -108
  46. package/esm/r/reactBubbles.js +0 -104
  47. package/esm/r/reactDefaults.js +0 -53
  48. package/esm/r/reactMultipleImages.js +0 -92
  49. package/esm/r/reactNightSky.js +0 -79
  50. package/esm/r/reactPolygonMask.js +0 -96
  51. package/esm/r/reactSimple.js +0 -90
  52. package/esm/r/reactSnow.js +0 -108
  53. package/types/r/reactNightSky.d.ts +0 -3
  54. package/types/r/reactPolygonMask.d.ts +0 -3
  55. package/types/r/reactSimple.d.ts +0 -3
  56. package/types/r/reactSnow.d.ts +0 -3
  57. /package/types/{r/reactBubbles.d.ts → f/fallingConfettiWithRibbons.d.ts} +0 -0
  58. /package/types/{r/reactDefaults.d.ts → m/musicEmitter.d.ts} +0 -0
  59. /package/types/{r/reactMultipleImages.d.ts → s/shapeRibbon.d.ts} +0 -0
@@ -1,108 +0,0 @@
1
- const options = {
2
- key: "reactSnow",
3
- name: "React Snow",
4
- interactivity: {
5
- events: {
6
- onClick: {
7
- enable: true,
8
- mode: "remove",
9
- },
10
- },
11
- modes: {
12
- bubble: {
13
- distance: 200,
14
- duration: 0.4,
15
- opacity: 1,
16
- size: 80,
17
- },
18
- connect: {
19
- distance: 80,
20
- links: {
21
- opacity: 0.5,
22
- },
23
- radius: 60,
24
- },
25
- grab: {
26
- distance: 180,
27
- links: {
28
- opacity: 0.35,
29
- },
30
- },
31
- push: {
32
- quantity: 4,
33
- },
34
- remove: {
35
- quantity: 10,
36
- },
37
- repulse: {
38
- distance: 100,
39
- duration: 5,
40
- },
41
- slow: {
42
- factor: 1,
43
- radius: 0,
44
- },
45
- },
46
- },
47
- particles: {
48
- paint: {
49
- fill: {
50
- color: {
51
- value: "#FFF",
52
- },
53
- enable: true,
54
- },
55
- },
56
- links: {
57
- blink: false,
58
- color: {
59
- value: "#fff",
60
- },
61
- consent: false,
62
- distance: 150,
63
- enable: false,
64
- opacity: 0.6,
65
- width: 1,
66
- },
67
- move: {
68
- direction: "bottom",
69
- enable: true,
70
- speed: 3,
71
- },
72
- collisions: {
73
- enable: true,
74
- },
75
- number: {
76
- value: 160,
77
- },
78
- opacity: {
79
- animation: {
80
- enable: true,
81
- speed: 1,
82
- sync: false,
83
- },
84
- value: {
85
- min: 0.1,
86
- max: 0.5,
87
- },
88
- },
89
- shape: {
90
- type: "circle",
91
- },
92
- size: {
93
- value: {
94
- min: 1,
95
- max: 10,
96
- },
97
- },
98
- },
99
- pauseOnBlur: true,
100
- background: {
101
- color: "#0d47a1",
102
- image: "",
103
- position: "50% 50%",
104
- repeat: "no-repeat",
105
- size: "cover",
106
- },
107
- };
108
- export default options;
@@ -1,3 +0,0 @@
1
- import type { ISourceOptions } from "@tsparticles/engine";
2
- declare const options: ISourceOptions;
3
- export default options;
@@ -1,3 +0,0 @@
1
- import type { ISourceOptions } from "@tsparticles/engine";
2
- declare const options: ISourceOptions;
3
- export default options;
@@ -1,3 +0,0 @@
1
- import type { ISourceOptions } from "@tsparticles/engine";
2
- declare const options: ISourceOptions;
3
- export default options;
@@ -1,3 +0,0 @@
1
- import type { ISourceOptions } from "@tsparticles/engine";
2
- declare const options: ISourceOptions;
3
- export default options;