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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,9 +4,9 @@
4
4
  [![npm Downloads](https://badgen.net/npm/dm/x_ite-node)](https://npmtrends.com/x_ite-node)
5
5
  [![DeepScan grade](https://deepscan.io/api/teams/23540/projects/28573/branches/920516/badge/grade.svg)](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. 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.
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.10",
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.2"
62
+ "x_ite": "^14.1.3"
63
63
  },
64
64
  "devDependencies": {
65
65
  "jest": "^30.2.0",