tsparticles 2.9.2 → 2.10.0
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/cjs/index.js +10 -21
- package/package.json +25 -15
- package/report.html +3 -3
- package/tsparticles.bundle.js +3290 -2922
- package/tsparticles.bundle.min.js +1 -1
- package/tsparticles.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.js +2 -2
- package/tsparticles.min.js.LICENSE.txt +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tsParticles v2.
|
|
1
|
+
/*! tsParticles v2.10.0 by Matteo Bruni */
|
package/tsparticles.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Demo / Generator : https://particles.js.org/
|
|
5
5
|
* GitHub : https://www.github.com/matteobruni/tsparticles
|
|
6
6
|
* How to use? : Check the GitHub README
|
|
7
|
-
* v2.
|
|
7
|
+
* v2.10.0
|
|
8
8
|
*/
|
|
9
9
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
10
10
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
@@ -156,7 +156,7 @@ var __webpack_exports__ = {};
|
|
|
156
156
|
(() => {
|
|
157
157
|
__webpack_require__.r(__webpack_exports__);
|
|
158
158
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
159
|
-
/* harmony export */
|
|
159
|
+
/* harmony export */ loadFull: () => (/* binding */ loadFull)
|
|
160
160
|
/* harmony export */ });
|
|
161
161
|
/* harmony import */ var tsparticles_plugin_absorbers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(359);
|
|
162
162
|
/* harmony import */ var tsparticles_plugin_absorbers__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(tsparticles_plugin_absorbers__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tsParticles v2.
|
|
1
|
+
/*! tsParticles v2.10.0 by Matteo Bruni */
|