v0.0.2
Add higher order component for providing the PIXI.Application:
import { withPixiApp } from '@inlet/react-pixi'
const Bunny = withPixiApp(({ app }) => {
// app === PIXI.Application
return ...
})Add higher order component for providing the PIXI.Application:
import { withPixiApp } from '@inlet/react-pixi'
const Bunny = withPixiApp(({ app }) => {
// app === PIXI.Application
return ...
})