x_ite-off-parser 1.0.0 → 1.0.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,10 +8,10 @@ Include the script after X_ITE:
8
8
 
9
9
  ```html
10
10
  <script defer src="https://cdn.jsdelivr.net/npm/x_ite@15.0.3/dist/x_ite.min.js"></script>
11
- <script defer src="https://cdn.jsdelivr.net/npm/x_ite-off-parser@1.0.0/dist/x_ite-off-parser.js"></script>
11
+ <script defer src="https://cdn.jsdelivr.net/npm/x_ite-off-parser@1.0.1/dist/x_ite-off-parser.js"></script>
12
12
  <!-- or as ES module -->
13
13
  <script type="module" src="https://cdn.jsdelivr.net/npm/x_ite@15.0.3/dist/x_ite.min.mjs"></script>
14
- <script type="module" src="../dist/x_ite-off-parser.js"></script>
14
+ <script type="module" src="https://cdn.jsdelivr.net/npm/x_ite-off-parser@1.0.1/dist/x_ite-off-parser.js"></script>
15
15
  ```
16
16
 
17
17
  Now you can load OFF files:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x_ite-off-parser",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "OFF 3D File Format Parser for X_ITE",
5
5
  "main": "dist/x_ite-off-parser.js",
6
6
  "module": "dist/x_ite-off-parser.js",