@thi.ng/webgl-shadertoy 1.1.26 → 1.1.27

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 CHANGED
@@ -61,7 +61,7 @@ Browser ESM import:
61
61
 
62
62
  [JSDelivr documentation](https://www.jsdelivr.com/)
63
63
 
64
- Package sizes (brotli'd, pre-treeshake): ESM: 818 bytes
64
+ Package sizes (brotli'd, pre-treeshake): ESM: 821 bytes
65
65
 
66
66
  ## Dependencies
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl-shadertoy",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,14 +40,14 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.18",
44
- "@thi.ng/shader-ast": "^1.1.45",
45
- "@thi.ng/shader-ast-glsl": "^1.0.64",
46
- "@thi.ng/webgl": "^6.9.105"
43
+ "@thi.ng/api": "^8.12.19",
44
+ "@thi.ng/shader-ast": "^1.1.46",
45
+ "@thi.ng/shader-ast-glsl": "^1.0.65",
46
+ "@thi.ng/webgl": "^6.9.106"
47
47
  },
48
48
  "devDependencies": {
49
- "esbuild": "^0.27.2",
50
- "typedoc": "^0.28.16",
49
+ "esbuild": "^0.28.0",
50
+ "typedoc": "^0.28.18",
51
51
  "typescript": "^5.9.3"
52
52
  },
53
53
  "keywords": [
@@ -92,5 +92,5 @@
92
92
  "status": "alpha",
93
93
  "year": 2019
94
94
  },
95
- "gitHead": "929fb6590178a41cbb77cbb87e07c59c61381607\n"
95
+ "gitHead": "a780d4a5f6f5fc595c9d28527686f63534927d32"
96
96
  }
package/shadertoy.js CHANGED
@@ -28,6 +28,7 @@ class ShaderToy {
28
28
  });
29
29
  this.recompile(opts.main);
30
30
  }
31
+ opts;
31
32
  model;
32
33
  t0;
33
34
  active = false;