This package has been deprecated

Author message:

This package is now deprecated. Move to @xterm/addon-web-links instead.

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

0.9.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';
import { WebLinksAddon } from 'xterm-addon-web-links';

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

See the full API for more advanced usage.

/xterm-addon-web-links/

    Package Sidebar

    Install

    npm i xterm-addon-web-links

    Weekly Downloads

    35,025

    Version

    0.9.0

    License

    MIT

    Unpacked Size

    29.8 kB

    Total Files

    8

    Last publish

    Collaborators

    • tyriar