@realsee/dnalogel 3.48.7 → 3.49.1

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.
Files changed (140) hide show
  1. package/CHANGELOG.md +12 -3
  2. package/dist/Sculpt/Meshes/Line.d.ts +2 -1
  3. package/dist/Sculpt/Meshes/Prism.d.ts +1 -0
  4. package/dist/index.cjs.js +3008 -87
  5. package/dist/index.js +39484 -20079
  6. package/dist/index.umd.js +3001 -80
  7. package/dist/shared-utils/Object3DHelper/Controller/RotateController.d.ts +0 -1
  8. package/dist/shared-utils/Object3DHelper/Controller/ScaleController.d.ts +1 -1
  9. package/dist/shared-utils/three/PointSelector/index.d.ts +2 -1
  10. package/dist/shared-utils/three/generatePolygonGeometry.d.ts +1 -1
  11. package/dist/shared-utils/three/index.d.ts +1 -1
  12. package/libs/AreaMakerPlugin/Controller.js +7 -4
  13. package/libs/AreaMakerPlugin/index.js +7 -4
  14. package/libs/AreaMakerPlugin/utils/Item.js +7 -4
  15. package/libs/CSS3DRenderPlugin/Controller.js +12 -9
  16. package/libs/CSS3DRenderPlugin/index.js +9 -6
  17. package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +21 -18
  18. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +6 -3
  19. package/libs/CruisePlugin/BaseController.js +12 -9
  20. package/libs/CruisePlugin/Move.js +7 -4
  21. package/libs/CruisePlugin/Work.js +7 -4
  22. package/libs/CruisePlugin/index.js +11 -8
  23. package/libs/CurrentPanoImagePlugin/Controller.js +6 -3
  24. package/libs/CurrentPanoImagePlugin/index.js +7 -4
  25. package/libs/GuideLinePlugin/Controller.js +9 -6
  26. package/libs/GuideLinePlugin/GuideLineItem.js +7 -4
  27. package/libs/GuideLinePlugin/GuideLineModeItem/index.js +4 -3
  28. package/libs/GuideLinePlugin/GuideLineModeItem.js +7 -4
  29. package/libs/GuideLinePlugin/index.js +11 -8
  30. package/libs/ModelMakerPlugin/Controller.js +7 -4
  31. package/libs/ModelMakerPlugin/index.js +7 -4
  32. package/libs/ModelMakerPlugin/item/baseItem.js +2 -2
  33. package/libs/ModelMakerPlugin/item/boxItem.js +2 -2
  34. package/libs/ModelMakerPlugin/item/polygonItem.js +2 -2
  35. package/libs/ModelMakerPlugin/item/prismItem.js +2 -2
  36. package/libs/ModelMakerPlugin/utils/getFiveDomEvent.js +1 -1
  37. package/libs/ModelTVVideoPlugin/Plugin.js +7 -4
  38. package/libs/ModelTVVideoPlugin/index.js +6 -3
  39. package/libs/Object3DHelperPlugin/Controller.js +6 -3
  40. package/libs/Object3DHelperPlugin/index.js +9 -6
  41. package/libs/PanoCompassPlugin/Controller.js +6 -3
  42. package/libs/PanoCompassPlugin/index.js +7 -4
  43. package/libs/PanoDoorLabelPlugin/BaseController.js +16 -13
  44. package/libs/PanoDoorLabelPlugin/Controller.js +58 -55
  45. package/libs/PanoDoorLabelPlugin/index.js +7 -4
  46. package/libs/PanoMeasurePlugin/Components/Controller0.js +6 -3
  47. package/libs/PanoMeasurePlugin/Components/Controller1.js +6 -3
  48. package/libs/PanoMeasurePlugin/Controller/EditController.js +6 -3
  49. package/libs/PanoMeasurePlugin/Controller/WatchController.js +6 -3
  50. package/libs/PanoMeasurePlugin/Controller/index.js +6 -3
  51. package/libs/PanoMeasurePlugin/Model/area.js +6 -3
  52. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +4 -1
  53. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +6 -3
  54. package/libs/PanoMeasurePlugin/index.js +17 -14
  55. package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +16 -13
  56. package/libs/PanoSpatialTagPlugin/Plugin.js +7 -4
  57. package/libs/PanoSpatialTagPlugin/index.js +4 -1
  58. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +24 -21
  59. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +6 -3
  60. package/libs/PanoTagPlugin/Components/Tag/index.js +6 -3
  61. package/libs/PanoTagPlugin/Components/TagContainer.js +6 -3
  62. package/libs/PanoTagPlugin/Components/TagItem.js +6 -3
  63. package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +11 -5
  64. package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +14 -11
  65. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +12 -9
  66. package/libs/PanoTagPlugin/controller/Tag/PointTag.js +10 -7
  67. package/libs/PanoTagPlugin/controller/TagRender.js +7 -4
  68. package/libs/PanoTagPlugin/controller/TagUtil.js +7 -4
  69. package/libs/PanoTagPlugin/controller/index.js +10 -7
  70. package/libs/PanoTagPlugin/index.js +16 -13
  71. package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +25 -22
  72. package/libs/PanoVideoPlugin/Controller.js +9 -6
  73. package/libs/PanoVideoPlugin/VideoMeshController.js +6 -3
  74. package/libs/PanoVideoPlugin/index.js +9 -6
  75. package/libs/PipelinePlugin/Controller.js +13 -10
  76. package/libs/PipelinePlugin/index.js +7 -4
  77. package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +6 -3
  78. package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +16 -13
  79. package/libs/PipelinePlugin/utils/Objects/Pipe.js +20 -17
  80. package/libs/Sculpt/Meshes/Box.js +7 -6
  81. package/libs/Sculpt/Meshes/Cylinder.js +4 -3
  82. package/libs/Sculpt/Meshes/Line.d.ts +2 -1
  83. package/libs/Sculpt/Meshes/Line.js +11 -10
  84. package/libs/Sculpt/Meshes/LineWithDots.js +1 -1
  85. package/libs/Sculpt/Meshes/Point.js +11 -10
  86. package/libs/Sculpt/Meshes/PolygonWithEdge.js +1 -1
  87. package/libs/Sculpt/Meshes/Polyline.js +31 -31
  88. package/libs/Sculpt/Meshes/Prism.d.ts +1 -0
  89. package/libs/Sculpt/Meshes/Prism.js +48 -38
  90. package/libs/Sculpt/Meshes/Rectangle.js +5 -4
  91. package/libs/Sculpt/Objects/Line/Editor.js +4 -3
  92. package/libs/Sculpt/index.js +4 -3
  93. package/libs/Sculpt/utils/Modules/Global.js +1 -1
  94. package/libs/Sculpt/utils/three/ColoredMesh.js +5 -4
  95. package/libs/base/BasePlugin.js +5 -4
  96. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +6 -3
  97. package/libs/floorplan/MapviewFloorplanPlugin/index.js +7 -4
  98. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +6 -3
  99. package/libs/floorplan/ModelFloorplanPlugin/index.js +7 -4
  100. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +6 -3
  101. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +7 -4
  102. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +6 -3
  103. package/libs/floorplan/TopviewFloorplanPlugin/index.js +7 -4
  104. package/libs/floorplan/index.js +2 -1
  105. package/libs/index.js +131 -128
  106. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +57 -57
  107. package/libs/shared-utils/Object3DHelper/Controller/RotateController.d.ts +0 -1
  108. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +91 -97
  109. package/libs/shared-utils/Object3DHelper/Controller/ScaleController.d.ts +1 -1
  110. package/libs/shared-utils/Object3DHelper/Controller/ScaleController.js +34 -31
  111. package/libs/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.js +1 -1
  112. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +1 -1
  113. package/libs/shared-utils/Object3DHelper/Helper/index.js +1 -1
  114. package/libs/shared-utils/five/FiveDomEvents.js +1 -1
  115. package/libs/shared-utils/five/FiveLine.js +6 -18
  116. package/libs/shared-utils/five/index.js +4 -3
  117. package/libs/shared-utils/five/lookObject.js +18 -17
  118. package/libs/shared-utils/index.js +1 -1
  119. package/libs/shared-utils/logger.js +1 -1
  120. package/libs/shared-utils/three/PointSelector/index.d.ts +2 -1
  121. package/libs/shared-utils/three/PointSelector/index.js +24 -22
  122. package/libs/shared-utils/three/PointSelector/utils/PointSelectorHelper.js +1 -1
  123. package/libs/shared-utils/three/boundingBox.js +1 -1
  124. package/libs/shared-utils/three/generatePolygonGeometry.d.ts +1 -1
  125. package/libs/shared-utils/three/generatePolygonGeometry.js +8 -10
  126. package/libs/shared-utils/three/index.d.ts +1 -1
  127. package/libs/shared-utils/three/index.js +2 -1
  128. package/libs/vendor/three/build/three.module.js +19336 -0
  129. package/libs/vendor/three/examples/jsm/lines/LineGeometry.js +28 -0
  130. package/libs/vendor/three/examples/jsm/lines/LineSegmentsGeometry.js +69 -0
  131. package/package.json +1 -1
  132. /package/dist/shared-utils/three/{objects → core}/LineSegments.d.ts +0 -0
  133. /package/dist/shared-utils/three/{THREERaycaster.d.ts → core/Raycaster.d.ts} +0 -0
  134. /package/dist/shared-utils/three/{THREESphere.d.ts → core/Sphere.d.ts} +0 -0
  135. /package/libs/shared-utils/three/{objects → core}/LineSegments.d.ts +0 -0
  136. /package/libs/shared-utils/three/{objects → core}/LineSegments.js +0 -0
  137. /package/libs/shared-utils/three/{THREERaycaster.d.ts → core/Raycaster.d.ts} +0 -0
  138. /package/libs/shared-utils/three/{THREERaycaster.js → core/Raycaster.js} +0 -0
  139. /package/libs/shared-utils/three/{THREESphere.d.ts → core/Sphere.d.ts} +0 -0
  140. /package/libs/shared-utils/three/{THREESphere.js → core/Sphere.js} +0 -0
@@ -1,25 +1,25 @@
1
- var S = Object.defineProperty, b = Object.defineProperties;
2
- var y = Object.getOwnPropertyDescriptors;
1
+ var b = Object.defineProperty, y = Object.defineProperties;
2
+ var E = Object.getOwnPropertyDescriptors;
3
3
  var p = Object.getOwnPropertySymbols;
4
- var E = Object.prototype.hasOwnProperty, I = Object.prototype.propertyIsEnumerable;
5
- var f = (n, s, e) => s in n ? S(n, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[s] = e, l = (n, s) => {
4
+ var I = Object.prototype.hasOwnProperty, w = Object.prototype.propertyIsEnumerable;
5
+ var f = (n, s, e) => s in n ? b(n, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[s] = e, l = (n, s) => {
6
6
  for (var e in s || (s = {}))
7
- E.call(s, e) && f(n, e, s[e]);
7
+ I.call(s, e) && f(n, e, s[e]);
8
8
  if (p)
9
9
  for (var e of p(s))
10
- I.call(s, e) && f(n, e, s[e]);
10
+ w.call(s, e) && f(n, e, s[e]);
11
11
  return n;
12
- }, m = (n, s) => b(n, y(s));
12
+ }, m = (n, s) => y(n, E(s));
13
13
  var i = (n, s, e) => (f(n, typeof s != "symbol" ? s + "" : s, e), e);
14
- import { PointSelectorHelper as w } from "./utils/PointSelectorHelper.js";
15
- import { isTouchDevice as H } from "../../isTouchDevice.js";
14
+ import { PointSelectorHelper as H } from "./utils/PointSelectorHelper.js";
15
+ import { isTouchDevice as v } from "../../isTouchDevice.js";
16
16
  import M from "hammerjs";
17
17
  import * as d from "three";
18
18
  import { Subscribe as N } from "../../Subscribe.js";
19
19
  import { getIntersectByRaycaster as F, getVirtualIntersectByRaycaster as U } from "../../five/getPosition.js";
20
- import { getRaycasterByNdcPosition as L } from "../../five/getRaycasterByNdcPosition.js";
21
- import { CURSOR_NOT_ALLOW_URL as v } from "./utils/contents.js";
22
- const T = new d.Vector3(), u = () => !1;
20
+ import { getRaycasterByNdcPosition as T } from "../../five/getRaycasterByNdcPosition.js";
21
+ import { CURSOR_NOT_ALLOW_URL as P } from "./utils/contents.js";
22
+ const L = new d.Vector3(), u = () => !1;
23
23
  class G extends N {
24
24
  constructor(e, t) {
25
25
  var a, o, c;
@@ -105,7 +105,9 @@ class G extends N {
105
105
  * @description: 手指抬起后,重置pressDown状态
106
106
  */
107
107
  i(this, "onPanEnd", () => {
108
- this.pressDown && (this.pressDown = !1, this.select());
108
+ this.pressDown && (setTimeout(() => {
109
+ this.pressDown = !1;
110
+ }, 100), this.select());
109
111
  });
110
112
  i(this, "updateByMousePosition", (e) => {
111
113
  this.five.getElement() && (e && (this.mousePosition = e), this.updateByNdcPosition(this.mouseNdcPosition));
@@ -115,11 +117,11 @@ class G extends N {
115
117
  */
116
118
  i(this, "updateByNdcPosition", (e) => {
117
119
  var h, a;
118
- const t = L(this.five, e), r = F(this.five, t);
120
+ const t = T(this.five, e), r = F(this.five, t);
119
121
  if (r)
120
122
  return this.updatePointSelectorHelperIntersect(r), this.lastIntersection = r, !0;
121
123
  if (this.plane) {
122
- const o = t.ray.intersectPlane(this.plane, T);
124
+ const o = t.ray.intersectPlane(this.plane, L);
123
125
  if (o) {
124
126
  const c = {
125
127
  distance: this.five.camera.position.distanceTo(o),
@@ -145,7 +147,7 @@ class G extends N {
145
147
  */
146
148
  i(this, "updatePointSelectorHelperIntersect", (e) => {
147
149
  if (!e) {
148
- this.onLeave(), this.five.getElement().style.cursor = v;
150
+ this.onLeave(), this.five.getElement().style.cursor = P;
149
151
  return;
150
152
  }
151
153
  this.onEnter(), this.cursorError || (this.five.getElement().style.cursor = "");
@@ -164,10 +166,10 @@ class G extends N {
164
166
  const t = this.five.getElement();
165
167
  if (!t)
166
168
  return null;
167
- const { top: r, left: h, width: a, height: o } = t.getBoundingClientRect(), { clientX: c, clientY: P } = e;
169
+ const { top: r, left: h, width: a, height: o } = t.getBoundingClientRect(), { clientX: c, clientY: S } = e;
168
170
  return {
169
171
  x: (c - h) / a,
170
- y: 1 - (P - r) / o
172
+ y: 1 - (S - r) / o
171
173
  };
172
174
  });
173
175
  i(this, "onFiveWantsPanGesture", () => {
@@ -182,12 +184,12 @@ class G extends N {
182
184
  });
183
185
  this.five = e, this.config = l(l({}, this.config), t), this.actionIfNoModelUnderMouse = (a = t == null ? void 0 : t.actionIfNoModelUnderMouse) != null ? a : "virtualPoint";
184
186
  const r = (o = t == null ? void 0 : t.mode) != null ? o : "auto";
185
- r === "auto" ? this.mode = H ? "fixed" : "cursor" : this.mode = r;
187
+ r === "auto" ? this.mode = v ? "fixed" : "cursor" : this.mode = r;
186
188
  const h = {
187
189
  autoFixPCPosition: this.mode === "cursor",
188
190
  initialPosition: this.mode === "fixed" ? { left: "35%", top: "20%" } : void 0
189
191
  };
190
- this.pointSelectorHelper = new w(this.five, m(l({}, t == null ? void 0 : t.helper), {
192
+ this.pointSelectorHelper = new H(this.five, m(l({}, t == null ? void 0 : t.helper), {
191
193
  magnifierParams: l(l({}, h), (c = t == null ? void 0 : t.helper) == null ? void 0 : c.magnifierParams)
192
194
  })), this.pointSelectorHelper.hide();
193
195
  }
@@ -207,7 +209,7 @@ class G extends N {
207
209
  return this._cursorError;
208
210
  }
209
211
  set cursorError(e) {
210
- this._cursorError = e, this.five.getElement().style.cursor = e ? v : "", e ? this.pointSelectorHelper.hide() : this.pointSelectorHelper.show();
212
+ this._cursorError = e, this.five.getElement().style.cursor = e ? P : "", e ? this.pointSelectorHelper.hide() : this.pointSelectorHelper.show();
211
213
  }
212
214
  set outOfFive(e) {
213
215
  this._outOfFive = e;
@@ -225,7 +227,7 @@ class G extends N {
225
227
  const e = this.five.getElement();
226
228
  if (!e)
227
229
  throw new Error("five element not found");
228
- this.hammer || (this.hammer = new M(e)), this.mode === "cursor" ? (this.five.on("wantsPanGesture", this.onFiveWantsPanGesture), this.five.on("wantsMoveToPano", u), this.five.on("wantsChangeMode", u), this.five.on("wantsTapGesture", u), e.addEventListener("mousemove", this.updateByMousePosition), e.addEventListener("wheel", this.onMouseWheel), e.addEventListener("mouseenter", this.onEnter), e.addEventListener("mouseout", this.onLeave), this.hammer.on("tap", this.onTap), this.hammer.on("pan", this.onPan), this.hammer.on("press", this.onPress), this.hammer.on("panend", this.onPanEnd)) : this.mode === "fixed" && (this.five.on("panoArrived", this.renderScreenCenter), this.five.on("panGesture", this.renderScreenCenter), this.five.on("interiaPan", this.renderScreenCenter), this.renderScreenCenter(), this.pointSelectorHelper.show()), this.pointSelectorHelper.hooks.on("intersectionUpdate", this.emitIntersectionUpdate), this.lastFiveHelperVisible = this.five.helperVisible, this.five.helperVisible = !1, this.emit("enable");
230
+ this.hammer || (this.hammer = new M(e)), this.mode === "cursor" ? (this.five.on("wantsMoveToPano", u), this.five.on("wantsChangeMode", u), this.five.on("wantsTapGesture", u), e.addEventListener("mousemove", this.updateByMousePosition), v || e.addEventListener("wheel", this.onMouseWheel), e.addEventListener("mouseenter", this.onEnter), e.addEventListener("mouseout", this.onLeave), this.five.on("wantsPanGesture", this.onFiveWantsPanGesture), this.hammer.on("tap", this.onTap), this.hammer.on("pan", this.onPan), this.hammer.on("press", this.onPress), this.hammer.on("panend", this.onPanEnd)) : this.mode === "fixed" && (this.five.on("panoArrived", this.renderScreenCenter), this.five.on("panGesture", this.renderScreenCenter), this.five.on("interiaPan", this.renderScreenCenter), this.renderScreenCenter(), this.pointSelectorHelper.show()), this.pointSelectorHelper.hooks.on("intersectionUpdate", this.emitIntersectionUpdate), this.lastFiveHelperVisible = this.five.helperVisible, this.five.helperVisible = !1, this.emit("enable");
229
231
  }
230
232
  disable() {
231
233
  if (!this.enabled)
@@ -6,7 +6,7 @@ import { Magnifier as u } from "../../Magnifier.js";
6
6
  import { PointHelper as b } from "./PointHelper.js";
7
7
  import { Subscribe as g } from "../../../Subscribe.js";
8
8
  import { PointHelper2 as o } from "./PointHelper2.js";
9
- import "../../THREESphere.js";
9
+ import "../../core/Sphere.js";
10
10
  import "animejs";
11
11
  class P {
12
12
  constructor(i, e) {
@@ -1,5 +1,5 @@
1
1
  import * as z from "three";
2
- import { THREESphere as S } from "./THREESphere.js";
2
+ import { THREESphere as S } from "./core/Sphere.js";
3
3
  function O(u) {
4
4
  const { max: t, min: n } = u;
5
5
  return [
@@ -1,7 +1,7 @@
1
1
  import type { Vector3 } from 'three';
2
2
  import * as THREE from 'three';
3
3
  /**
4
- * @description: 根据多边形的顶点数组生成多边形的 BufferGeometry
4
+ * @description 根据多边形的顶点数组生成多边形的 BufferGeometry
5
5
  * @param checkLinesIntersect 检查多边形边线是否相交,需要保证传入的顶点是有序的
6
6
  */
7
7
  export default function generatePolygonGeometry(_points: Vector3[], config?: {
@@ -1,23 +1,21 @@
1
1
  import * as i from "three";
2
- import { earcut3D as c } from "./earcut3D.js";
2
+ import { earcut3D as f } from "./earcut3D.js";
3
3
  import { isIntersecting as m } from "../../PanoMeasurePlugin/utils/isIntersecting.js";
4
4
  function h(a, s) {
5
5
  const t = [...new Set(a)];
6
6
  if (t.length < 3)
7
7
  return;
8
8
  if (t.at(-1).equals(t[0]) || t.push(t[0]), s != null && s.checkLinesIntersect && t.length >= 5) {
9
- const e = t.map((r, n) => {
10
- if (n !== 0)
11
- return { start: t[n - 1], end: t[n] };
9
+ const e = t.map((r, o) => {
10
+ if (o !== 0)
11
+ return { start: t[o - 1], end: t[o] };
12
12
  }).filter(Boolean);
13
- for (let r = 0; r < e.length; r++) {
14
- const n = m(e[r], e.slice(r));
15
- if (n && console.log("多边形边线相交", r, t), n)
13
+ for (let r = 0; r < e.length; r++)
14
+ if (m(e[r], e.slice(r)))
16
15
  return;
17
- }
18
16
  }
19
- const l = t.flatMap((e) => [e.x, e.y, e.z]), u = new i.Float32BufferAttribute(l, 3), f = c(t), o = new i.BufferGeometry();
20
- return o.setAttribute("position", u), o.setIndex(f), o.name = "PolygonGeometry", o;
17
+ const u = t.flatMap((e) => [e.x, e.y, e.z]), l = new i.Float32BufferAttribute(u, 3), c = f(t), n = new i.BufferGeometry();
18
+ return n.setAttribute("position", l), n.setIndex(c), n.name = "PolygonGeometry", n;
21
19
  }
22
20
  export {
23
21
  h as generatePolygonGeometry
@@ -3,6 +3,6 @@ export * from './getCoords';
3
3
  export * from './PointSelector/utils/PointHelper';
4
4
  export * from './PointSelector/utils/PointSelectorHelper';
5
5
  export * from './core/Object3D';
6
- export * from './objects/LineSegments';
6
+ export * from './core/LineSegments';
7
7
  export * from './boundingBox';
8
8
  export * from './blink';
@@ -2,7 +2,8 @@ import "hammerjs";
2
2
  import "three";
3
3
  import "three/examples/jsm/renderers/CSS3DRenderer";
4
4
  import "@realsee/five/line";
5
+ import "../../vendor/three/examples/jsm/lines/LineGeometry.js";
5
6
  import "../tag.js";
6
- import "./THREESphere.js";
7
+ import "./core/Sphere.js";
7
8
  import "animejs";
8
9
  import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";