@displayxr/inline3d 1.3.0 → 1.4.0

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": "@displayxr/inline3d",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Turn any HTML <canvas> into a glasses-free-3D window on a DisplayXR display, inside an ordinary web page. Dependency-free; progressive enhancement (falls back to plain 2D everywhere else).",
5
5
  "type": "module",
6
6
  "types": "./index.d.ts",
@@ -26,11 +26,16 @@
26
26
  "./model": {
27
27
  "types": "./model.d.ts",
28
28
  "import": "./js/inline3d-model.js"
29
+ },
30
+ "./undock": {
31
+ "types": "./index.d.ts",
32
+ "import": "./js/inline3d-undock.js"
29
33
  }
30
34
  },
31
35
  "sideEffects": false,
32
36
  "files": [
33
37
  "js/inline3d.js",
38
+ "js/inline3d-undock.js",
34
39
  "js/inline3d-three.js",
35
40
  "js/inline3d-viewer.js",
36
41
  "js/inline3d-splat.js",