@xterm/xterm 6.1.0-beta.171 → 6.1.0-beta.173
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/lib/xterm.js +1 -1
- package/lib/xterm.js.map +1 -1
- package/lib/xterm.mjs +1 -1
- package/lib/xterm.mjs.map +1 -1
- package/package.json +2 -2
- package/src/common/Version.ts +1 -1
package/README.md
CHANGED
|
@@ -94,7 +94,7 @@ Since xterm.js is typically implemented as a developer tool, generally only mode
|
|
|
94
94
|
|
|
95
95
|
### Node.js Support
|
|
96
96
|
|
|
97
|
-
We also publish [
|
|
97
|
+
We also publish [`@xterm/headless`](https://www.npmjs.com/package/@xterm/headless) which is a stripped down version of xterm.js that runs headless in Node.js. An example use case for this is to keep track of a terminal's state where the process is running and using the [serialize addon](https://www.npmjs.com/package/@xterm/addon-serialize) so it can get all state restored upon reconnection.
|
|
98
98
|
|
|
99
99
|
## API
|
|
100
100
|
|
|
@@ -229,6 +229,7 @@ Xterm.js is used in many world-class applications to provide great terminal expe
|
|
|
229
229
|
- [**ecmaOS**](https://ecmaos.sh): A kernel and suite of applications tying modern web technologies into a browser-based operating system.
|
|
230
230
|
- [**LabEx**](https://labex.io): Interactive learning platform with hands-on labs and xterm.js-based online terminals, focused on learn-by-doing approach.
|
|
231
231
|
- [**EmuDevz**](https://afska.github.io/emudevz): A free coding game where players learn how to build an emulator from scratch.
|
|
232
|
+
- [**WooTTY**](https://github.com/icoretech/wootty): Flawless browser terminal for real operators.
|
|
232
233
|
- [And much more...](https://github.com/xtermjs/xterm.js/network/dependents?package_id=UGFja2FnZS0xNjYzMjc4OQ%3D%3D)
|
|
233
234
|
|
|
234
235
|
Do you use xterm.js in your application as well? Please [open a Pull Request](https://github.com/sourcelair/xterm.js/pulls) to include it here. We would love to have it on our list. Please add any new contributions to the end of the list.
|