securityos/node_modules/xterm-addon-web-links/README.md

556 B

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.