Skip to content

Commit

Permalink
Fix description for WebglAddon class in @xterm/addon-webgl
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz authored Aug 23, 2024
1 parent c6a50d5 commit be84a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/addon-webgl/typings/addon-webgl.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Terminal, ITerminalAddon, IEvent } from '@xterm/xterm';

declare module '@xterm/addon-webgl' {
/**
* An xterm.js addon that provides search functionality.
* An xterm.js addon that provides hardware-accelerated rendering functionality via WebGL.
*/
export class WebglAddon implements ITerminalAddon {
public textureAtlas?: HTMLCanvasElement;
Expand Down

0 comments on commit be84a02

Please sign in to comment.