@lijuhong1981/jsmath 1.1.10 → 1.1.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lijuhong1981/jsmath",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "> TODO: description",
5
5
  "author": "lijuhong1981",
6
6
  "homepage": "https://github.com/lijuhong1981/jslibs#readme",
@@ -18,5 +18,5 @@
18
18
  "bugs": {
19
19
  "url": "https://github.com/lijuhong1981/jslibs/issues"
20
20
  },
21
- "gitHead": "a447074588173405fdbd09356e2b54f2abbd9862"
21
+ "gitHead": "fde69a7f1188bc71f49cd03831c4265de45f8394"
22
22
  }
@@ -1,4 +1,4 @@
1
- import windowPositionToNDC from "./windowPositionToNDC";
1
+ import windowPositionToNDC from "./windowPositionToNDC.js";
2
2
 
3
3
  /**
4
4
  * 根据一个HTMLElement中的像素位置计算NDC坐标(NormalizedDeviceCoordinates)