0.0.5-alpha.2 • Published 3 years ago

@augustaba/react-pixi-fiber v0.0.5-alpha.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

ReactPixiFiber – React Fiber renderer for PixiJS

由于业务上依赖淘宝提供的pixi版本 淘宝提供的pixi版本依赖pixi4.8.8 所以将网上的react-pixi-fiber进行简单改造,使得支持淘宝小程序

安装

$ npm install @augustaba/react-pixi-fiber

在web上使用

打包到淘宝小程序上

在webpack中使用

resolve: {
  alias: {
    '@augustaba/react-pixi-fiber$': '@augustaba/react-pixi-fiber/react-pixi-mini'
  }
},