@zakmandhro/bunti 0.1.0 → 0.1.2
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 🥟 Bunti (Bun Terminal Interface)
|
|
2
2
|
|
|
3
|
-
**A
|
|
3
|
+
**A Bun-native terminal layout engine with zero dependencies, 60fps rendering, and an agent-optimized functional API.**
|
|
4
4
|
|
|
5
5
|
Bunti (pronounced *Bun-ty*) is a zero-dependency, double-buffered layout engine for building terminal user interfaces. Unlike traditional TUI libraries, Bunti uses a **functional, state-driven architecture** and a **surgical diff-renderer** to deliver 60+ FPS layouts with minimal CPU and TTY overhead.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zakmandhro/bunti",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Bun
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "A Bun-native terminal layout engine with zero dependencies, 60fps rendering, and an agent-optimized functional API.",
|
|
5
5
|
"module": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./src/index.ts",
|