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.
$ npm install ansi-ui
See USAGE.
See EXAMPLE.
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.
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>
See LICENSE for more info.