We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e011513 + 8bd4e10 commit aa94fd6Copy full SHA for aa94fd6
addons/addon-webgl/typings/addon-webgl.d.ts
@@ -7,7 +7,7 @@ import { Terminal, ITerminalAddon, IEvent } from '@xterm/xterm';
7
8
declare module '@xterm/addon-webgl' {
9
/**
10
- * An xterm.js addon that provides search functionality.
+ * An xterm.js addon that provides hardware-accelerated rendering functionality via WebGL.
11
*/
12
export class WebglAddon implements ITerminalAddon {
13
public textureAtlas?: HTMLCanvasElement;
0 commit comments