@xterm/addon-web-links
TypeScript icon, indicating that this package has built-in type declarations

0.11.0 • Public • Published

@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.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @xterm/addon-web-links

      Weekly Downloads

      47,099

      Version

      0.11.0

      License

      MIT

      Unpacked Size

      30.2 kB

      Total Files

      8

      Last publish

      Collaborators

      • tyriar