UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

11 lines (8 loc) 308 B
import { log } from './log.mjs'; "use strict"; function hideTextInstance(_textInstance) { log("info", "lifecycle::hideTextInstance"); throw new Error("Text instances are not yet supported. Please use a `<text>` component."); } export { hideTextInstance }; //# sourceMappingURL=hideTextInstance.mjs.map