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
xterm-addon-web-links
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.