UNPKG

pixi.js

Version:

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

6 lines (5 loc) 219 B
import type { BitmapFontData } from '../AbstractBitmapFont'; export declare const bitmapFontXMLStringParser: { test(data: string | XMLDocument | BitmapFontData): boolean; parse(data: string): BitmapFontData; };