An open API service indexing awesome lists of open source software.

https://github.com/j3soon/xterm.js-embedded-example

A minimal example for demonstrating using xterm.js in an embedded fashion. (support window resize)
https://github.com/j3soon/xterm.js-embedded-example

example sample terminal xterm-js

Last synced: 10 months ago
JSON representation

A minimal example for demonstrating using xterm.js in an embedded fashion. (support window resize)

Awesome Lists containing this project

README

          

# xterm.js Embedded Example

A minimal example for demonstrating using [xterm.js](https://github.com/xtermjs/xterm.js/) in an embedded fashion. (support window resize)

Online Demo: https://j3soon.github.io/xterm.js-embedded-example/

## Screenshot

[![](demo.png)](https://j3soon.github.io/xterm.js-embedded-example/)

## Set up

```sh
# Manual install
npm install xterm
npm install xterm-addon-fit
# Install according to package.json
npm install
```

## Run

Open [`index.html`](index.html) in your browser.