textmode.js / loadables
loadables
All loadable assets related to textmode rendering.
Classes
| Class | Description |
|---|---|
| TextmodeFont | Manages the font used for rendering characters via Textmodifier.loadFont. |
| TextmodeImage | Represents an image uploaded for textmode rendering via Textmodifier.loadImage. |
| TextmodeVideo | Represents a video element for textmode rendering via Textmodifier.loadVideo. |
Interfaces
| Interface | Description |
|---|---|
| TextmodeVideoOptions | Options for preloading video frames in TextmodeVideo. |
Type Aliases
| Type Alias | Description |
|---|---|
| TextmodeCharacter | Represents a single character in the TextmodeFont.characters array. |