Skip to content

v0.0.2

Choose a tag to compare

@inlet inlet released this 26 Mar 09:03
· 1223 commits to main since this release

Add higher order component for providing the PIXI.Application:

import { withPixiApp } from '@inlet/react-pixi'

const Bunny = withPixiApp(({ app }) => {
  // app === PIXI.Application
  return ...
})