restty 0.1.17 → 0.1.19

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
@@ -1,5 +1,16 @@
1
1
  # restty
2
2
 
3
+ [![Version](https://img.shields.io/npm/v/restty?style=flat-square)](https://www.npmjs.com/package/restty)
4
+ [![Package Size](https://img.shields.io/npm/unpacked-size/restty?style=flat-square)](https://www.npmjs.com/package/restty)
5
+ [![CI](https://img.shields.io/github/actions/workflow/status/wiedymi/restty/ci.yml?branch=main&style=flat-square)](https://github.com/wiedymi/restty/actions/workflows/ci.yml)
6
+ [![Publish](https://img.shields.io/github/actions/workflow/status/wiedymi/restty/publish.yml?style=flat-square&label=publish)](https://github.com/wiedymi/restty/actions/workflows/publish.yml)
7
+ [![Demo](https://img.shields.io/badge/demo-restty.pages.dev-0ea5e9?style=flat-square)](https://restty.pages.dev/)
8
+ [![GitHub](https://img.shields.io/badge/-GitHub-181717?style=flat-square&logo=github&logoColor=white)](https://github.com/wiedymi)
9
+ [![Twitter](https://img.shields.io/badge/-Twitter-1DA1F2?style=flat-square&logo=twitter&logoColor=white)](https://x.com/wiedymi)
10
+ [![Email](https://img.shields.io/badge/-Email-EA4335?style=flat-square&logo=gmail&logoColor=white)](mailto:contact@wiedymi.com)
11
+ [![Discord](https://img.shields.io/badge/-Discord-5865F2?style=flat-square&logo=discord&logoColor=white)](https://discord.gg/zemMZtrkSb)
12
+ [![Support me](https://img.shields.io/badge/-Support%20me-ff69b4?style=flat-square&logo=githubsponsors&logoColor=white)](https://github.com/sponsors/vivy-company)
13
+
3
14
  Powerful, lightweight browser terminal. Batteries included.
4
15
 
5
16
  Live demo: `https://restty.pages.dev/`
@@ -170,10 +181,7 @@ Active-pane convenience:
170
181
 
171
182
  Use these only when you need lower-level control:
172
183
 
173
- - `restty/wasm`: low-level WASM ABI wrapper (`loadResttyWasm`, `ResttyWasm`)
174
- - `restty/input`: key/mouse/input encoding utilities
175
- - `restty/pty`: PTY transport helpers
176
- - `restty/internal`: full internal barrel (unstable)
184
+ - `restty/internal`: full internal barrel (unstable; includes low-level modules like WASM/input/pty helpers)
177
185
 
178
186
  ## Local Development
179
187
 
@@ -183,8 +191,6 @@ cd restty
183
191
  git submodule update --init --recursive
184
192
  bun install
185
193
  bun run build:themes
186
- bun run build:assets
187
- bun run pty
188
194
  bun run playground
189
195
  ```
190
196
 
@@ -198,9 +204,9 @@ bun run test # full tests
198
204
  bun run test:ci # CI-safe test target
199
205
  bun run lint # lint
200
206
  bun run format:check # formatting check
201
- bun run build:assets # playground bundles
202
- bun run pty # local PTY websocket server
203
- bun run playground # playground dev server
207
+ bun run build:assets # static playground bundle (playground/public/playground.js)
208
+ bun run playground # one-command local dev (PTY + playground dev server)
209
+ bun run pty # PTY websocket server only
204
210
  ```
205
211
 
206
212
  ## Documentation