Package Exports
- @xterm/addon-web-links
- @xterm/addon-web-links/lib/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
@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.