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.
Files changed (2) hide show
  1. package/README.md +7 -6
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x3d-tidy",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "X3D Converter, Beautifier and Minimizer",
5
5
  "bin": {
6
6
  "x3d-tidy": "bin/x3d-tidy.js"