npm.io
0.9.0 • Published 2 years ago

xterm-addon-web-links

Licence
MIT
Version
0.9.0
Deps
0
Size
29 kB
Vulns
0
Weekly
0
Stars
21.0K
DeprecatedThis package is deprecated

An addon for xterm.js that enables web links. This addon requires xterm.js v4+.

Install

npm install --save xterm-addon-web-links
Usage
import { Terminal } from 'xterm';
import { WebLinksAddon } from 'xterm-addon-web-links';

const terminal = new Terminal();
terminal.loadAddon(new WebLinksAddon());

See the full API for more advanced usage.

Keywords