UNPKG

pixi.js

Version:

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

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