tsparticles 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.
@@ -1 +1 @@
1
- /*! tsParticles v3.0.0-beta.2 by Matteo Bruni */
1
+ /*! tsParticles v3.0.0-beta.4 by Matteo Bruni */
package/tsparticles.js CHANGED
@@ -4,18 +4,18 @@
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
- * v3.0.0-beta.2
7
+ * v3.0.0-beta.4
8
8
  */
9
9
  (function webpackUniversalModuleDefinition(root, factory) {
10
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"));
11
+ module.exports = factory(require("@tsparticles/plugin-absorbers"), require("@tsparticles/updater-destroy"), require("@tsparticles/plugin-emitters"), require("@tsparticles/plugin-emitters-shape-circle"), require("@tsparticles/plugin-emitters-shape-square"), 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
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);
13
+ define(["@tsparticles/plugin-absorbers", "@tsparticles/updater-destroy", "@tsparticles/plugin-emitters", "@tsparticles/plugin-emitters-shape-circle", "@tsparticles/plugin-emitters-shape-square", "@tsparticles/interaction-external-trail", "@tsparticles/updater-roll", "@tsparticles/slim", "@tsparticles/updater-tilt", "@tsparticles/updater-twinkle", "@tsparticles/updater-wobble"], factory);
14
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"]);
15
+ var a = typeof exports === 'object' ? factory(require("@tsparticles/plugin-absorbers"), require("@tsparticles/updater-destroy"), require("@tsparticles/plugin-emitters"), require("@tsparticles/plugin-emitters-shape-circle"), require("@tsparticles/plugin-emitters-shape-square"), 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"], root["window"], root["window"]);
16
16
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
17
17
  }
18
- })(this, (__WEBPACK_EXTERNAL_MODULE__94__, __WEBPACK_EXTERNAL_MODULE__344__, __WEBPACK_EXTERNAL_MODULE__68__, __WEBPACK_EXTERNAL_MODULE__889__, __WEBPACK_EXTERNAL_MODULE__734__, __WEBPACK_EXTERNAL_MODULE__830__, __WEBPACK_EXTERNAL_MODULE__448__, __WEBPACK_EXTERNAL_MODULE__4__, __WEBPACK_EXTERNAL_MODULE__83__) => {
18
+ })(this, (__WEBPACK_EXTERNAL_MODULE__94__, __WEBPACK_EXTERNAL_MODULE__344__, __WEBPACK_EXTERNAL_MODULE__68__, __WEBPACK_EXTERNAL_MODULE__953__, __WEBPACK_EXTERNAL_MODULE__787__, __WEBPACK_EXTERNAL_MODULE__889__, __WEBPACK_EXTERNAL_MODULE__734__, __WEBPACK_EXTERNAL_MODULE__830__, __WEBPACK_EXTERNAL_MODULE__448__, __WEBPACK_EXTERNAL_MODULE__4__, __WEBPACK_EXTERNAL_MODULE__83__) => {
19
19
  return /******/ (() => { // webpackBootstrap
20
20
  /******/ "use strict";
21
21
  /******/ var __webpack_modules__ = ({
@@ -41,6 +41,20 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__68__;
41
41
 
42
42
  /***/ }),
43
43
 
44
+ /***/ 953:
45
+ /***/ ((module) => {
46
+
47
+ module.exports = __WEBPACK_EXTERNAL_MODULE__953__;
48
+
49
+ /***/ }),
50
+
51
+ /***/ 787:
52
+ /***/ ((module) => {
53
+
54
+ module.exports = __WEBPACK_EXTERNAL_MODULE__787__;
55
+
56
+ /***/ }),
57
+
44
58
  /***/ 830:
45
59
  /***/ ((module) => {
46
60
 
@@ -164,18 +178,24 @@ __webpack_require__.r(__webpack_exports__);
164
178
  /* harmony import */ var _tsparticles_updater_destroy__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_updater_destroy__WEBPACK_IMPORTED_MODULE_1__);
165
179
  /* harmony import */ var _tsparticles_plugin_emitters__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(68);
166
180
  /* 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__(889);
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__(734);
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__(830);
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__(448);
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__(4);
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__(83);
178
- /* harmony import */ var _tsparticles_updater_wobble__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_updater_wobble__WEBPACK_IMPORTED_MODULE_8__);
181
+ /* harmony import */ var _tsparticles_plugin_emitters_shape_circle__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(953);
182
+ /* harmony import */ var _tsparticles_plugin_emitters_shape_circle__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_plugin_emitters_shape_circle__WEBPACK_IMPORTED_MODULE_3__);
183
+ /* harmony import */ var _tsparticles_plugin_emitters_shape_square__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(787);
184
+ /* harmony import */ var _tsparticles_plugin_emitters_shape_square__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_plugin_emitters_shape_square__WEBPACK_IMPORTED_MODULE_4__);
185
+ /* harmony import */ var _tsparticles_interaction_external_trail__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(889);
186
+ /* harmony import */ var _tsparticles_interaction_external_trail__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_interaction_external_trail__WEBPACK_IMPORTED_MODULE_5__);
187
+ /* harmony import */ var _tsparticles_updater_roll__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(734);
188
+ /* harmony import */ var _tsparticles_updater_roll__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_updater_roll__WEBPACK_IMPORTED_MODULE_6__);
189
+ /* harmony import */ var _tsparticles_slim__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(830);
190
+ /* harmony import */ var _tsparticles_slim__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_slim__WEBPACK_IMPORTED_MODULE_7__);
191
+ /* harmony import */ var _tsparticles_updater_tilt__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(448);
192
+ /* harmony import */ var _tsparticles_updater_tilt__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_updater_tilt__WEBPACK_IMPORTED_MODULE_8__);
193
+ /* harmony import */ var _tsparticles_updater_twinkle__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(4);
194
+ /* harmony import */ var _tsparticles_updater_twinkle__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_updater_twinkle__WEBPACK_IMPORTED_MODULE_9__);
195
+ /* harmony import */ var _tsparticles_updater_wobble__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(83);
196
+ /* harmony import */ var _tsparticles_updater_wobble__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_updater_wobble__WEBPACK_IMPORTED_MODULE_10__);
197
+
198
+
179
199
 
180
200
 
181
201
 
@@ -187,14 +207,16 @@ __webpack_require__.r(__webpack_exports__);
187
207
 
188
208
  async function loadFull(engine, refresh = true) {
189
209
  await (0,_tsparticles_updater_destroy__WEBPACK_IMPORTED_MODULE_1__.loadDestroyUpdater)(engine, false);
190
- await (0,_tsparticles_updater_roll__WEBPACK_IMPORTED_MODULE_4__.loadRollUpdater)(engine, false);
191
- await (0,_tsparticles_updater_tilt__WEBPACK_IMPORTED_MODULE_6__.loadTiltUpdater)(engine, false);
192
- await (0,_tsparticles_updater_twinkle__WEBPACK_IMPORTED_MODULE_7__.loadTwinkleUpdater)(engine, false);
193
- await (0,_tsparticles_updater_wobble__WEBPACK_IMPORTED_MODULE_8__.loadWobbleUpdater)(engine, false);
194
- await (0,_tsparticles_interaction_external_trail__WEBPACK_IMPORTED_MODULE_3__.loadExternalTrailInteraction)(engine, false);
210
+ await (0,_tsparticles_updater_roll__WEBPACK_IMPORTED_MODULE_6__.loadRollUpdater)(engine, false);
211
+ await (0,_tsparticles_updater_tilt__WEBPACK_IMPORTED_MODULE_8__.loadTiltUpdater)(engine, false);
212
+ await (0,_tsparticles_updater_twinkle__WEBPACK_IMPORTED_MODULE_9__.loadTwinkleUpdater)(engine, false);
213
+ await (0,_tsparticles_updater_wobble__WEBPACK_IMPORTED_MODULE_10__.loadWobbleUpdater)(engine, false);
214
+ await (0,_tsparticles_interaction_external_trail__WEBPACK_IMPORTED_MODULE_5__.loadExternalTrailInteraction)(engine, false);
195
215
  await (0,_tsparticles_plugin_absorbers__WEBPACK_IMPORTED_MODULE_0__.loadAbsorbersPlugin)(engine, false);
196
216
  await (0,_tsparticles_plugin_emitters__WEBPACK_IMPORTED_MODULE_2__.loadEmittersPlugin)(engine, false);
197
- await (0,_tsparticles_slim__WEBPACK_IMPORTED_MODULE_5__.loadSlim)(engine, refresh);
217
+ await (0,_tsparticles_plugin_emitters_shape_circle__WEBPACK_IMPORTED_MODULE_3__.loadEmittersShapeCircle)(engine, false);
218
+ await (0,_tsparticles_plugin_emitters_shape_square__WEBPACK_IMPORTED_MODULE_4__.loadEmittersShapeSquare)(engine, false);
219
+ await (0,_tsparticles_slim__WEBPACK_IMPORTED_MODULE_7__.loadSlim)(engine, refresh);
198
220
  }
199
221
  })();
200
222
 
@@ -1,2 +1,2 @@
1
1
  /*! For license information please see tsparticles.min.js.LICENSE.txt */
2
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(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"));else if("function"==typeof define&&define.amd)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"],t);else{var r="object"==typeof exports?t(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")):t(e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window);for(var i in r)("object"==typeof exports?exports:e)[i]=r[i]}}(this,((e,t,r,i,a,s,l,o,p)=>(()=>{"use strict";var d={889:e=>{e.exports=i},94:t=>{t.exports=e},68:e=>{e.exports=r},830:e=>{e.exports=s},344:e=>{e.exports=t},734:e=>{e.exports=a},448:e=>{e.exports=l},4:e=>{e.exports=o},83:e=>{e.exports=p}},n={};function u(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={exports:{}};return d[e](r,r.exports,u),r.exports}u.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return u.d(t,{a:t}),t},u.d=(e,t)=>{for(var r in t)u.o(t,r)&&!u.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},u.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),u.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var c={};return(()=>{u.r(c),u.d(c,{loadFull:()=>d});var e=u(94),t=u(344),r=u(68),i=u(889),a=u(734),s=u(830),l=u(448),o=u(4),p=u(83);async function d(d,n=!0){await(0,t.loadDestroyUpdater)(d,!1),await(0,a.loadRollUpdater)(d,!1),await(0,l.loadTiltUpdater)(d,!1),await(0,o.loadTwinkleUpdater)(d,!1),await(0,p.loadWobbleUpdater)(d,!1),await(0,i.loadExternalTrailInteraction)(d,!1),await(0,e.loadAbsorbersPlugin)(d,!1),await(0,r.loadEmittersPlugin)(d,!1),await(0,s.loadSlim)(d,n)}})(),c})()));
2
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("@tsparticles/plugin-absorbers"),require("@tsparticles/updater-destroy"),require("@tsparticles/plugin-emitters"),require("@tsparticles/plugin-emitters-shape-circle"),require("@tsparticles/plugin-emitters-shape-square"),require("@tsparticles/interaction-external-trail"),require("@tsparticles/updater-roll"),require("@tsparticles/slim"),require("@tsparticles/updater-tilt"),require("@tsparticles/updater-twinkle"),require("@tsparticles/updater-wobble"));else if("function"==typeof define&&define.amd)define(["@tsparticles/plugin-absorbers","@tsparticles/updater-destroy","@tsparticles/plugin-emitters","@tsparticles/plugin-emitters-shape-circle","@tsparticles/plugin-emitters-shape-square","@tsparticles/interaction-external-trail","@tsparticles/updater-roll","@tsparticles/slim","@tsparticles/updater-tilt","@tsparticles/updater-twinkle","@tsparticles/updater-wobble"],t);else{var r="object"==typeof exports?t(require("@tsparticles/plugin-absorbers"),require("@tsparticles/updater-destroy"),require("@tsparticles/plugin-emitters"),require("@tsparticles/plugin-emitters-shape-circle"),require("@tsparticles/plugin-emitters-shape-square"),require("@tsparticles/interaction-external-trail"),require("@tsparticles/updater-roll"),require("@tsparticles/slim"),require("@tsparticles/updater-tilt"),require("@tsparticles/updater-twinkle"),require("@tsparticles/updater-wobble")):t(e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window);for(var i in r)("object"==typeof exports?exports:e)[i]=r[i]}}(this,((e,t,r,i,a,s,l,p,o,u,n)=>(()=>{"use strict";var d={889:e=>{e.exports=s},94:t=>{t.exports=e},68:e=>{e.exports=r},953:e=>{e.exports=i},787:e=>{e.exports=a},830:e=>{e.exports=p},344:e=>{e.exports=t},734:e=>{e.exports=l},448:e=>{e.exports=o},4:e=>{e.exports=u},83:e=>{e.exports=n}},c={};function w(e){var t=c[e];if(void 0!==t)return t.exports;var r=c[e]={exports:{}};return d[e](r,r.exports,w),r.exports}w.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return w.d(t,{a:t}),t},w.d=(e,t)=>{for(var r in t)w.o(t,r)&&!w.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},w.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),w.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var b={};return(()=>{w.r(b),w.d(b,{loadFull:()=>d});var e=w(94),t=w(344),r=w(68),i=w(953),a=w(787),s=w(889),l=w(734),p=w(830),o=w(448),u=w(4),n=w(83);async function d(d,c=!0){await(0,t.loadDestroyUpdater)(d,!1),await(0,l.loadRollUpdater)(d,!1),await(0,o.loadTiltUpdater)(d,!1),await(0,u.loadTwinkleUpdater)(d,!1),await(0,n.loadWobbleUpdater)(d,!1),await(0,s.loadExternalTrailInteraction)(d,!1),await(0,e.loadAbsorbersPlugin)(d,!1),await(0,r.loadEmittersPlugin)(d,!1),await(0,i.loadEmittersShapeCircle)(d,!1),await(0,a.loadEmittersShapeSquare)(d,!1),await(0,p.loadSlim)(d,c)}})(),b})()));
@@ -1 +1 @@
1
- /*! tsParticles v3.0.0-beta.2 by Matteo Bruni */
1
+ /*! tsParticles v3.0.0-beta.4 by Matteo Bruni */
package/umd/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  if (v !== undefined) module.exports = v;
5
5
  }
6
6
  else if (typeof define === "function" && define.amd) {
7
- define(["require", "exports", "@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);
7
+ define(["require", "exports", "@tsparticles/plugin-absorbers", "@tsparticles/updater-destroy", "@tsparticles/plugin-emitters", "@tsparticles/plugin-emitters-shape-circle", "@tsparticles/plugin-emitters-shape-square", "@tsparticles/interaction-external-trail", "@tsparticles/updater-roll", "@tsparticles/slim", "@tsparticles/updater-tilt", "@tsparticles/updater-twinkle", "@tsparticles/updater-wobble"], factory);
8
8
  }
9
9
  })(function (require, exports) {
10
10
  "use strict";
@@ -13,6 +13,8 @@
13
13
  const plugin_absorbers_1 = require("@tsparticles/plugin-absorbers");
14
14
  const updater_destroy_1 = require("@tsparticles/updater-destroy");
15
15
  const plugin_emitters_1 = require("@tsparticles/plugin-emitters");
16
+ const plugin_emitters_shape_circle_1 = require("@tsparticles/plugin-emitters-shape-circle");
17
+ const plugin_emitters_shape_square_1 = require("@tsparticles/plugin-emitters-shape-square");
16
18
  const interaction_external_trail_1 = require("@tsparticles/interaction-external-trail");
17
19
  const updater_roll_1 = require("@tsparticles/updater-roll");
18
20
  const slim_1 = require("@tsparticles/slim");
@@ -28,6 +30,8 @@
28
30
  await (0, interaction_external_trail_1.loadExternalTrailInteraction)(engine, false);
29
31
  await (0, plugin_absorbers_1.loadAbsorbersPlugin)(engine, false);
30
32
  await (0, plugin_emitters_1.loadEmittersPlugin)(engine, false);
33
+ await (0, plugin_emitters_shape_circle_1.loadEmittersShapeCircle)(engine, false);
34
+ await (0, plugin_emitters_shape_square_1.loadEmittersShapeSquare)(engine, false);
31
35
  await (0, slim_1.loadSlim)(engine, refresh);
32
36
  }
33
37
  exports.loadFull = loadFull;