mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-04-22 15:25:47 -07:00
eccbc60aa0
Fixes #5689
@xterm/addon-web-links
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/xterm';
import { WebLinksAddon } from '@xterm/addon-web-links';
const terminal = new Terminal();
terminal.loadAddon(new WebLinksAddon());
See the full API for more advanced usage.