x3d-image 2.2.7 → 2.2.8
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -105,7 +105,7 @@ The exposure of an image describes the amount of light that is captured.
|
|
|
105
105
|
| X3D XML | .x3d, .x3dz | model/x3d+xml |
|
|
106
106
|
| X3D JSON | .x3dj, .x3djz | model/x3d+json |
|
|
107
107
|
| X3D Classic VRML | .x3dv, .x3dvz | model/x3d+vrml |
|
|
108
|
-
| VRML
|
|
108
|
+
| VRML 2.0 | .wrl, .wrz | model/vrml |
|
|
109
109
|
| glTF | .gltf, .glb | model/gltf+json |
|
|
110
110
|
| Wavefront OBJ | .obj | model/obj |
|
|
111
111
|
| STL | .stl | model/stl |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x3d-image",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.8",
|
|
4
4
|
"description": "Render image files from X3D",
|
|
5
5
|
"main": "src/main.js",
|
|
6
6
|
"bin": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"colors": "^1.4.0",
|
|
55
55
|
"electron": "^37.2.0",
|
|
56
|
-
"x_ite": "^12.0.
|
|
56
|
+
"x_ite": "^12.0.3",
|
|
57
57
|
"yargs": "^18.0.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|