textmode.js / TextmodeFramebufferOptions
Type Alias: TextmodeFramebufferOptions
ts
type TextmodeFramebufferOptions = object;Options for creating a framebuffer. If not specified, width and height default to the current textmode grid size.
Properties
height?
ts
optional height: number;Height of the framebuffer in grid cells
width?
ts
optional width: number;Width of the framebuffer in grid cells