mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 23:01:56 +00:00
Export wrapTextWithAnsi utility and add handleInput docs
- Export wrapTextWithAnsi from tui package - Add 'Handling Input' section to README with key detection example - Document wrapTextWithAnsi in utilities section
This commit is contained in:
parent
1d3203fd3d
commit
71cbae6371
3 changed files with 46 additions and 2 deletions
|
|
@ -85,4 +85,4 @@ export {
|
|||
} from "./terminal-image.js";
|
||||
export { type Component, Container, TUI } from "./tui.js";
|
||||
// Utilities
|
||||
export { truncateToWidth, visibleWidth } from "./utils.js";
|
||||
export { truncateToWidth, visibleWidth, wrapTextWithAnsi } from "./utils.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue