Methods
loadBinary
- loadBinary(resource: string): Promise<Blob>
-
Returns Promise<Blob>
loadFont
- loadFont(fontName: string, resource: string): Promise<FontFace>
-
Parameters
-
fontName: string
-
resource: string
Returns Promise<FontFace>
loadImage
- loadImage(resource: string): Promise<HTMLImageElement>
-
Returns Promise<HTMLImageElement>
loadJson
- loadJson(resource: string): Promise<any>
-
Returns Promise<any>
loadText
- loadText(resource: string): Promise<string>
-
Returns Promise<string>