UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

7 lines (6 loc) 210 B
/** * Resolves a font url to a base64 string * @param url - The url to load the font from * @returns - The font as a base64 string */ export declare function loadFontAsBase64(url: string): Promise<string>;