JSPM

xterm-addon-web-links

0.7.0-beta.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 36794
  • Score
    100M100P100Q48341F
  • License MIT

Package Exports

  • xterm-addon-web-links
  • xterm-addon-web-links/lib/xterm-addon-web-links.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (xterm-addon-web-links) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.