x3d-image 2.0.2 → 2.0.4

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/package.json +3 -3
  2. package/src/image.js +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x3d-image",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "Render image files from X3D",
5
5
  "main": "src/main.js",
6
6
  "bin": {
@@ -52,8 +52,8 @@
52
52
  ],
53
53
  "dependencies": {
54
54
  "colors": "^1.4.0",
55
- "electron": "^33.2.1",
56
- "x_ite": "^11.0.3",
55
+ "electron": "^34.0.0",
56
+ "x_ite": "^11.0.5",
57
57
  "yargs": "^17.7.2"
58
58
  },
59
59
  "devDependencies": {
package/src/image.js CHANGED
@@ -137,6 +137,9 @@ async function generate (argv)
137
137
  browser .setBrowserOption ("PrimitiveQuality", "HIGH");
138
138
  browser .setBrowserOption ("TextureQuality", "HIGH");
139
139
 
140
+ if (!args .input .length)
141
+ console .warn ("No input files specified.");
142
+
140
143
  for (const i of args .output .keys ())
141
144
  {
142
145
  const