@tsparticles/all 4.0.1 → 4.0.3
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/README.md +0 -2
- package/browser/index.js +1 -3
- package/browser/index.lazy.js +2 -4
- package/cjs/index.js +1 -3
- package/cjs/index.lazy.js +2 -4
- package/esm/index.js +1 -3
- package/esm/index.lazy.js +2 -4
- package/package.json +78 -79
- package/report.html +1 -1
- package/tsparticles.all.bundle.js +228 -228
- package/tsparticles.all.bundle.min.js +1 -1
- package/tsparticles.all.js +6 -7
- package/tsparticles.all.min.js +1 -1
package/README.md
CHANGED
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
- [@tsparticles/path-svg](https://github.com/tsparticles/tsparticles/tree/main/paths/svg)
|
|
36
36
|
- [@tsparticles/path-zig-zag](https://github.com/tsparticles/tsparticles/tree/main/paths/zigzag)
|
|
37
37
|
- [@tsparticles/plugin-background-mask](https://github.com/tsparticles/tsparticles/tree/main/plugins/backgroundMask)
|
|
38
|
-
- [@tsparticles/plugin-blend](https://github.com/tsparticles/tsparticles/tree/main/plugins/blend)
|
|
39
38
|
- [@tsparticles/plugin-canvas-mask](https://github.com/tsparticles/tsparticles/tree/main/plugins/canvasMask)
|
|
40
39
|
- [@tsparticles/plugin-easing-back](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/back)
|
|
41
40
|
- [@tsparticles/plugin-easing-bounce](https://github.com/tsparticles/tsparticles/tree/main/plugins/easings/bounce)
|
|
@@ -136,7 +135,6 @@ end
|
|
|
136
135
|
|
|
137
136
|
subgraph p [Plugins]
|
|
138
137
|
pbm[tsparticles/plugin-background-mask]
|
|
139
|
-
pbl[tsparticles/plugin-blend]
|
|
140
138
|
pcm[tsparticles/plugin-canvas-mask]
|
|
141
139
|
phsv[tsparticles/plugin-hsv-color]
|
|
142
140
|
phwb[tsparticles/plugin-hwb-color]
|
package/browser/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { loadArrowShape } from "@tsparticles/shape-arrow";
|
|
2
2
|
import { loadBackgroundMaskPlugin } from "@tsparticles/plugin-background-mask";
|
|
3
|
-
import { loadBlendPlugin } from "@tsparticles/plugin-blend";
|
|
4
3
|
import { loadBranchesPath } from "@tsparticles/path-branches";
|
|
5
4
|
import { loadBrownianPath } from "@tsparticles/path-brownian";
|
|
6
5
|
import { loadBubbleEffect } from "@tsparticles/effect-bubble";
|
|
@@ -76,7 +75,7 @@ import { loadTrailPlugin } from "@tsparticles/plugin-trail";
|
|
|
76
75
|
import { loadZigZagPath } from "@tsparticles/path-zig-zag";
|
|
77
76
|
import { loadZoomPlugin } from "@tsparticles/plugin-zoom";
|
|
78
77
|
export async function loadAll(engine) {
|
|
79
|
-
engine.checkVersion("4.0.
|
|
78
|
+
engine.checkVersion("4.0.3");
|
|
80
79
|
await engine.pluginManager.register(async (e) => {
|
|
81
80
|
const loadInteractionsForAll = async (e) => {
|
|
82
81
|
await loadFull(e);
|
|
@@ -129,7 +128,6 @@ export async function loadAll(engine) {
|
|
|
129
128
|
loadEasingSinePlugin(e),
|
|
130
129
|
loadEasingSmoothstepPlugin(e),
|
|
131
130
|
loadBackgroundMaskPlugin(e),
|
|
132
|
-
loadBlendPlugin(e),
|
|
133
131
|
loadCanvasMaskPlugin(e),
|
|
134
132
|
loadManualParticlesPlugin(e),
|
|
135
133
|
loadMotionPlugin(e),
|
package/browser/index.lazy.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export async function loadAll(engine) {
|
|
2
|
-
engine.checkVersion("4.0.
|
|
2
|
+
engine.checkVersion("4.0.3");
|
|
3
3
|
await engine.pluginManager.register(async (e) => {
|
|
4
|
-
const [{ loadFull }, { loadHsvColorPlugin }, { loadHwbColorPlugin }, { loadLabColorPlugin }, { loadLchColorPlugin }, { loadOklabColorPlugin }, { loadOklchColorPlugin }, { loadNamedColorPlugin }, { loadEasingBackPlugin }, { loadEasingBouncePlugin }, { loadEasingCircPlugin }, { loadEasingCubicPlugin }, { loadEasingElasticPlugin }, { loadEasingExpoPlugin }, { loadEasingGaussianPlugin }, { loadEasingLinearPlugin }, { loadEasingQuartPlugin }, { loadEasingQuintPlugin }, { loadEasingSigmoidPlugin }, { loadEasingSinePlugin }, { loadEasingSmoothstepPlugin }, { loadBackgroundMaskPlugin }, {
|
|
4
|
+
const [{ loadFull }, { loadHsvColorPlugin }, { loadHwbColorPlugin }, { loadLabColorPlugin }, { loadLchColorPlugin }, { loadOklabColorPlugin }, { loadOklchColorPlugin }, { loadNamedColorPlugin }, { loadEasingBackPlugin }, { loadEasingBouncePlugin }, { loadEasingCircPlugin }, { loadEasingCubicPlugin }, { loadEasingElasticPlugin }, { loadEasingExpoPlugin }, { loadEasingGaussianPlugin }, { loadEasingLinearPlugin }, { loadEasingQuartPlugin }, { loadEasingQuintPlugin }, { loadEasingSigmoidPlugin }, { loadEasingSinePlugin }, { loadEasingSmoothstepPlugin }, { loadBackgroundMaskPlugin }, { loadCanvasMaskPlugin }, { loadInfectionPlugin }, { loadManualParticlesPlugin }, { loadMotionPlugin }, { loadPoissonDiscPlugin }, { loadPolygonMaskPlugin }, { loadResponsivePlugin }, { loadSoundsPlugin }, { loadThemesPlugin }, { loadTrailPlugin }, { loadZoomPlugin }, { loadExportImagePlugin }, { loadExportJSONPlugin }, { loadExportVideoPlugin }, { loadExternalCannonInteraction }, { loadExternalParticleInteraction }, { loadExternalPopInteraction }, { loadLightInteraction }, { loadParticlesRepulseInteraction }, { loadGradientUpdater }, { loadOrbitUpdater }, { loadBranchesPath }, { loadBrownianPath }, { loadCurlNoisePath }, { loadCurvesPath }, { loadFractalNoisePath }, { loadGridPath }, { loadLevyPath }, { loadPerlinNoisePath }, { loadPolygonPath }, { loadRandomPath }, { loadSimplexNoisePath }, { loadSpiralPath }, { loadSVGPath }, { loadZigZagPath }, { loadBubbleEffect }, { loadFilterEffect }, { loadParticlesEffect }, { loadShadowEffect }, { loadTrailEffect }, { loadArrowShape }, { loadCardsShape }, { loadCogShape }, { loadHeartShape }, { loadInfinityShape }, { loadMatrixShape }, { loadPathShape }, { loadRoundedPolygonShape }, { loadRoundedRectShape }, { loadSpiralShape }, { loadSquircleShape }, { loadEmittersShapeCanvas }, { loadEmittersShapePath }, { loadEmittersShapePolygon },] = await Promise.all([
|
|
5
5
|
import("tsparticles/lazy"),
|
|
6
6
|
import("@tsparticles/plugin-hsv-color/lazy"),
|
|
7
7
|
import("@tsparticles/plugin-hwb-color/lazy"),
|
|
@@ -24,7 +24,6 @@ export async function loadAll(engine) {
|
|
|
24
24
|
import("@tsparticles/plugin-easing-sine/lazy"),
|
|
25
25
|
import("@tsparticles/plugin-easing-smoothstep/lazy"),
|
|
26
26
|
import("@tsparticles/plugin-background-mask/lazy"),
|
|
27
|
-
import("@tsparticles/plugin-blend/lazy"),
|
|
28
27
|
import("@tsparticles/plugin-canvas-mask/lazy"),
|
|
29
28
|
import("@tsparticles/plugin-infection/lazy"),
|
|
30
29
|
import("@tsparticles/plugin-manual-particles/lazy"),
|
|
@@ -130,7 +129,6 @@ export async function loadAll(engine) {
|
|
|
130
129
|
loadEasingSinePlugin(e),
|
|
131
130
|
loadEasingSmoothstepPlugin(e),
|
|
132
131
|
loadBackgroundMaskPlugin(e),
|
|
133
|
-
loadBlendPlugin(e),
|
|
134
132
|
loadCanvasMaskPlugin(e),
|
|
135
133
|
loadManualParticlesPlugin(e),
|
|
136
134
|
loadMotionPlugin(e),
|
package/cjs/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { loadArrowShape } from "@tsparticles/shape-arrow";
|
|
2
2
|
import { loadBackgroundMaskPlugin } from "@tsparticles/plugin-background-mask";
|
|
3
|
-
import { loadBlendPlugin } from "@tsparticles/plugin-blend";
|
|
4
3
|
import { loadBranchesPath } from "@tsparticles/path-branches";
|
|
5
4
|
import { loadBrownianPath } from "@tsparticles/path-brownian";
|
|
6
5
|
import { loadBubbleEffect } from "@tsparticles/effect-bubble";
|
|
@@ -76,7 +75,7 @@ import { loadTrailPlugin } from "@tsparticles/plugin-trail";
|
|
|
76
75
|
import { loadZigZagPath } from "@tsparticles/path-zig-zag";
|
|
77
76
|
import { loadZoomPlugin } from "@tsparticles/plugin-zoom";
|
|
78
77
|
export async function loadAll(engine) {
|
|
79
|
-
engine.checkVersion("4.0.
|
|
78
|
+
engine.checkVersion("4.0.3");
|
|
80
79
|
await engine.pluginManager.register(async (e) => {
|
|
81
80
|
const loadInteractionsForAll = async (e) => {
|
|
82
81
|
await loadFull(e);
|
|
@@ -129,7 +128,6 @@ export async function loadAll(engine) {
|
|
|
129
128
|
loadEasingSinePlugin(e),
|
|
130
129
|
loadEasingSmoothstepPlugin(e),
|
|
131
130
|
loadBackgroundMaskPlugin(e),
|
|
132
|
-
loadBlendPlugin(e),
|
|
133
131
|
loadCanvasMaskPlugin(e),
|
|
134
132
|
loadManualParticlesPlugin(e),
|
|
135
133
|
loadMotionPlugin(e),
|
package/cjs/index.lazy.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export async function loadAll(engine) {
|
|
2
|
-
engine.checkVersion("4.0.
|
|
2
|
+
engine.checkVersion("4.0.3");
|
|
3
3
|
await engine.pluginManager.register(async (e) => {
|
|
4
|
-
const [{ loadFull }, { loadHsvColorPlugin }, { loadHwbColorPlugin }, { loadLabColorPlugin }, { loadLchColorPlugin }, { loadOklabColorPlugin }, { loadOklchColorPlugin }, { loadNamedColorPlugin }, { loadEasingBackPlugin }, { loadEasingBouncePlugin }, { loadEasingCircPlugin }, { loadEasingCubicPlugin }, { loadEasingElasticPlugin }, { loadEasingExpoPlugin }, { loadEasingGaussianPlugin }, { loadEasingLinearPlugin }, { loadEasingQuartPlugin }, { loadEasingQuintPlugin }, { loadEasingSigmoidPlugin }, { loadEasingSinePlugin }, { loadEasingSmoothstepPlugin }, { loadBackgroundMaskPlugin }, {
|
|
4
|
+
const [{ loadFull }, { loadHsvColorPlugin }, { loadHwbColorPlugin }, { loadLabColorPlugin }, { loadLchColorPlugin }, { loadOklabColorPlugin }, { loadOklchColorPlugin }, { loadNamedColorPlugin }, { loadEasingBackPlugin }, { loadEasingBouncePlugin }, { loadEasingCircPlugin }, { loadEasingCubicPlugin }, { loadEasingElasticPlugin }, { loadEasingExpoPlugin }, { loadEasingGaussianPlugin }, { loadEasingLinearPlugin }, { loadEasingQuartPlugin }, { loadEasingQuintPlugin }, { loadEasingSigmoidPlugin }, { loadEasingSinePlugin }, { loadEasingSmoothstepPlugin }, { loadBackgroundMaskPlugin }, { loadCanvasMaskPlugin }, { loadInfectionPlugin }, { loadManualParticlesPlugin }, { loadMotionPlugin }, { loadPoissonDiscPlugin }, { loadPolygonMaskPlugin }, { loadResponsivePlugin }, { loadSoundsPlugin }, { loadThemesPlugin }, { loadTrailPlugin }, { loadZoomPlugin }, { loadExportImagePlugin }, { loadExportJSONPlugin }, { loadExportVideoPlugin }, { loadExternalCannonInteraction }, { loadExternalParticleInteraction }, { loadExternalPopInteraction }, { loadLightInteraction }, { loadParticlesRepulseInteraction }, { loadGradientUpdater }, { loadOrbitUpdater }, { loadBranchesPath }, { loadBrownianPath }, { loadCurlNoisePath }, { loadCurvesPath }, { loadFractalNoisePath }, { loadGridPath }, { loadLevyPath }, { loadPerlinNoisePath }, { loadPolygonPath }, { loadRandomPath }, { loadSimplexNoisePath }, { loadSpiralPath }, { loadSVGPath }, { loadZigZagPath }, { loadBubbleEffect }, { loadFilterEffect }, { loadParticlesEffect }, { loadShadowEffect }, { loadTrailEffect }, { loadArrowShape }, { loadCardsShape }, { loadCogShape }, { loadHeartShape }, { loadInfinityShape }, { loadMatrixShape }, { loadPathShape }, { loadRoundedPolygonShape }, { loadRoundedRectShape }, { loadSpiralShape }, { loadSquircleShape }, { loadEmittersShapeCanvas }, { loadEmittersShapePath }, { loadEmittersShapePolygon },] = await Promise.all([
|
|
5
5
|
import("tsparticles/lazy"),
|
|
6
6
|
import("@tsparticles/plugin-hsv-color/lazy"),
|
|
7
7
|
import("@tsparticles/plugin-hwb-color/lazy"),
|
|
@@ -24,7 +24,6 @@ export async function loadAll(engine) {
|
|
|
24
24
|
import("@tsparticles/plugin-easing-sine/lazy"),
|
|
25
25
|
import("@tsparticles/plugin-easing-smoothstep/lazy"),
|
|
26
26
|
import("@tsparticles/plugin-background-mask/lazy"),
|
|
27
|
-
import("@tsparticles/plugin-blend/lazy"),
|
|
28
27
|
import("@tsparticles/plugin-canvas-mask/lazy"),
|
|
29
28
|
import("@tsparticles/plugin-infection/lazy"),
|
|
30
29
|
import("@tsparticles/plugin-manual-particles/lazy"),
|
|
@@ -130,7 +129,6 @@ export async function loadAll(engine) {
|
|
|
130
129
|
loadEasingSinePlugin(e),
|
|
131
130
|
loadEasingSmoothstepPlugin(e),
|
|
132
131
|
loadBackgroundMaskPlugin(e),
|
|
133
|
-
loadBlendPlugin(e),
|
|
134
132
|
loadCanvasMaskPlugin(e),
|
|
135
133
|
loadManualParticlesPlugin(e),
|
|
136
134
|
loadMotionPlugin(e),
|
package/esm/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { loadArrowShape } from "@tsparticles/shape-arrow";
|
|
2
2
|
import { loadBackgroundMaskPlugin } from "@tsparticles/plugin-background-mask";
|
|
3
|
-
import { loadBlendPlugin } from "@tsparticles/plugin-blend";
|
|
4
3
|
import { loadBranchesPath } from "@tsparticles/path-branches";
|
|
5
4
|
import { loadBrownianPath } from "@tsparticles/path-brownian";
|
|
6
5
|
import { loadBubbleEffect } from "@tsparticles/effect-bubble";
|
|
@@ -76,7 +75,7 @@ import { loadTrailPlugin } from "@tsparticles/plugin-trail";
|
|
|
76
75
|
import { loadZigZagPath } from "@tsparticles/path-zig-zag";
|
|
77
76
|
import { loadZoomPlugin } from "@tsparticles/plugin-zoom";
|
|
78
77
|
export async function loadAll(engine) {
|
|
79
|
-
engine.checkVersion("4.0.
|
|
78
|
+
engine.checkVersion("4.0.3");
|
|
80
79
|
await engine.pluginManager.register(async (e) => {
|
|
81
80
|
const loadInteractionsForAll = async (e) => {
|
|
82
81
|
await loadFull(e);
|
|
@@ -129,7 +128,6 @@ export async function loadAll(engine) {
|
|
|
129
128
|
loadEasingSinePlugin(e),
|
|
130
129
|
loadEasingSmoothstepPlugin(e),
|
|
131
130
|
loadBackgroundMaskPlugin(e),
|
|
132
|
-
loadBlendPlugin(e),
|
|
133
131
|
loadCanvasMaskPlugin(e),
|
|
134
132
|
loadManualParticlesPlugin(e),
|
|
135
133
|
loadMotionPlugin(e),
|
package/esm/index.lazy.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export async function loadAll(engine) {
|
|
2
|
-
engine.checkVersion("4.0.
|
|
2
|
+
engine.checkVersion("4.0.3");
|
|
3
3
|
await engine.pluginManager.register(async (e) => {
|
|
4
|
-
const [{ loadFull }, { loadHsvColorPlugin }, { loadHwbColorPlugin }, { loadLabColorPlugin }, { loadLchColorPlugin }, { loadOklabColorPlugin }, { loadOklchColorPlugin }, { loadNamedColorPlugin }, { loadEasingBackPlugin }, { loadEasingBouncePlugin }, { loadEasingCircPlugin }, { loadEasingCubicPlugin }, { loadEasingElasticPlugin }, { loadEasingExpoPlugin }, { loadEasingGaussianPlugin }, { loadEasingLinearPlugin }, { loadEasingQuartPlugin }, { loadEasingQuintPlugin }, { loadEasingSigmoidPlugin }, { loadEasingSinePlugin }, { loadEasingSmoothstepPlugin }, { loadBackgroundMaskPlugin }, {
|
|
4
|
+
const [{ loadFull }, { loadHsvColorPlugin }, { loadHwbColorPlugin }, { loadLabColorPlugin }, { loadLchColorPlugin }, { loadOklabColorPlugin }, { loadOklchColorPlugin }, { loadNamedColorPlugin }, { loadEasingBackPlugin }, { loadEasingBouncePlugin }, { loadEasingCircPlugin }, { loadEasingCubicPlugin }, { loadEasingElasticPlugin }, { loadEasingExpoPlugin }, { loadEasingGaussianPlugin }, { loadEasingLinearPlugin }, { loadEasingQuartPlugin }, { loadEasingQuintPlugin }, { loadEasingSigmoidPlugin }, { loadEasingSinePlugin }, { loadEasingSmoothstepPlugin }, { loadBackgroundMaskPlugin }, { loadCanvasMaskPlugin }, { loadInfectionPlugin }, { loadManualParticlesPlugin }, { loadMotionPlugin }, { loadPoissonDiscPlugin }, { loadPolygonMaskPlugin }, { loadResponsivePlugin }, { loadSoundsPlugin }, { loadThemesPlugin }, { loadTrailPlugin }, { loadZoomPlugin }, { loadExportImagePlugin }, { loadExportJSONPlugin }, { loadExportVideoPlugin }, { loadExternalCannonInteraction }, { loadExternalParticleInteraction }, { loadExternalPopInteraction }, { loadLightInteraction }, { loadParticlesRepulseInteraction }, { loadGradientUpdater }, { loadOrbitUpdater }, { loadBranchesPath }, { loadBrownianPath }, { loadCurlNoisePath }, { loadCurvesPath }, { loadFractalNoisePath }, { loadGridPath }, { loadLevyPath }, { loadPerlinNoisePath }, { loadPolygonPath }, { loadRandomPath }, { loadSimplexNoisePath }, { loadSpiralPath }, { loadSVGPath }, { loadZigZagPath }, { loadBubbleEffect }, { loadFilterEffect }, { loadParticlesEffect }, { loadShadowEffect }, { loadTrailEffect }, { loadArrowShape }, { loadCardsShape }, { loadCogShape }, { loadHeartShape }, { loadInfinityShape }, { loadMatrixShape }, { loadPathShape }, { loadRoundedPolygonShape }, { loadRoundedRectShape }, { loadSpiralShape }, { loadSquircleShape }, { loadEmittersShapeCanvas }, { loadEmittersShapePath }, { loadEmittersShapePolygon },] = await Promise.all([
|
|
5
5
|
import("tsparticles/lazy"),
|
|
6
6
|
import("@tsparticles/plugin-hsv-color/lazy"),
|
|
7
7
|
import("@tsparticles/plugin-hwb-color/lazy"),
|
|
@@ -24,7 +24,6 @@ export async function loadAll(engine) {
|
|
|
24
24
|
import("@tsparticles/plugin-easing-sine/lazy"),
|
|
25
25
|
import("@tsparticles/plugin-easing-smoothstep/lazy"),
|
|
26
26
|
import("@tsparticles/plugin-background-mask/lazy"),
|
|
27
|
-
import("@tsparticles/plugin-blend/lazy"),
|
|
28
27
|
import("@tsparticles/plugin-canvas-mask/lazy"),
|
|
29
28
|
import("@tsparticles/plugin-infection/lazy"),
|
|
30
29
|
import("@tsparticles/plugin-manual-particles/lazy"),
|
|
@@ -130,7 +129,6 @@ export async function loadAll(engine) {
|
|
|
130
129
|
loadEasingSinePlugin(e),
|
|
131
130
|
loadEasingSmoothstepPlugin(e),
|
|
132
131
|
loadBackgroundMaskPlugin(e),
|
|
133
|
-
loadBlendPlugin(e),
|
|
134
132
|
loadCanvasMaskPlugin(e),
|
|
135
133
|
loadManualParticlesPlugin(e),
|
|
136
134
|
loadMotionPlugin(e),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/all",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
|
|
5
5
|
"homepage": "https://particles.js.org",
|
|
6
6
|
"repository": {
|
|
@@ -105,84 +105,83 @@
|
|
|
105
105
|
"./package.json": "./package.json"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@tsparticles/effect-bubble": "4.0.
|
|
109
|
-
"@tsparticles/effect-filter": "4.0.
|
|
110
|
-
"@tsparticles/effect-particles": "4.0.
|
|
111
|
-
"@tsparticles/effect-shadow": "4.0.
|
|
112
|
-
"@tsparticles/effect-trail": "4.0.
|
|
113
|
-
"@tsparticles/engine": "4.0.
|
|
114
|
-
"@tsparticles/interaction-external-cannon": "4.0.
|
|
115
|
-
"@tsparticles/interaction-external-particle": "4.0.
|
|
116
|
-
"@tsparticles/interaction-external-pop": "4.0.
|
|
117
|
-
"@tsparticles/interaction-light": "4.0.
|
|
118
|
-
"@tsparticles/interaction-particles-repulse": "4.0.
|
|
119
|
-
"@tsparticles/path-branches": "4.0.
|
|
120
|
-
"@tsparticles/path-brownian": "4.0.
|
|
121
|
-
"@tsparticles/path-curl-noise": "4.0.
|
|
122
|
-
"@tsparticles/path-curves": "4.0.
|
|
123
|
-
"@tsparticles/path-fractal-noise": "4.0.
|
|
124
|
-
"@tsparticles/path-grid": "4.0.
|
|
125
|
-
"@tsparticles/path-levy": "4.0.
|
|
126
|
-
"@tsparticles/path-perlin-noise": "4.0.
|
|
127
|
-
"@tsparticles/path-polygon": "4.0.
|
|
128
|
-
"@tsparticles/path-random": "4.0.
|
|
129
|
-
"@tsparticles/path-simplex-noise": "4.0.
|
|
130
|
-
"@tsparticles/path-spiral": "4.0.
|
|
131
|
-
"@tsparticles/path-svg": "4.0.
|
|
132
|
-
"@tsparticles/path-zig-zag": "4.0.
|
|
133
|
-
"@tsparticles/plugin-background-mask": "4.0.
|
|
134
|
-
"@tsparticles/plugin-
|
|
135
|
-
"@tsparticles/plugin-
|
|
136
|
-
"@tsparticles/plugin-easing-
|
|
137
|
-
"@tsparticles/plugin-easing-
|
|
138
|
-
"@tsparticles/plugin-easing-
|
|
139
|
-
"@tsparticles/plugin-easing-
|
|
140
|
-
"@tsparticles/plugin-easing-
|
|
141
|
-
"@tsparticles/plugin-easing-
|
|
142
|
-
"@tsparticles/plugin-easing-
|
|
143
|
-
"@tsparticles/plugin-easing-
|
|
144
|
-
"@tsparticles/plugin-easing-
|
|
145
|
-
"@tsparticles/plugin-easing-
|
|
146
|
-
"@tsparticles/plugin-easing-
|
|
147
|
-
"@tsparticles/plugin-easing-
|
|
148
|
-
"@tsparticles/plugin-
|
|
149
|
-
"@tsparticles/plugin-emitters-shape-
|
|
150
|
-
"@tsparticles/plugin-emitters-shape-
|
|
151
|
-
"@tsparticles/plugin-
|
|
152
|
-
"@tsparticles/plugin-export-
|
|
153
|
-
"@tsparticles/plugin-export-
|
|
154
|
-
"@tsparticles/plugin-
|
|
155
|
-
"@tsparticles/plugin-
|
|
156
|
-
"@tsparticles/plugin-
|
|
157
|
-
"@tsparticles/plugin-
|
|
158
|
-
"@tsparticles/plugin-
|
|
159
|
-
"@tsparticles/plugin-
|
|
160
|
-
"@tsparticles/plugin-
|
|
161
|
-
"@tsparticles/plugin-
|
|
162
|
-
"@tsparticles/plugin-
|
|
163
|
-
"@tsparticles/plugin-
|
|
164
|
-
"@tsparticles/plugin-
|
|
165
|
-
"@tsparticles/plugin-
|
|
166
|
-
"@tsparticles/plugin-
|
|
167
|
-
"@tsparticles/plugin-
|
|
168
|
-
"@tsparticles/plugin-
|
|
169
|
-
"@tsparticles/plugin-
|
|
170
|
-
"@tsparticles/plugin-
|
|
171
|
-
"@tsparticles/
|
|
172
|
-
"@tsparticles/shape-
|
|
173
|
-
"@tsparticles/shape-
|
|
174
|
-
"@tsparticles/shape-
|
|
175
|
-
"@tsparticles/shape-
|
|
176
|
-
"@tsparticles/shape-
|
|
177
|
-
"@tsparticles/shape-
|
|
178
|
-
"@tsparticles/shape-
|
|
179
|
-
"@tsparticles/shape-rounded-
|
|
180
|
-
"@tsparticles/shape-
|
|
181
|
-
"@tsparticles/shape-
|
|
182
|
-
"@tsparticles/
|
|
183
|
-
"@tsparticles/updater-
|
|
184
|
-
"
|
|
185
|
-
"tsparticles": "4.0.1"
|
|
108
|
+
"@tsparticles/effect-bubble": "4.0.3",
|
|
109
|
+
"@tsparticles/effect-filter": "4.0.3",
|
|
110
|
+
"@tsparticles/effect-particles": "4.0.3",
|
|
111
|
+
"@tsparticles/effect-shadow": "4.0.3",
|
|
112
|
+
"@tsparticles/effect-trail": "4.0.3",
|
|
113
|
+
"@tsparticles/engine": "4.0.3",
|
|
114
|
+
"@tsparticles/interaction-external-cannon": "4.0.3",
|
|
115
|
+
"@tsparticles/interaction-external-particle": "4.0.3",
|
|
116
|
+
"@tsparticles/interaction-external-pop": "4.0.3",
|
|
117
|
+
"@tsparticles/interaction-light": "4.0.3",
|
|
118
|
+
"@tsparticles/interaction-particles-repulse": "4.0.3",
|
|
119
|
+
"@tsparticles/path-branches": "4.0.3",
|
|
120
|
+
"@tsparticles/path-brownian": "4.0.3",
|
|
121
|
+
"@tsparticles/path-curl-noise": "4.0.3",
|
|
122
|
+
"@tsparticles/path-curves": "4.0.3",
|
|
123
|
+
"@tsparticles/path-fractal-noise": "4.0.3",
|
|
124
|
+
"@tsparticles/path-grid": "4.0.3",
|
|
125
|
+
"@tsparticles/path-levy": "4.0.3",
|
|
126
|
+
"@tsparticles/path-perlin-noise": "4.0.3",
|
|
127
|
+
"@tsparticles/path-polygon": "4.0.3",
|
|
128
|
+
"@tsparticles/path-random": "4.0.3",
|
|
129
|
+
"@tsparticles/path-simplex-noise": "4.0.3",
|
|
130
|
+
"@tsparticles/path-spiral": "4.0.3",
|
|
131
|
+
"@tsparticles/path-svg": "4.0.3",
|
|
132
|
+
"@tsparticles/path-zig-zag": "4.0.3",
|
|
133
|
+
"@tsparticles/plugin-background-mask": "4.0.3",
|
|
134
|
+
"@tsparticles/plugin-canvas-mask": "4.0.3",
|
|
135
|
+
"@tsparticles/plugin-easing-back": "4.0.3",
|
|
136
|
+
"@tsparticles/plugin-easing-bounce": "4.0.3",
|
|
137
|
+
"@tsparticles/plugin-easing-circ": "4.0.3",
|
|
138
|
+
"@tsparticles/plugin-easing-cubic": "4.0.3",
|
|
139
|
+
"@tsparticles/plugin-easing-elastic": "4.0.3",
|
|
140
|
+
"@tsparticles/plugin-easing-expo": "4.0.3",
|
|
141
|
+
"@tsparticles/plugin-easing-gaussian": "4.0.3",
|
|
142
|
+
"@tsparticles/plugin-easing-linear": "4.0.3",
|
|
143
|
+
"@tsparticles/plugin-easing-quart": "4.0.3",
|
|
144
|
+
"@tsparticles/plugin-easing-quint": "4.0.3",
|
|
145
|
+
"@tsparticles/plugin-easing-sigmoid": "4.0.3",
|
|
146
|
+
"@tsparticles/plugin-easing-sine": "4.0.3",
|
|
147
|
+
"@tsparticles/plugin-easing-smoothstep": "4.0.3",
|
|
148
|
+
"@tsparticles/plugin-emitters-shape-canvas": "4.0.3",
|
|
149
|
+
"@tsparticles/plugin-emitters-shape-path": "4.0.3",
|
|
150
|
+
"@tsparticles/plugin-emitters-shape-polygon": "4.0.3",
|
|
151
|
+
"@tsparticles/plugin-export-image": "4.0.3",
|
|
152
|
+
"@tsparticles/plugin-export-json": "4.0.3",
|
|
153
|
+
"@tsparticles/plugin-export-video": "4.0.3",
|
|
154
|
+
"@tsparticles/plugin-hsv-color": "4.0.3",
|
|
155
|
+
"@tsparticles/plugin-hwb-color": "4.0.3",
|
|
156
|
+
"@tsparticles/plugin-infection": "4.0.3",
|
|
157
|
+
"@tsparticles/plugin-lab-color": "4.0.3",
|
|
158
|
+
"@tsparticles/plugin-lch-color": "4.0.3",
|
|
159
|
+
"@tsparticles/plugin-manual-particles": "4.0.3",
|
|
160
|
+
"@tsparticles/plugin-motion": "4.0.3",
|
|
161
|
+
"@tsparticles/plugin-named-color": "4.0.3",
|
|
162
|
+
"@tsparticles/plugin-oklab-color": "4.0.3",
|
|
163
|
+
"@tsparticles/plugin-oklch-color": "4.0.3",
|
|
164
|
+
"@tsparticles/plugin-poisson-disc": "4.0.3",
|
|
165
|
+
"@tsparticles/plugin-polygon-mask": "4.0.3",
|
|
166
|
+
"@tsparticles/plugin-responsive": "4.0.3",
|
|
167
|
+
"@tsparticles/plugin-sounds": "4.0.3",
|
|
168
|
+
"@tsparticles/plugin-themes": "4.0.3",
|
|
169
|
+
"@tsparticles/plugin-trail": "4.0.3",
|
|
170
|
+
"@tsparticles/plugin-zoom": "4.0.3",
|
|
171
|
+
"@tsparticles/shape-arrow": "4.0.3",
|
|
172
|
+
"@tsparticles/shape-cards": "4.0.3",
|
|
173
|
+
"@tsparticles/shape-cog": "4.0.3",
|
|
174
|
+
"@tsparticles/shape-heart": "4.0.3",
|
|
175
|
+
"@tsparticles/shape-infinity": "4.0.3",
|
|
176
|
+
"@tsparticles/shape-matrix": "4.0.3",
|
|
177
|
+
"@tsparticles/shape-path": "4.0.3",
|
|
178
|
+
"@tsparticles/shape-rounded-polygon": "4.0.3",
|
|
179
|
+
"@tsparticles/shape-rounded-rect": "4.0.3",
|
|
180
|
+
"@tsparticles/shape-spiral": "4.0.3",
|
|
181
|
+
"@tsparticles/shape-squircle": "4.0.3",
|
|
182
|
+
"@tsparticles/updater-gradient": "4.0.3",
|
|
183
|
+
"@tsparticles/updater-orbit": "4.0.3",
|
|
184
|
+
"tsparticles": "4.0.3"
|
|
186
185
|
},
|
|
187
186
|
"publishConfig": {
|
|
188
187
|
"access": "public"
|