Initial
This commit is contained in:
20
resources/app/node_modules/@pixi/text-bitmap/lib/index.mjs
generated
vendored
Normal file
20
resources/app/node_modules/@pixi/text-bitmap/lib/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import { BitmapFont } from "./BitmapFont.mjs";
|
||||
import { BitmapFontData } from "./BitmapFontData.mjs";
|
||||
import { BitmapText } from "./BitmapText.mjs";
|
||||
import "./BitmapTextStyle.mjs";
|
||||
import { autoDetectFormat } from "./formats/index.mjs";
|
||||
import { loadBitmapFont } from "./loadBitmapFont.mjs";
|
||||
import { TextFormat } from "./formats/TextFormat.mjs";
|
||||
import { XMLFormat } from "./formats/XMLFormat.mjs";
|
||||
import { XMLStringFormat } from "./formats/XMLStringFormat.mjs";
|
||||
export {
|
||||
BitmapFont,
|
||||
BitmapFontData,
|
||||
BitmapText,
|
||||
TextFormat,
|
||||
XMLFormat,
|
||||
XMLStringFormat,
|
||||
autoDetectFormat,
|
||||
loadBitmapFont
|
||||
};
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user