antosdk-apps/xTerm/README.md
2020-12-18 21:52:44 +01:00

11 lines
782 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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/)