Files
nothoughts/node_modules/pixi.js/lib/scene/text-html/utils/loadFontAsBase64.d.ts
2025-08-04 18:57:35 +02:00

7 lines
210 B
TypeScript

/**
* 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>;