src/illustrator/Illustrator.ts
Properties |
Methods |
Accessors |
Public
constructor(width: number, height: number)
|
|
Defined in src/illustrator/Illustrator.ts:18
|
| Public animation |
Default value : new IllustratorAnimation(this)
|
|
Defined in src/illustrator/Illustrator.ts:16
|
| Public colors |
Default value : new Colors(this)
|
|
Defined in src/illustrator/Illustrator.ts:17
|
| Public Readonly height |
Type : number
|
|
Defined in src/illustrator/Illustrator.ts:20
|
| Public image |
Default value : new IllustratorImageManager()
|
|
Defined in src/illustrator/Illustrator.ts:18
|
| Public layers |
Default value : new LayerManager(this)
|
|
Defined in src/illustrator/Illustrator.ts:15
|
| Public Readonly width |
Type : number
|
|
Defined in src/illustrator/Illustrator.ts:20
|
| Public Async export | ||||||||
export(config: IllustratorExportConfig)
|
||||||||
|
Defined in src/illustrator/Illustrator.ts:73
|
||||||||
|
Parameters :
Returns :
unknown
|
| Public Async render |
render()
|
|
Defined in src/illustrator/Illustrator.ts:32
|
|
Returns :
unknown
|
| backgroundLayer |
getbackgroundLayer()
|
|
Defined in src/illustrator/Illustrator.ts:28
|