UNPKG

9.72 kBJavaScriptView Raw
1/*!
2 * Author : Matteo Bruni
3 * MIT license: https://opensource.org/licenses/MIT
4 * Demo / Generator : https://particles.js.org/
5 * GitHub : https://www.github.com/matteobruni/tsparticles
6 * How to use? : Check the GitHub README
7 * v2.8.0
8 */
9(function webpackUniversalModuleDefinition(root, factory) {
10 if(typeof exports === 'object' && typeof module === 'object')
11 module.exports = factory(require("tsparticles-plugin-absorbers"), require("tsparticles-updater-destroy"), require("tsparticles-plugin-emitters"), require("tsparticles-interaction-external-trail"), require("tsparticles-updater-roll"), require("tsparticles-slim"), require("tsparticles-updater-tilt"), require("tsparticles-updater-twinkle"), require("tsparticles-updater-wobble"));
12 else if(typeof define === 'function' && define.amd)
13 define(["tsparticles-plugin-absorbers", "tsparticles-updater-destroy", "tsparticles-plugin-emitters", "tsparticles-interaction-external-trail", "tsparticles-updater-roll", "tsparticles-slim", "tsparticles-updater-tilt", "tsparticles-updater-twinkle", "tsparticles-updater-wobble"], factory);
14 else {
15 var a = typeof exports === 'object' ? factory(require("tsparticles-plugin-absorbers"), require("tsparticles-updater-destroy"), require("tsparticles-plugin-emitters"), require("tsparticles-interaction-external-trail"), require("tsparticles-updater-roll"), require("tsparticles-slim"), require("tsparticles-updater-tilt"), require("tsparticles-updater-twinkle"), require("tsparticles-updater-wobble")) : factory(root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"]);
16 for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
17 }
18})(this, (__WEBPACK_EXTERNAL_MODULE__359__, __WEBPACK_EXTERNAL_MODULE__731__, __WEBPACK_EXTERNAL_MODULE__716__, __WEBPACK_EXTERNAL_MODULE__955__, __WEBPACK_EXTERNAL_MODULE__852__, __WEBPACK_EXTERNAL_MODULE__353__, __WEBPACK_EXTERNAL_MODULE__95__, __WEBPACK_EXTERNAL_MODULE__765__, __WEBPACK_EXTERNAL_MODULE__585__) => {
19return /******/ (() => { // webpackBootstrap
20/******/ "use strict";
21/******/ var __webpack_modules__ = ({
22
23/***/ 955:
24/***/ ((module) => {
25
26module.exports = __WEBPACK_EXTERNAL_MODULE__955__;
27
28/***/ }),
29
30/***/ 359:
31/***/ ((module) => {
32
33module.exports = __WEBPACK_EXTERNAL_MODULE__359__;
34
35/***/ }),
36
37/***/ 716:
38/***/ ((module) => {
39
40module.exports = __WEBPACK_EXTERNAL_MODULE__716__;
41
42/***/ }),
43
44/***/ 353:
45/***/ ((module) => {
46
47module.exports = __WEBPACK_EXTERNAL_MODULE__353__;
48
49/***/ }),
50
51/***/ 731:
52/***/ ((module) => {
53
54module.exports = __WEBPACK_EXTERNAL_MODULE__731__;
55
56/***/ }),
57
58/***/ 852:
59/***/ ((module) => {
60
61module.exports = __WEBPACK_EXTERNAL_MODULE__852__;
62
63/***/ }),
64
65/***/ 95:
66/***/ ((module) => {
67
68module.exports = __WEBPACK_EXTERNAL_MODULE__95__;
69
70/***/ }),
71
72/***/ 765:
73/***/ ((module) => {
74
75module.exports = __WEBPACK_EXTERNAL_MODULE__765__;
76
77/***/ }),
78
79/***/ 585:
80/***/ ((module) => {
81
82module.exports = __WEBPACK_EXTERNAL_MODULE__585__;
83
84/***/ })
85
86/******/ });
87/************************************************************************/
88/******/ // The module cache
89/******/ var __webpack_module_cache__ = {};
90/******/
91/******/ // The require function
92/******/ function __webpack_require__(moduleId) {
93/******/ // Check if module is in cache
94/******/ var cachedModule = __webpack_module_cache__[moduleId];
95/******/ if (cachedModule !== undefined) {
96/******/ return cachedModule.exports;
97/******/ }
98/******/ // Create a new module (and put it into the cache)
99/******/ var module = __webpack_module_cache__[moduleId] = {
100/******/ // no module.id needed
101/******/ // no module.loaded needed
102/******/ exports: {}
103/******/ };
104/******/
105/******/ // Execute the module function
106/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
107/******/
108/******/ // Return the exports of the module
109/******/ return module.exports;
110/******/ }
111/******/
112/************************************************************************/
113/******/ /* webpack/runtime/compat get default export */
114/******/ (() => {
115/******/ // getDefaultExport function for compatibility with non-harmony modules
116/******/ __webpack_require__.n = (module) => {
117/******/ var getter = module && module.__esModule ?
118/******/ () => (module['default']) :
119/******/ () => (module);
120/******/ __webpack_require__.d(getter, { a: getter });
121/******/ return getter;
122/******/ };
123/******/ })();
124/******/
125/******/ /* webpack/runtime/define property getters */
126/******/ (() => {
127/******/ // define getter functions for harmony exports
128/******/ __webpack_require__.d = (exports, definition) => {
129/******/ for(var key in definition) {
130/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
131/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
132/******/ }
133/******/ }
134/******/ };
135/******/ })();
136/******/
137/******/ /* webpack/runtime/hasOwnProperty shorthand */
138/******/ (() => {
139/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
140/******/ })();
141/******/
142/******/ /* webpack/runtime/make namespace object */
143/******/ (() => {
144/******/ // define __esModule on exports
145/******/ __webpack_require__.r = (exports) => {
146/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
147/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
148/******/ }
149/******/ Object.defineProperty(exports, '__esModule', { value: true });
150/******/ };
151/******/ })();
152/******/
153/************************************************************************/
154var __webpack_exports__ = {};
155// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
156(() => {
157__webpack_require__.r(__webpack_exports__);
158/* harmony export */ __webpack_require__.d(__webpack_exports__, {
159/* harmony export */ "loadFull": () => (/* binding */ loadFull)
160/* harmony export */ });
161/* harmony import */ var tsparticles_plugin_absorbers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(359);
162/* harmony import */ var tsparticles_plugin_absorbers__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(tsparticles_plugin_absorbers__WEBPACK_IMPORTED_MODULE_0__);
163/* harmony import */ var tsparticles_updater_destroy__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(731);
164/* harmony import */ var tsparticles_updater_destroy__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_destroy__WEBPACK_IMPORTED_MODULE_1__);
165/* harmony import */ var tsparticles_plugin_emitters__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(716);
166/* harmony import */ var tsparticles_plugin_emitters__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(tsparticles_plugin_emitters__WEBPACK_IMPORTED_MODULE_2__);
167/* harmony import */ var tsparticles_interaction_external_trail__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(955);
168/* harmony import */ var tsparticles_interaction_external_trail__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(tsparticles_interaction_external_trail__WEBPACK_IMPORTED_MODULE_3__);
169/* harmony import */ var tsparticles_updater_roll__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(852);
170/* harmony import */ var tsparticles_updater_roll__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_roll__WEBPACK_IMPORTED_MODULE_4__);
171/* harmony import */ var tsparticles_slim__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(353);
172/* harmony import */ var tsparticles_slim__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(tsparticles_slim__WEBPACK_IMPORTED_MODULE_5__);
173/* harmony import */ var tsparticles_updater_tilt__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(95);
174/* harmony import */ var tsparticles_updater_tilt__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_tilt__WEBPACK_IMPORTED_MODULE_6__);
175/* harmony import */ var tsparticles_updater_twinkle__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(765);
176/* harmony import */ var tsparticles_updater_twinkle__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_twinkle__WEBPACK_IMPORTED_MODULE_7__);
177/* harmony import */ var tsparticles_updater_wobble__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(585);
178/* harmony import */ var tsparticles_updater_wobble__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(tsparticles_updater_wobble__WEBPACK_IMPORTED_MODULE_8__);
179
180
181
182
183
184
185
186
187
188async function loadFull(engine) {
189 await (0,tsparticles_slim__WEBPACK_IMPORTED_MODULE_5__.loadSlim)(engine);
190 await (0,tsparticles_updater_destroy__WEBPACK_IMPORTED_MODULE_1__.loadDestroyUpdater)(engine);
191 await (0,tsparticles_updater_roll__WEBPACK_IMPORTED_MODULE_4__.loadRollUpdater)(engine);
192 await (0,tsparticles_updater_tilt__WEBPACK_IMPORTED_MODULE_6__.loadTiltUpdater)(engine);
193 await (0,tsparticles_updater_twinkle__WEBPACK_IMPORTED_MODULE_7__.loadTwinkleUpdater)(engine);
194 await (0,tsparticles_updater_wobble__WEBPACK_IMPORTED_MODULE_8__.loadWobbleUpdater)(engine);
195 await (0,tsparticles_interaction_external_trail__WEBPACK_IMPORTED_MODULE_3__.loadExternalTrailInteraction)(engine);
196 await (0,tsparticles_plugin_absorbers__WEBPACK_IMPORTED_MODULE_0__.loadAbsorbersPlugin)(engine);
197 await (0,tsparticles_plugin_emitters__WEBPACK_IMPORTED_MODULE_2__.loadEmittersPlugin)(engine);
198}
199})();
200
201/******/ return __webpack_exports__;
202/******/ })()
203;
204});
\No newline at end of file