x3d-tidy 3.0.7 → 3.0.9
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 +13 -12
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -68,17 +68,18 @@ Show version.
|
|
|
68
68
|
|
|
69
69
|
## Supported Input File Types
|
|
70
70
|
|
|
71
|
-
| Encoding | File Extension | MIME Type
|
|
72
|
-
|
|
73
|
-
| X3D XML | .x3d, .x3dz | model/x3d+xml
|
|
74
|
-
| X3D JSON | .x3dj, .x3djz | model/x3d+json
|
|
75
|
-
| X3D Classic VRML | .x3dv, .x3dvz | model/x3d+vrml
|
|
76
|
-
| VRML 2.0 | .wrl, .wrz | model/vrml
|
|
77
|
-
| glTF | .gltf, .glb | model/gltf+json
|
|
78
|
-
|
|
|
79
|
-
|
|
|
80
|
-
|
|
|
81
|
-
|
|
|
71
|
+
| Encoding | File Extension | MIME Type |
|
|
72
|
+
|------------------|----------------|-------------------|
|
|
73
|
+
| X3D XML | .x3d, .x3dz | model/x3d+xml |
|
|
74
|
+
| X3D JSON | .x3dj, .x3djz | model/x3d+json |
|
|
75
|
+
| X3D Classic VRML | .x3dv, .x3dvz | model/x3d+vrml |
|
|
76
|
+
| VRML 2.0 | .wrl, .wrz | model/vrml |
|
|
77
|
+
| glTF | .gltf, .glb | model/gltf+json |
|
|
78
|
+
| VRM | .vrm | model/vrm |
|
|
79
|
+
| Wavefront OBJ | .obj | model/obj |
|
|
80
|
+
| STL | .stl | model/stl |
|
|
81
|
+
| PLY | .ply | model/ply |
|
|
82
|
+
| SVG Document | .svg, .svgz | image/svg+xml |
|
|
82
83
|
|
|
83
84
|
## Supported Output File Types
|
|
84
85
|
|
|
@@ -108,4 +109,4 @@ $ npx x3d-tidy -s CLEAN -i file.x3d -o file.x3dv file.x3dj
|
|
|
108
109
|
|
|
109
110
|
## See Also
|
|
110
111
|
|
|
111
|
-
* [x3d-image](https://www.npmjs.com/package/x3d-image) —
|
|
112
|
+
* [x3d-image](https://www.npmjs.com/package/x3d-image) — Render Image Files from X3D
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x3d-tidy",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.9",
|
|
4
4
|
"description": "X3D Converter, Beautifier and Minimizer",
|
|
5
5
|
"main": "src/main.js",
|
|
6
6
|
"bin": {
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"colors": "^1.4.0",
|
|
61
|
-
"x_ite": "^14.0
|
|
62
|
-
"x_ite-node": "^2.0.
|
|
61
|
+
"x_ite": "^14.1.0",
|
|
62
|
+
"x_ite-node": "^2.0.9",
|
|
63
63
|
"x3d-traverse": "^1.0.22",
|
|
64
64
|
"yargs": "^18.0.0"
|
|
65
65
|
},
|