UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

11 lines (8 loc) 266 B
import { log } from './log.mjs'; "use strict"; function getInstanceFromScope(_scope) { log("info", "lifecycle:getInstanceFromScope"); throw new Error("Not yet implemented."); } export { getInstanceFromScope }; //# sourceMappingURL=getInstanceFromScope.mjs.map