TerminalImageSource
interface exported by @mwillbanks/tuil-ink.
interface
Public interface exported by @mwillbanks/tuil-ink.
export interface TerminalImageSource {
readonly data: Uint8Array;
readonly width: number;
readonly height: number;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
data | Uint8Array<ArrayBufferLike> | Yes | The data member uses the Uint8Array<ArrayBufferLike> contract. | — |
width | number | Yes | The width member uses the number contract. | — |
height | number | Yes | The height member uses the number contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference