antosdk-apps/xTerm/README.md

11 lines
782 B
Markdown
Raw Normal View History

2020-12-18 21:52:44 +01:00
Xterm.js is a front-end component written in TypeScript that lets applications bring fully-featured terminals to their users in the browser. Its used by popular projects such as VS Code, Hyper and Theia.
Features
* Terminal apps just work: Xterm.js works with most terminal apps such as bash, vim and tmux, this includes support for curses-based apps and mouse event support
* Performant: Xterm.js is really fast, it even includes a GPU-accelerated renderer
* Rich unicode support: Supports CJK, emojis and IMEs
* Self-contained: Requires zero dependencies to work
* Accessible: Screen reader support can be turned on using the screenReaderMode option
* And much more: Links, theming, addons, well documented API, etc.
Project Page: [https://xtermjs.org/](https://xtermjs.org/)