@kofany/beamterm-terx 0.12.2 → 0.12.12
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 +0 -6
- package/beamterm_renderer_bg.wasm +0 -0
- package/package.json +2 -6
package/README.md
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,19 +2,15 @@
|
|
|
2
2
|
"name": "@kofany/beamterm-terx",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"collaborators": [
|
|
5
|
-
"Adrian Papari <junkdog@angelhill.net>"
|
|
6
|
-
"kofany <j@dabrowski.biz>"
|
|
5
|
+
"Adrian Papari <junkdog@angelhill.net>"
|
|
7
6
|
],
|
|
8
7
|
"description": "High-performance WebGL2 terminal renderer for beamterm, targeting sub-millisecond render times in web browsers",
|
|
9
|
-
"version": "0.12.
|
|
8
|
+
"version": "0.12.12",
|
|
10
9
|
"license": "MIT",
|
|
11
10
|
"repository": {
|
|
12
11
|
"type": "git",
|
|
13
12
|
"url": "https://github.com/kofany/beamterm"
|
|
14
13
|
},
|
|
15
|
-
"publishConfig": {
|
|
16
|
-
"access": "public"
|
|
17
|
-
},
|
|
18
14
|
"files": [
|
|
19
15
|
"beamterm_renderer_bg.wasm",
|
|
20
16
|
"beamterm_renderer.js",
|