tsparticles 2.1.1 → 2.1.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/README.md CHANGED
@@ -70,7 +70,7 @@ _Class Components_
70
70
 
71
71
  ```typescript jsx
72
72
  import React from "react";
73
- import Particles from "react-tsparticles";
73
+ import Particles from "react-particles";
74
74
  import type { Engine } from "tsparticles-engine";
75
75
  import { loadFull } from "tsparticles";
76
76
 
@@ -95,7 +95,7 @@ _Hooks / Functional Components_
95
95
 
96
96
  ```typescript jsx
97
97
  import React, { useCallback } from "react";
98
- import Particles from "react-tsparticles";
98
+ import Particles from "react-particles";
99
99
  import type { Engine } from "tsparticles-engine";
100
100
  import { loadFull } from "tsparticles";
101
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsparticles",
3
- "version": "2.1.1",
3
+ "version": "2.1.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": {
@@ -74,15 +74,15 @@
74
74
  "unpkg": "tsparticles.min.js",
75
75
  "types": "types/index.d.ts",
76
76
  "dependencies": {
77
- "tsparticles-engine": "^2.1.1",
78
- "tsparticles-interaction-external-trail": "^2.1.1",
79
- "tsparticles-plugin-absorbers": "^2.1.1",
80
- "tsparticles-plugin-emitters": "^2.1.1",
81
- "tsparticles-plugin-polygon-mask": "^2.1.1",
82
- "tsparticles-slim": "^2.1.1",
83
- "tsparticles-updater-roll": "^2.1.1",
84
- "tsparticles-updater-tilt": "^2.1.1",
85
- "tsparticles-updater-twinkle": "^2.1.1",
86
- "tsparticles-updater-wobble": "^2.1.1"
77
+ "tsparticles-engine": "^2.1.4",
78
+ "tsparticles-interaction-external-trail": "^2.1.4",
79
+ "tsparticles-plugin-absorbers": "^2.1.4",
80
+ "tsparticles-plugin-emitters": "^2.1.4",
81
+ "tsparticles-plugin-polygon-mask": "^2.1.4",
82
+ "tsparticles-slim": "^2.1.4",
83
+ "tsparticles-updater-roll": "^2.1.4",
84
+ "tsparticles-updater-tilt": "^2.1.4",
85
+ "tsparticles-updater-twinkle": "^2.1.4",
86
+ "tsparticles-updater-wobble": "^2.1.4"
87
87
  }
88
88
  }