ansi-ui
v1.0.0
Published
A minimal TUI library for Node and the browser
Downloads
4
Maintainers
Readme
ansi-ui
A curses-like library with a high-level API for Node and the browser.
This library is a fork of chjj/blessed
.
Goals:
- Stay as close as possible to the original
blessed
APIs. - Strip down, maybe modularize.
- Have everything work in the browser by default.
Install
$ npm install ansi-ui
Usage
See USAGE.
Example
See EXAMPLE.
Testing
Most tests contained in the test/
directory are interactive.
It's up to the programmer to determine whether the test is properly displayed. In the future it might be better to do something similar to vttest.
Contribution and License Agreement
If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work. </legalese>
License
See LICENSE for more info.