@pixi/assets
Version:
Asset manager for PixiJS, loading resolving and Cacheing
14 lines (13 loc) • 371 B
JavaScript
import { LoaderParserPriority } from "./LoaderParser.mjs";
import { loadJson } from "./loadJson.mjs";
import { loadTxt } from "./loadTxt.mjs";
import { getFontFamilyName, loadWebFont } from "./loadWebFont.mjs";
import "./textures/index.mjs";
export {
LoaderParserPriority,
getFontFamilyName,
loadJson,
loadTxt,
loadWebFont
};
//# sourceMappingURL=index.mjs.map