Skip to content

textmode.js / Textmodifier / layers

Accessor: layers

Get Signature

ts
get layers(): TextmodeLayerManager;

Layer manager for this Textmodifier instance.

Use this to create and manage multiple layers within the textmode rendering context. Each layer has its own grid, font, and draw callback.

Returns

TextmodeLayerManager

Example