@utsp/render 0.16.0-nightly.20260110151828.b70d960 → 0.16.0-nightly.20260112155107.5896f13
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
> This package is currently in early development and should **NOT** be used in production.
|
|
6
6
|
> The API is unstable and subject to breaking changes without notice.
|
|
7
7
|
|
|
8
|
-
Rendering system for UTSP (Universal
|
|
8
|
+
Rendering system for UTSP (Universal Tile Stream Protocol) - Terminal character rendering with WebGL, Canvas 2D, and ANSI terminal support.
|
|
9
9
|
|
|
10
10
|
[](https://opensource.org/licenses/MIT)
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utsp/render",
|
|
3
|
-
"version": "0.16.0-nightly.
|
|
3
|
+
"version": "0.16.0-nightly.20260112155107.5896f13",
|
|
4
4
|
"description": "UTSP Render - Rendering engine for terminal graphics with WebGL, Canvas 2D, and ANSI terminal support",
|
|
5
5
|
"author": "THP Software",
|
|
6
6
|
"license": "MIT",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@utsp/types": "0.16.0-nightly.
|
|
89
|
+
"@utsp/types": "0.16.0-nightly.20260112155107.5896f13"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"typescript": "^5.6.3"
|