JSPM

xterm-addon-webgl

0.2.0-beta10
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 36754
  • Score
    100M100P100Q45104F
  • License MIT

Package Exports

  • xterm-addon-webgl

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-webgl) 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-webgl

An addon for xterm.js that enables a WebGL-based renderer. This addon requires xterm.js v4+.

⚠️ This is an experimental addon that is missing some features and may be unstable ⚠️

Install

npm install --save xterm-addon-webgl

Usage

import { Terminal } from 'xterm';
import { WebglAddon } from 'xterm-addon-webgl';

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

See the full API for more advanced usage.