@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 CHANGED
@@ -1,4 +1,4 @@
1
- import { initPjs } from "@tsparticles/particles.js";
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 particles_js_1 = require("@tsparticles/particles.js");
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, particles_js_1.initPjs)(engine);
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/particles.js";
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.2",
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.2",
103
- "@tsparticles/engine": "^3.0.0-beta.2",
104
- "@tsparticles/interaction-external-attract": "^3.0.0-beta.2",
105
- "@tsparticles/interaction-external-bounce": "^3.0.0-beta.2",
106
- "@tsparticles/interaction-external-bubble": "^3.0.0-beta.2",
107
- "@tsparticles/interaction-external-connect": "^3.0.0-beta.2",
108
- "@tsparticles/interaction-external-grab": "^3.0.0-beta.2",
109
- "@tsparticles/interaction-external-pause": "^3.0.0-beta.2",
110
- "@tsparticles/interaction-external-push": "^3.0.0-beta.2",
111
- "@tsparticles/interaction-external-remove": "^3.0.0-beta.2",
112
- "@tsparticles/interaction-external-repulse": "^3.0.0-beta.2",
113
- "@tsparticles/interaction-external-slow": "^3.0.0-beta.2",
114
- "@tsparticles/interaction-particles-attract": "^3.0.0-beta.2",
115
- "@tsparticles/interaction-particles-collisions": "^3.0.0-beta.2",
116
- "@tsparticles/interaction-particles-links": "^3.0.0-beta.2",
117
- "@tsparticles/move-base": "^3.0.0-beta.2",
118
- "@tsparticles/move-parallax": "^3.0.0-beta.2",
119
- "@tsparticles/particles.js": "^3.0.0-beta.2",
120
- "@tsparticles/plugin-easing-quad": "^3.0.0-beta.2",
121
- "@tsparticles/shape-circle": "^3.0.0-beta.2",
122
- "@tsparticles/shape-image": "^3.0.0-beta.2",
123
- "@tsparticles/shape-line": "^3.0.0-beta.2",
124
- "@tsparticles/shape-polygon": "^3.0.0-beta.2",
125
- "@tsparticles/shape-square": "^3.0.0-beta.2",
126
- "@tsparticles/shape-star": "^3.0.0-beta.2",
127
- "@tsparticles/shape-text": "^3.0.0-beta.2",
128
- "@tsparticles/updater-color": "^3.0.0-beta.2",
129
- "@tsparticles/updater-life": "^3.0.0-beta.2",
130
- "@tsparticles/updater-opacity": "^3.0.0-beta.2",
131
- "@tsparticles/updater-out-modes": "^3.0.0-beta.2",
132
- "@tsparticles/updater-rotate": "^3.0.0-beta.2",
133
- "@tsparticles/updater-size": "^3.0.0-beta.2",
134
- "@tsparticles/updater-stroke-color": "^3.0.0-beta.2"
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"