@tsparticles/slim 3.0.0-beta.2 → 3.0.0-beta.4
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/cjs/index.js +2 -2
- package/esm/index.js +1 -1
- package/package.json +34 -34
- package/report.html +4 -22
- package/tsparticles.slim.bundle.js +617 -425
- package/tsparticles.slim.bundle.min.js +1 -1
- package/tsparticles.slim.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.slim.js +106 -438
- package/tsparticles.slim.min.js +1 -1
- package/tsparticles.slim.min.js.LICENSE.txt +1 -1
- package/umd/index.js +3 -3
package/browser/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { initPjs } from "@tsparticles/
|
|
1
|
+
import { initPjs } from "@tsparticles/pjs";
|
|
2
2
|
import { loadBasic } from "@tsparticles/basic";
|
|
3
3
|
import { loadEasingQuadPlugin } from "@tsparticles/plugin-easing-quad";
|
|
4
4
|
import { loadExternalAttractInteraction } from "@tsparticles/interaction-external-attract";
|
package/cjs/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.loadSlim = void 0;
|
|
4
|
-
const
|
|
4
|
+
const pjs_1 = require("@tsparticles/pjs");
|
|
5
5
|
const basic_1 = require("@tsparticles/basic");
|
|
6
6
|
const plugin_easing_quad_1 = require("@tsparticles/plugin-easing-quad");
|
|
7
7
|
const interaction_external_attract_1 = require("@tsparticles/interaction-external-attract");
|
|
@@ -28,7 +28,7 @@ const shape_star_1 = require("@tsparticles/shape-star");
|
|
|
28
28
|
const updater_stroke_color_1 = require("@tsparticles/updater-stroke-color");
|
|
29
29
|
const shape_text_1 = require("@tsparticles/shape-text");
|
|
30
30
|
async function loadSlim(engine, refresh = true) {
|
|
31
|
-
(0,
|
|
31
|
+
(0, pjs_1.initPjs)(engine);
|
|
32
32
|
await (0, move_parallax_1.loadParallaxMover)(engine, false);
|
|
33
33
|
await (0, interaction_external_attract_1.loadExternalAttractInteraction)(engine, false);
|
|
34
34
|
await (0, interaction_external_bounce_1.loadExternalBounceInteraction)(engine, false);
|
package/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { initPjs } from "@tsparticles/
|
|
1
|
+
import { initPjs } from "@tsparticles/pjs";
|
|
2
2
|
import { loadBasic } from "@tsparticles/basic";
|
|
3
3
|
import { loadEasingQuadPlugin } from "@tsparticles/plugin-easing-quad";
|
|
4
4
|
import { loadExternalAttractInteraction } from "@tsparticles/interaction-external-attract";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/slim",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.4",
|
|
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": {
|
|
@@ -99,39 +99,39 @@
|
|
|
99
99
|
"./package.json": "./package.json"
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@tsparticles/basic": "^3.0.0-beta.
|
|
103
|
-
"@tsparticles/engine": "^3.0.0-beta.
|
|
104
|
-
"@tsparticles/interaction-external-attract": "^3.0.0-beta.
|
|
105
|
-
"@tsparticles/interaction-external-bounce": "^3.0.0-beta.
|
|
106
|
-
"@tsparticles/interaction-external-bubble": "^3.0.0-beta.
|
|
107
|
-
"@tsparticles/interaction-external-connect": "^3.0.0-beta.
|
|
108
|
-
"@tsparticles/interaction-external-grab": "^3.0.0-beta.
|
|
109
|
-
"@tsparticles/interaction-external-pause": "^3.0.0-beta.
|
|
110
|
-
"@tsparticles/interaction-external-push": "^3.0.0-beta.
|
|
111
|
-
"@tsparticles/interaction-external-remove": "^3.0.0-beta.
|
|
112
|
-
"@tsparticles/interaction-external-repulse": "^3.0.0-beta.
|
|
113
|
-
"@tsparticles/interaction-external-slow": "^3.0.0-beta.
|
|
114
|
-
"@tsparticles/interaction-particles-attract": "^3.0.0-beta.
|
|
115
|
-
"@tsparticles/interaction-particles-collisions": "^3.0.0-beta.
|
|
116
|
-
"@tsparticles/interaction-particles-links": "^3.0.0-beta.
|
|
117
|
-
"@tsparticles/move-base": "^3.0.0-beta.
|
|
118
|
-
"@tsparticles/move-parallax": "^3.0.0-beta.
|
|
119
|
-
"@tsparticles/
|
|
120
|
-
"@tsparticles/plugin-easing-quad": "^3.0.0-beta.
|
|
121
|
-
"@tsparticles/shape-circle": "^3.0.0-beta.
|
|
122
|
-
"@tsparticles/shape-image": "^3.0.0-beta.
|
|
123
|
-
"@tsparticles/shape-line": "^3.0.0-beta.
|
|
124
|
-
"@tsparticles/shape-polygon": "^3.0.0-beta.
|
|
125
|
-
"@tsparticles/shape-square": "^3.0.0-beta.
|
|
126
|
-
"@tsparticles/shape-star": "^3.0.0-beta.
|
|
127
|
-
"@tsparticles/shape-text": "^3.0.0-beta.
|
|
128
|
-
"@tsparticles/updater-color": "^3.0.0-beta.
|
|
129
|
-
"@tsparticles/updater-life": "^3.0.0-beta.
|
|
130
|
-
"@tsparticles/updater-opacity": "^3.0.0-beta.
|
|
131
|
-
"@tsparticles/updater-out-modes": "^3.0.0-beta.
|
|
132
|
-
"@tsparticles/updater-rotate": "^3.0.0-beta.
|
|
133
|
-
"@tsparticles/updater-size": "^3.0.0-beta.
|
|
134
|
-
"@tsparticles/updater-stroke-color": "^3.0.0-beta.
|
|
102
|
+
"@tsparticles/basic": "^3.0.0-beta.4",
|
|
103
|
+
"@tsparticles/engine": "^3.0.0-beta.4",
|
|
104
|
+
"@tsparticles/interaction-external-attract": "^3.0.0-beta.4",
|
|
105
|
+
"@tsparticles/interaction-external-bounce": "^3.0.0-beta.4",
|
|
106
|
+
"@tsparticles/interaction-external-bubble": "^3.0.0-beta.4",
|
|
107
|
+
"@tsparticles/interaction-external-connect": "^3.0.0-beta.4",
|
|
108
|
+
"@tsparticles/interaction-external-grab": "^3.0.0-beta.4",
|
|
109
|
+
"@tsparticles/interaction-external-pause": "^3.0.0-beta.4",
|
|
110
|
+
"@tsparticles/interaction-external-push": "^3.0.0-beta.4",
|
|
111
|
+
"@tsparticles/interaction-external-remove": "^3.0.0-beta.4",
|
|
112
|
+
"@tsparticles/interaction-external-repulse": "^3.0.0-beta.4",
|
|
113
|
+
"@tsparticles/interaction-external-slow": "^3.0.0-beta.4",
|
|
114
|
+
"@tsparticles/interaction-particles-attract": "^3.0.0-beta.4",
|
|
115
|
+
"@tsparticles/interaction-particles-collisions": "^3.0.0-beta.4",
|
|
116
|
+
"@tsparticles/interaction-particles-links": "^3.0.0-beta.4",
|
|
117
|
+
"@tsparticles/move-base": "^3.0.0-beta.4",
|
|
118
|
+
"@tsparticles/move-parallax": "^3.0.0-beta.4",
|
|
119
|
+
"@tsparticles/pjs": "^3.0.0-beta.4",
|
|
120
|
+
"@tsparticles/plugin-easing-quad": "^3.0.0-beta.4",
|
|
121
|
+
"@tsparticles/shape-circle": "^3.0.0-beta.4",
|
|
122
|
+
"@tsparticles/shape-image": "^3.0.0-beta.4",
|
|
123
|
+
"@tsparticles/shape-line": "^3.0.0-beta.4",
|
|
124
|
+
"@tsparticles/shape-polygon": "^3.0.0-beta.4",
|
|
125
|
+
"@tsparticles/shape-square": "^3.0.0-beta.4",
|
|
126
|
+
"@tsparticles/shape-star": "^3.0.0-beta.4",
|
|
127
|
+
"@tsparticles/shape-text": "^3.0.0-beta.4",
|
|
128
|
+
"@tsparticles/updater-color": "^3.0.0-beta.4",
|
|
129
|
+
"@tsparticles/updater-life": "^3.0.0-beta.4",
|
|
130
|
+
"@tsparticles/updater-opacity": "^3.0.0-beta.4",
|
|
131
|
+
"@tsparticles/updater-out-modes": "^3.0.0-beta.4",
|
|
132
|
+
"@tsparticles/updater-rotate": "^3.0.0-beta.4",
|
|
133
|
+
"@tsparticles/updater-size": "^3.0.0-beta.4",
|
|
134
|
+
"@tsparticles/updater-stroke-color": "^3.0.0-beta.4"
|
|
135
135
|
},
|
|
136
136
|
"publishConfig": {
|
|
137
137
|
"access": "public"
|