Files
Foundry-VTT-Docker/resources/app/node_modules/@pixi/text-html/lib/index.mjs
2025-01-04 00:34:03 +01:00

8 lines
171 B
JavaScript

import { HTMLText } from "./HTMLText.mjs";
import { HTMLTextStyle } from "./HTMLTextStyle.mjs";
export {
HTMLText,
HTMLTextStyle
};
//# sourceMappingURL=index.mjs.map