textmode.js
Namespaces
Namespace | Description |
---|---|
converters | Contains all converters that can be added to a rendering pipeline to shape the textmode output. |
export | All types related to export options for different formats. |
Enumerations
Enumeration | Description |
---|---|
TextmodeErrorLevel | Error handling levels to control how errors are reported and handled. |
Classes
Class | Description |
---|---|
textmode | The main entry point for the textmode.js library. |
TextmodeConversionPipeline | Manages the conversion pipeline for textmode rendering. |
TextmodeFont | Manages the textmode font used for rendering characters. |
TextmodeGrid | Manages the grid for the ASCII rendering pipeline of a Textmodifier instance. |
Textmodifier | Manages textmode rendering on a canvas or video element. |
Type Aliases
Type Alias | Description |
---|---|
CaptureSource | Supported capture sources for textmode rendering |
TextmodeCharacter | Represents a single character in the textmode font. |
TextmodeOptions | Options for creating a Textmodifier instance. |
References
default
Renames and re-exports textmode