@tsparticles/path-curves 4.0.0-beta.0 → 4.0.0-beta.2

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/365.min.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";(this.webpackChunk_tsparticles_path_curves=this.webpackChunk_tsparticles_path_curves||[]).push([[365],{365(t,e,n){n.d(e,{CurvesPathGenerator:()=>s});var i=n(303);n(400);let o={rndFunc:null,period:100,nbHarmonics:2,attenHarmonics:.8,lowValue:-.03,highValue:.03};class s{options;_container;constructor(t){this._container=t,this.options=(0,i.deepExtend)({},o)}generate(t){if(!t.pathGen){let{options:e}=this;t.pathGen=function(t,e,n,o,s=0,r=1){let c=[],a=[],l=[],u=[],h=[],p=t??i.getRandom,d=0;n<1&&(n=1);for(let t=1;t<=n;++t)c[t]=p(),a[t]=p(),l[t]=1===t?1:l[t-1]*o,d+=l[t],u[t]=t/e,h[t]=p();return l.forEach((t,e)=>l[e]=t/d*(r-s)),()=>{let t,e,i=0;for(let o=n;o>=1;--o)t=h[o]+=u[o],h[o]>=1&&(t=h[o]-=1,c[o]=a[o],a[o]=p()),e=t**2*(3-2*t),i+=(c[o]*(1-e)+a[o]*e)*l[o];return i+s}}(e.rndFunc,e.period,e.nbHarmonics,e.attenHarmonics,e.lowValue,e.highValue)}return t.curveVelocity?(t.curveVelocity.length+=.01,t.curveVelocity.angle=(t.curveVelocity.angle+t.pathGen())%i.doublePI):(t.curveVelocity=i.Vector.origin,t.curveVelocity.length=.6*(0,i.getRandom)()+.8,t.curveVelocity.angle=(0,i.getRandom)()*i.doublePI),t.velocity.x=0,t.velocity.y=0,t.curveVelocity}init(){let t=this._container.actualOptions.particles.move.path.options;(0,i.isFunction)(t.rndFunc)?this.options.rndFunc=t.rndFunc:(0,i.isString)(t.rndFunc)&&(this.options.rndFunc=globalThis[t.rndFunc]??this.options.rndFunc),this.options.period=t.period??this.options.period,this.options.nbHarmonics=t.nbHarmonics??this.options.nbHarmonics,this.options.attenHarmonics=t.attenHarmonics??this.options.attenHarmonics,this.options.lowValue=t.lowValue??this.options.lowValue,this.options.highValue=t.highValue??this.options.highValue}reset(t){delete t.pathGen,delete t.curveVelocity}update(){}}}}]);
@@ -1,5 +1,6 @@
1
1
  import { Vector, deepExtend, doublePI, getRandom, isFunction, isString } from "@tsparticles/engine";
2
2
  import { CurvesPathGen } from "./Curves.js";
3
+ import {} from "@tsparticles/plugin-move";
3
4
  const defaultOptions = {
4
5
  rndFunc: null,
5
6
  period: 100,
package/browser/index.js CHANGED
@@ -1,10 +1,12 @@
1
+ import {} from "@tsparticles/engine";
2
+ import {} from "@tsparticles/plugin-move";
1
3
  export const curvesPathName = "curvesPathGenerator";
2
4
  export async function loadCurvesPath(engine) {
3
- engine.checkVersion("4.0.0-beta.0");
4
- await engine.register(async (e) => {
5
+ engine.checkVersion("4.0.0-beta.2");
6
+ await engine.pluginManager.register(async (e) => {
5
7
  const { ensureBaseMoverLoaded } = await import("@tsparticles/plugin-move");
6
8
  ensureBaseMoverLoaded(e);
7
- e.addPathGenerator?.(curvesPathName, async (container) => {
9
+ e.pluginManager.addPathGenerator?.(curvesPathName, async (container) => {
8
10
  const { CurvesPathGenerator } = await import("./CurvesPathGenerator.js");
9
11
  return new CurvesPathGenerator(container);
10
12
  });
@@ -1,5 +1,6 @@
1
1
  import { Vector, deepExtend, doublePI, getRandom, isFunction, isString } from "@tsparticles/engine";
2
2
  import { CurvesPathGen } from "./Curves.js";
3
+ import {} from "@tsparticles/plugin-move";
3
4
  const defaultOptions = {
4
5
  rndFunc: null,
5
6
  period: 100,
package/cjs/index.js CHANGED
@@ -1,10 +1,12 @@
1
+ import {} from "@tsparticles/engine";
2
+ import {} from "@tsparticles/plugin-move";
1
3
  export const curvesPathName = "curvesPathGenerator";
2
4
  export async function loadCurvesPath(engine) {
3
- engine.checkVersion("4.0.0-beta.0");
4
- await engine.register(async (e) => {
5
+ engine.checkVersion("4.0.0-beta.2");
6
+ await engine.pluginManager.register(async (e) => {
5
7
  const { ensureBaseMoverLoaded } = await import("@tsparticles/plugin-move");
6
8
  ensureBaseMoverLoaded(e);
7
- e.addPathGenerator?.(curvesPathName, async (container) => {
9
+ e.pluginManager.addPathGenerator?.(curvesPathName, async (container) => {
8
10
  const { CurvesPathGenerator } = await import("./CurvesPathGenerator.js");
9
11
  return new CurvesPathGenerator(container);
10
12
  });
@@ -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
- * v4.0.0-beta.0
7
+ * v4.0.0-beta.2
8
8
  */
9
9
  "use strict";
10
10
  /*
@@ -33,7 +33,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
33
33
  \*********************************************/
34
34
  (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
35
35
 
36
- eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ CurvesPathGenerator: () => (/* binding */ CurvesPathGenerator)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n/* harmony import */ var _Curves_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Curves.js */ \"./dist/browser/Curves.js\");\n\n\nconst defaultOptions = {\n rndFunc: null,\n period: 100,\n nbHarmonics: 2,\n attenHarmonics: 0.8,\n lowValue: -0.03,\n highValue: 0.03\n};\nfunction randomVelocity() {\n const offset = 0.8, factor = 0.6;\n return (0,_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.getRandom)() * factor + offset;\n}\nclass CurvesPathGenerator {\n options;\n _container;\n constructor(container){\n this._container = container;\n this.options = (0,_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.deepExtend)({}, defaultOptions);\n }\n generate(particle) {\n if (!particle.pathGen) {\n const { options } = this;\n particle.pathGen = (0,_Curves_js__WEBPACK_IMPORTED_MODULE_1__.CurvesPathGen)(options.rndFunc, options.period, options.nbHarmonics, options.attenHarmonics, options.lowValue, options.highValue);\n }\n if (particle.curveVelocity) {\n particle.curveVelocity.length += 0.01;\n particle.curveVelocity.angle = (particle.curveVelocity.angle + particle.pathGen()) % _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.doublePI;\n } else {\n particle.curveVelocity = _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.Vector.origin;\n particle.curveVelocity.length = randomVelocity();\n particle.curveVelocity.angle = (0,_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.getRandom)() * _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.doublePI;\n }\n particle.velocity.x = 0;\n particle.velocity.y = 0;\n return particle.curveVelocity;\n }\n init() {\n const sourceOptions = this._container.actualOptions.particles.move.path.options;\n if ((0,_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.isFunction)(sourceOptions[\"rndFunc\"])) {\n this.options.rndFunc = sourceOptions[\"rndFunc\"];\n } else if ((0,_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.isString)(sourceOptions[\"rndFunc\"])) {\n this.options.rndFunc = globalThis[sourceOptions[\"rndFunc\"]] ?? this.options.rndFunc;\n }\n this.options.period = sourceOptions[\"period\"] ?? this.options.period;\n this.options.nbHarmonics = sourceOptions[\"nbHarmonics\"] ?? this.options.nbHarmonics;\n this.options.attenHarmonics = sourceOptions[\"attenHarmonics\"] ?? this.options.attenHarmonics;\n this.options.lowValue = sourceOptions[\"lowValue\"] ?? this.options.lowValue;\n this.options.highValue = sourceOptions[\"highValue\"] ?? this.options.highValue;\n }\n reset(particle) {\n delete particle.pathGen;\n delete particle.curveVelocity;\n }\n update() {}\n}\n\n\n//# sourceURL=webpack://@tsparticles/path-curves/./dist/browser/CurvesPathGenerator.js?\n}");
36
+ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ CurvesPathGenerator: () => (/* binding */ CurvesPathGenerator)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n/* harmony import */ var _Curves_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Curves.js */ \"./dist/browser/Curves.js\");\n/* harmony import */ var _tsparticles_plugin_move__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @tsparticles/plugin-move */ \"@tsparticles/plugin-move\");\n\n\n\nconst defaultOptions = {\n rndFunc: null,\n period: 100,\n nbHarmonics: 2,\n attenHarmonics: 0.8,\n lowValue: -0.03,\n highValue: 0.03\n};\nfunction randomVelocity() {\n const offset = 0.8, factor = 0.6;\n return (0,_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.getRandom)() * factor + offset;\n}\nclass CurvesPathGenerator {\n options;\n _container;\n constructor(container){\n this._container = container;\n this.options = (0,_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.deepExtend)({}, defaultOptions);\n }\n generate(particle) {\n if (!particle.pathGen) {\n const { options } = this;\n particle.pathGen = (0,_Curves_js__WEBPACK_IMPORTED_MODULE_1__.CurvesPathGen)(options.rndFunc, options.period, options.nbHarmonics, options.attenHarmonics, options.lowValue, options.highValue);\n }\n if (particle.curveVelocity) {\n particle.curveVelocity.length += 0.01;\n particle.curveVelocity.angle = (particle.curveVelocity.angle + particle.pathGen()) % _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.doublePI;\n } else {\n particle.curveVelocity = _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.Vector.origin;\n particle.curveVelocity.length = randomVelocity();\n particle.curveVelocity.angle = (0,_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.getRandom)() * _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.doublePI;\n }\n particle.velocity.x = 0;\n particle.velocity.y = 0;\n return particle.curveVelocity;\n }\n init() {\n const sourceOptions = this._container.actualOptions.particles.move.path.options;\n if ((0,_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.isFunction)(sourceOptions[\"rndFunc\"])) {\n this.options.rndFunc = sourceOptions[\"rndFunc\"];\n } else if ((0,_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.isString)(sourceOptions[\"rndFunc\"])) {\n this.options.rndFunc = globalThis[sourceOptions[\"rndFunc\"]] ?? this.options.rndFunc;\n }\n this.options.period = sourceOptions[\"period\"] ?? this.options.period;\n this.options.nbHarmonics = sourceOptions[\"nbHarmonics\"] ?? this.options.nbHarmonics;\n this.options.attenHarmonics = sourceOptions[\"attenHarmonics\"] ?? this.options.attenHarmonics;\n this.options.lowValue = sourceOptions[\"lowValue\"] ?? this.options.lowValue;\n this.options.highValue = sourceOptions[\"highValue\"] ?? this.options.highValue;\n }\n reset(particle) {\n delete particle.pathGen;\n delete particle.curveVelocity;\n }\n update() {}\n}\n\n\n//# sourceURL=webpack://@tsparticles/path-curves/./dist/browser/CurvesPathGenerator.js?\n}");
37
37
 
38
38
  /***/ }
39
39
 
@@ -1,5 +1,6 @@
1
1
  import { Vector, deepExtend, doublePI, getRandom, isFunction, isString } from "@tsparticles/engine";
2
2
  import { CurvesPathGen } from "./Curves.js";
3
+ import {} from "@tsparticles/plugin-move";
3
4
  const defaultOptions = {
4
5
  rndFunc: null,
5
6
  period: 100,
package/esm/index.js CHANGED
@@ -1,10 +1,12 @@
1
+ import {} from "@tsparticles/engine";
2
+ import {} from "@tsparticles/plugin-move";
1
3
  export const curvesPathName = "curvesPathGenerator";
2
4
  export async function loadCurvesPath(engine) {
3
- engine.checkVersion("4.0.0-beta.0");
4
- await engine.register(async (e) => {
5
+ engine.checkVersion("4.0.0-beta.2");
6
+ await engine.pluginManager.register(async (e) => {
5
7
  const { ensureBaseMoverLoaded } = await import("@tsparticles/plugin-move");
6
8
  ensureBaseMoverLoaded(e);
7
- e.addPathGenerator?.(curvesPathName, async (container) => {
9
+ e.pluginManager.addPathGenerator?.(curvesPathName, async (container) => {
8
10
  const { CurvesPathGenerator } = await import("./CurvesPathGenerator.js");
9
11
  return new CurvesPathGenerator(container);
10
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsparticles/path-curves",
3
- "version": "4.0.0-beta.0",
3
+ "version": "4.0.0-beta.2",
4
4
  "description": "tsParticles curves path",
5
5
  "homepage": "https://particles.js.org",
6
6
  "repository": {
@@ -98,14 +98,13 @@
98
98
  "browser": "./browser/index.js",
99
99
  "import": "./esm/index.js",
100
100
  "require": "./cjs/index.js",
101
- "umd": "./umd/index.js",
102
- "default": "./cjs/index.js"
101
+ "default": "./esm/index.js"
103
102
  },
104
103
  "./package.json": "./package.json"
105
104
  },
106
- "dependencies": {
107
- "@tsparticles/engine": "4.0.0-beta.0",
108
- "@tsparticles/plugin-move": "4.0.0-beta.0"
105
+ "peerDependencies": {
106
+ "@tsparticles/engine": "4.0.0-beta.1",
107
+ "@tsparticles/plugin-move": "4.0.0-beta.1"
109
108
  },
110
109
  "type": "module"
111
110
  }