Skip to content

Releases: pixijs/pixi-react

v0.0.5

26 Mar 18:20
Compare
Choose a tag to compare

Added

  • Typings
  • Add contribution files

Removed

  • Shape type

v0.0.2

26 Mar 09:03
Compare
Choose a tag to compare

Add higher order component for providing the PIXI.Application:

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

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

v0.0.1

23 Mar 16:16
Compare
Choose a tag to compare
Custom React PIXI Renderer