Interface: IQArtworkRenderFunctions
core/artwork.IQArtworkRenderFunctions
Chainable functions returned by artwork render
Hierarchy
-
Promise<void>↳
IQArtworkRenderFunctions
Table of contents
Methods
Methods
colorReset
▸ colorReset(): void
Returns
void
Defined in
gotoxy
▸ gotoxy(x, y): void
Parameters
| Name | Type |
|---|---|
x |
number |
y |
number |
Returns
void
Defined in
pause
▸ pause(): Promise<string>
Returns
Promise<string>