sdfsdfs
This commit is contained in:
6
node_modules/pixi.js/lib/scene/text-html/utils/loadFontAsBase64.d.ts
generated
vendored
Normal file
6
node_modules/pixi.js/lib/scene/text-html/utils/loadFontAsBase64.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* 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>;
|
Reference in New Issue
Block a user