@xterm/addon-webgl 0.19.0-beta.62 → 0.19.0-beta.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xterm/addon-webgl",
3
- "version": "0.19.0-beta.62",
3
+ "version": "0.19.0-beta.63",
4
4
  "author": {
5
5
  "name": "The xterm.js authors",
6
6
  "url": "https://xtermjs.org/"
@@ -24,7 +24,7 @@
24
24
  "start": "node ../../demo/start"
25
25
  },
26
26
  "peerDependencies": {
27
- "@xterm/xterm": "^5.6.0-beta.62"
27
+ "@xterm/xterm": "^5.6.0-beta.63"
28
28
  },
29
- "commit": "e011513b150bec94955b355a579fee44cc972c03"
29
+ "commit": "aa94fd6cfebfbc06f0e24c70c275032f4e224559"
30
30
  }
@@ -7,7 +7,7 @@ import { Terminal, ITerminalAddon, IEvent } from '@xterm/xterm';
7
7
 
8
8
  declare module '@xterm/addon-webgl' {
9
9
  /**
10
- * An xterm.js addon that provides search functionality.
10
+ * An xterm.js addon that provides hardware-accelerated rendering functionality via WebGL.
11
11
  */
12
12
  export class WebglAddon implements ITerminalAddon {
13
13
  public textureAtlas?: HTMLCanvasElement;