mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 22:48:28 +01:00
11 lines
782 B
Markdown
11 lines
782 B
Markdown
Xterm.js is a front-end component written in TypeScript that lets applications bring fully-featured terminals to their users in the browser. It’s 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/) |