x_ite-node 2.0.10 → 2.0.11
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
[](https://npmtrends.com/x_ite-node)
|
|
5
5
|
[](https://deepscan.io/dashboard#view=project&tid=23540&pid=28573&bid=920516)
|
|
6
6
|
|
|
7
|
-
This is a wrapper for [X_ITE](https://create3000.github.io/x_ite/) for use in a plain Node.js environment.
|
|
7
|
+
This is a wrapper for [X_ITE](https://create3000.github.io/x_ite/) designed for use in a plain Node.js environment. This module provides a version of X_ITE that can load, modify and process X3D files, and generate X3D files using Node.
|
|
8
8
|
|
|
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.
|
|
9
|
+
There is no way to render images or anything like that, use [x3d-image](https://www.npmjs.com/package/x3d-image) or [X_ITE in an Electron environment](https://create3000.github.io/x_ite/how-to-use-x-ite-with-electron/) for that.
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x_ite-node",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"description": "Pure Node.js Wrapper of X_ITE",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"files": [
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"node-localstorage": "^3.0.5",
|
|
60
60
|
"nogl": "^1.1.0",
|
|
61
61
|
"skia-canvas": "^3.0.8",
|
|
62
|
-
"x_ite": "^14.1.
|
|
62
|
+
"x_ite": "^14.1.3"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"jest": "^30.2.0",
|