@thi.ng/webgl-shadertoy 1.1.26 → 1.1.28
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 +8 -8
- package/shadertoy.js +1 -0
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 215 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -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:
|
|
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.
|
|
3
|
+
"version": "1.1.28",
|
|
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.
|
|
44
|
-
"@thi.ng/shader-ast": "^1.1.
|
|
45
|
-
"@thi.ng/shader-ast-glsl": "^1.0.
|
|
46
|
-
"@thi.ng/webgl": "^6.9.
|
|
43
|
+
"@thi.ng/api": "^8.12.20",
|
|
44
|
+
"@thi.ng/shader-ast": "^1.1.47",
|
|
45
|
+
"@thi.ng/shader-ast-glsl": "^1.0.66",
|
|
46
|
+
"@thi.ng/webgl": "^6.9.107"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"esbuild": "^0.
|
|
50
|
-
"typedoc": "^0.28.
|
|
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": "
|
|
95
|
+
"gitHead": "92be63f24030506f09d6d156804da2798c381dc4"
|
|
96
96
|
}
|