JSPM

xterm-addon-web-links

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35658
  • Score
    100M100P100Q48397F
  • License MIT

Package Exports

  • xterm-addon-web-links

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

Build Status

An addon for xterm.js that enabled web links. This addon requires xterm.js 3.14+.

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());

You can also specify a custom handler and options, see the API for more details.