@tsparticles/slim 4.0.0-beta.15 → 4.0.0-beta.17
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/index.js +1 -1
- package/browser/index.lazy.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.lazy.js +1 -1
- package/esm/index.js +1 -1
- package/esm/index.lazy.js +1 -1
- package/package.json +29 -29
- package/report.html +1 -1
- package/tsparticles.slim.bundle.js +457 -190
- package/tsparticles.slim.bundle.min.js +1 -1
- package/tsparticles.slim.js +2 -2
- package/tsparticles.slim.min.js +1 -1
package/browser/index.js
CHANGED
|
@@ -26,7 +26,7 @@ import { loadRotateUpdater } from "@tsparticles/updater-rotate";
|
|
|
26
26
|
import { loadSquareShape } from "@tsparticles/shape-square";
|
|
27
27
|
import { loadStarShape } from "@tsparticles/shape-star";
|
|
28
28
|
export async function loadSlim(engine) {
|
|
29
|
-
engine.checkVersion("4.0.0-beta.
|
|
29
|
+
engine.checkVersion("4.0.0-beta.17");
|
|
30
30
|
await engine.pluginManager.register(async (e) => {
|
|
31
31
|
const loadInteractivityForSlim = async (e) => {
|
|
32
32
|
await loadInteractivityPlugin(e);
|
package/browser/index.lazy.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export async function loadSlim(engine) {
|
|
2
|
-
engine.checkVersion("4.0.0-beta.
|
|
2
|
+
engine.checkVersion("4.0.0-beta.17");
|
|
3
3
|
await engine.pluginManager.register(async (e) => {
|
|
4
4
|
const [{ loadBasic }, { loadExternalParallaxInteraction }, { loadExternalAttractInteraction }, { loadExternalBounceInteraction }, { loadExternalBubbleInteraction }, { loadExternalConnectInteraction }, { loadExternalDestroyInteraction }, { loadExternalGrabInteraction }, { loadExternalPauseInteraction }, { loadExternalPushInteraction }, { loadExternalRemoveInteraction }, { loadExternalRepulseInteraction }, { loadExternalSlowInteraction }, { loadParticlesAttractInteraction }, { loadParticlesCollisionsInteraction }, { loadParticlesLinksInteraction }, { loadEasingQuadPlugin }, { loadInteractivityPlugin }, { loadEmojiShape }, { loadImageShape }, { loadLineShape }, { loadPolygonShape }, { loadSquareShape }, { loadStarShape }, { loadLifeUpdater }, { loadPaintUpdater }, { loadRotateUpdater },] = await Promise.all([
|
|
5
5
|
import("@tsparticles/basic/lazy"),
|
package/cjs/index.js
CHANGED
|
@@ -26,7 +26,7 @@ import { loadRotateUpdater } from "@tsparticles/updater-rotate";
|
|
|
26
26
|
import { loadSquareShape } from "@tsparticles/shape-square";
|
|
27
27
|
import { loadStarShape } from "@tsparticles/shape-star";
|
|
28
28
|
export async function loadSlim(engine) {
|
|
29
|
-
engine.checkVersion("4.0.0-beta.
|
|
29
|
+
engine.checkVersion("4.0.0-beta.17");
|
|
30
30
|
await engine.pluginManager.register(async (e) => {
|
|
31
31
|
const loadInteractivityForSlim = async (e) => {
|
|
32
32
|
await loadInteractivityPlugin(e);
|
package/cjs/index.lazy.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export async function loadSlim(engine) {
|
|
2
|
-
engine.checkVersion("4.0.0-beta.
|
|
2
|
+
engine.checkVersion("4.0.0-beta.17");
|
|
3
3
|
await engine.pluginManager.register(async (e) => {
|
|
4
4
|
const [{ loadBasic }, { loadExternalParallaxInteraction }, { loadExternalAttractInteraction }, { loadExternalBounceInteraction }, { loadExternalBubbleInteraction }, { loadExternalConnectInteraction }, { loadExternalDestroyInteraction }, { loadExternalGrabInteraction }, { loadExternalPauseInteraction }, { loadExternalPushInteraction }, { loadExternalRemoveInteraction }, { loadExternalRepulseInteraction }, { loadExternalSlowInteraction }, { loadParticlesAttractInteraction }, { loadParticlesCollisionsInteraction }, { loadParticlesLinksInteraction }, { loadEasingQuadPlugin }, { loadInteractivityPlugin }, { loadEmojiShape }, { loadImageShape }, { loadLineShape }, { loadPolygonShape }, { loadSquareShape }, { loadStarShape }, { loadLifeUpdater }, { loadPaintUpdater }, { loadRotateUpdater },] = await Promise.all([
|
|
5
5
|
import("@tsparticles/basic/lazy"),
|
package/esm/index.js
CHANGED
|
@@ -26,7 +26,7 @@ import { loadRotateUpdater } from "@tsparticles/updater-rotate";
|
|
|
26
26
|
import { loadSquareShape } from "@tsparticles/shape-square";
|
|
27
27
|
import { loadStarShape } from "@tsparticles/shape-star";
|
|
28
28
|
export async function loadSlim(engine) {
|
|
29
|
-
engine.checkVersion("4.0.0-beta.
|
|
29
|
+
engine.checkVersion("4.0.0-beta.17");
|
|
30
30
|
await engine.pluginManager.register(async (e) => {
|
|
31
31
|
const loadInteractivityForSlim = async (e) => {
|
|
32
32
|
await loadInteractivityPlugin(e);
|
package/esm/index.lazy.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export async function loadSlim(engine) {
|
|
2
|
-
engine.checkVersion("4.0.0-beta.
|
|
2
|
+
engine.checkVersion("4.0.0-beta.17");
|
|
3
3
|
await engine.pluginManager.register(async (e) => {
|
|
4
4
|
const [{ loadBasic }, { loadExternalParallaxInteraction }, { loadExternalAttractInteraction }, { loadExternalBounceInteraction }, { loadExternalBubbleInteraction }, { loadExternalConnectInteraction }, { loadExternalDestroyInteraction }, { loadExternalGrabInteraction }, { loadExternalPauseInteraction }, { loadExternalPushInteraction }, { loadExternalRemoveInteraction }, { loadExternalRepulseInteraction }, { loadExternalSlowInteraction }, { loadParticlesAttractInteraction }, { loadParticlesCollisionsInteraction }, { loadParticlesLinksInteraction }, { loadEasingQuadPlugin }, { loadInteractivityPlugin }, { loadEmojiShape }, { loadImageShape }, { loadLineShape }, { loadPolygonShape }, { loadSquareShape }, { loadStarShape }, { loadLifeUpdater }, { loadPaintUpdater }, { loadRotateUpdater },] = await Promise.all([
|
|
5
5
|
import("@tsparticles/basic/lazy"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/slim",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.17",
|
|
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,34 +105,34 @@
|
|
|
105
105
|
"./package.json": "./package.json"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@tsparticles/basic": "4.0.0-beta.
|
|
109
|
-
"@tsparticles/engine": "4.0.0-beta.
|
|
110
|
-
"@tsparticles/interaction-external-attract": "4.0.0-beta.
|
|
111
|
-
"@tsparticles/interaction-external-bounce": "4.0.0-beta.
|
|
112
|
-
"@tsparticles/interaction-external-bubble": "4.0.0-beta.
|
|
113
|
-
"@tsparticles/interaction-external-connect": "4.0.0-beta.
|
|
114
|
-
"@tsparticles/interaction-external-destroy": "4.0.0-beta.
|
|
115
|
-
"@tsparticles/interaction-external-grab": "4.0.0-beta.
|
|
116
|
-
"@tsparticles/interaction-external-parallax": "4.0.0-beta.
|
|
117
|
-
"@tsparticles/interaction-external-pause": "4.0.0-beta.
|
|
118
|
-
"@tsparticles/interaction-external-push": "4.0.0-beta.
|
|
119
|
-
"@tsparticles/interaction-external-remove": "4.0.0-beta.
|
|
120
|
-
"@tsparticles/interaction-external-repulse": "4.0.0-beta.
|
|
121
|
-
"@tsparticles/interaction-external-slow": "4.0.0-beta.
|
|
122
|
-
"@tsparticles/interaction-particles-attract": "4.0.0-beta.
|
|
123
|
-
"@tsparticles/interaction-particles-collisions": "4.0.0-beta.
|
|
124
|
-
"@tsparticles/interaction-particles-links": "4.0.0-beta.
|
|
125
|
-
"@tsparticles/plugin-easing-quad": "4.0.0-beta.
|
|
126
|
-
"@tsparticles/plugin-interactivity": "4.0.0-beta.
|
|
127
|
-
"@tsparticles/shape-emoji": "4.0.0-beta.
|
|
128
|
-
"@tsparticles/shape-image": "4.0.0-beta.
|
|
129
|
-
"@tsparticles/shape-line": "4.0.0-beta.
|
|
130
|
-
"@tsparticles/shape-polygon": "4.0.0-beta.
|
|
131
|
-
"@tsparticles/shape-square": "4.0.0-beta.
|
|
132
|
-
"@tsparticles/shape-star": "4.0.0-beta.
|
|
133
|
-
"@tsparticles/updater-life": "4.0.0-beta.
|
|
134
|
-
"@tsparticles/updater-paint": "4.0.0-beta.
|
|
135
|
-
"@tsparticles/updater-rotate": "4.0.0-beta.
|
|
108
|
+
"@tsparticles/basic": "4.0.0-beta.17",
|
|
109
|
+
"@tsparticles/engine": "4.0.0-beta.17",
|
|
110
|
+
"@tsparticles/interaction-external-attract": "4.0.0-beta.17",
|
|
111
|
+
"@tsparticles/interaction-external-bounce": "4.0.0-beta.17",
|
|
112
|
+
"@tsparticles/interaction-external-bubble": "4.0.0-beta.17",
|
|
113
|
+
"@tsparticles/interaction-external-connect": "4.0.0-beta.17",
|
|
114
|
+
"@tsparticles/interaction-external-destroy": "4.0.0-beta.17",
|
|
115
|
+
"@tsparticles/interaction-external-grab": "4.0.0-beta.17",
|
|
116
|
+
"@tsparticles/interaction-external-parallax": "4.0.0-beta.17",
|
|
117
|
+
"@tsparticles/interaction-external-pause": "4.0.0-beta.17",
|
|
118
|
+
"@tsparticles/interaction-external-push": "4.0.0-beta.17",
|
|
119
|
+
"@tsparticles/interaction-external-remove": "4.0.0-beta.17",
|
|
120
|
+
"@tsparticles/interaction-external-repulse": "4.0.0-beta.17",
|
|
121
|
+
"@tsparticles/interaction-external-slow": "4.0.0-beta.17",
|
|
122
|
+
"@tsparticles/interaction-particles-attract": "4.0.0-beta.17",
|
|
123
|
+
"@tsparticles/interaction-particles-collisions": "4.0.0-beta.17",
|
|
124
|
+
"@tsparticles/interaction-particles-links": "4.0.0-beta.17",
|
|
125
|
+
"@tsparticles/plugin-easing-quad": "4.0.0-beta.17",
|
|
126
|
+
"@tsparticles/plugin-interactivity": "4.0.0-beta.17",
|
|
127
|
+
"@tsparticles/shape-emoji": "4.0.0-beta.17",
|
|
128
|
+
"@tsparticles/shape-image": "4.0.0-beta.17",
|
|
129
|
+
"@tsparticles/shape-line": "4.0.0-beta.17",
|
|
130
|
+
"@tsparticles/shape-polygon": "4.0.0-beta.17",
|
|
131
|
+
"@tsparticles/shape-square": "4.0.0-beta.17",
|
|
132
|
+
"@tsparticles/shape-star": "4.0.0-beta.17",
|
|
133
|
+
"@tsparticles/updater-life": "4.0.0-beta.17",
|
|
134
|
+
"@tsparticles/updater-paint": "4.0.0-beta.17",
|
|
135
|
+
"@tsparticles/updater-rotate": "4.0.0-beta.17"
|
|
136
136
|
},
|
|
137
137
|
"publishConfig": {
|
|
138
138
|
"access": "public"
|