Interface: IQArtworkRenderOptions
Core.IQArtworkRenderOptions
Artwork render options
Table of contents
Properties
Properties
basepath
• Optional
basepath: string
The full path to your art folder
Defined in
clearScreenBefore
• Optional
clearScreenBefore: boolean
A boolean representing if you want the screen cleared before.
Defined in
data
• Optional
data: unknown
Defined in
encoding
• Optional
encoding: "CP437"
| "UTF8"
Supported character encodings are CP437 and UTF8.
Defined in
filename
• Optional
filename: string
The file name of the artwork you would like to render to the screen
Defined in
mode
• Optional
mode: "line"
| "character"
| "@-codes"
| "reactive"
The rendering mode to use. e.g. Line at a time, character at a time, etc.
Defined in
speed
• Optional
speed: number
How fast you would like the artwork rendered to the screen.