x_ite-node 1.0.20 → 1.0.22
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 +4 -0
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# x_ite-node
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/x_ite-node)
|
|
4
|
+
[](https://npmtrends.com/x_ite-node)
|
|
5
|
+
[](https://deepscan.io/dashboard#view=project&tid=23540&pid=28573&bid=920516)
|
|
6
|
+
|
|
3
7
|
This is a wrapper for [X_ITE](https://create3000.github.io/x_ite/) for use in a plain Node.js environment. The purpose of this module is to provide a version of X_ITE that can load X3D files, modify or process them, and generate X3D files.
|
|
4
8
|
|
|
5
9
|
There is no way to render images or anything like that, use [X_ITE in an Electron environment](https://create3000.github.io/x_ite/how-to-use-x-ite-with-electron/) for that.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x_ite-node",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"description": "Pure Node.js wrapper of X_ITE",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"files": [
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"JavaScript",
|
|
26
26
|
"JSON",
|
|
27
27
|
"Node",
|
|
28
|
+
"Parser",
|
|
28
29
|
"PLY",
|
|
29
30
|
"STL",
|
|
30
31
|
"SVG",
|
|
@@ -57,8 +58,8 @@
|
|
|
57
58
|
"node-fetch": "^2.7.0",
|
|
58
59
|
"node-localstorage": "^3.0.5",
|
|
59
60
|
"nogl": "^1.1.0",
|
|
60
|
-
"skia-canvas": "^
|
|
61
|
-
"x_ite": "^11.0.
|
|
61
|
+
"skia-canvas": "^2.0.1",
|
|
62
|
+
"x_ite": "^11.0.3"
|
|
62
63
|
},
|
|
63
64
|
"devDependencies": {
|
|
64
65
|
"jest": "^29.7.0",
|