x3d-tidy 1.0.8 → 1.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 +7 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,12 +46,13 @@ If set, remove metadata.
|
|
|
46
46
|
|
|
47
47
|
## Supported Input File Types
|
|
48
48
|
|
|
49
|
-
| X3D Encoding | File Extension | MIME Type
|
|
50
|
-
|
|
51
|
-
| XML | .x3d, .x3dz | model/x3d+xml
|
|
52
|
-
| JSON | .x3dj, .x3djz | model/x3d+json
|
|
53
|
-
| Classic VRML | .x3dv, .x3dvz | model/x3d+vrml
|
|
54
|
-
| VRML | .wrl, .wrz | model/vrml
|
|
49
|
+
| X3D Encoding | File Extension | MIME Type |
|
|
50
|
+
|--------------|----------------|-----------------|
|
|
51
|
+
| XML | .x3d, .x3dz | model/x3d+xml |
|
|
52
|
+
| JSON | .x3dj, .x3djz | model/x3d+json |
|
|
53
|
+
| Classic VRML | .x3dv, .x3dvz | model/x3d+vrml |
|
|
54
|
+
| VRML | .wrl, .wrz | model/vrml |
|
|
55
|
+
| glTF | .gltf | model/gltf+json |
|
|
55
56
|
|
|
56
57
|
## Supported Output File Types
|
|
57
58
|
|