@gg-web-engine/pixi
v0.0.49
Published
An attempt to create open source game engine for browser
Downloads
129
Maintainers
Readme
Pixi.js integration for gg-web-engine, providing 2D rendering
Installation:
- make sure @gg-web-engine/core installed
npm install --save @gg-web-engine/pixi
- add to your
tsconfig.json
in the recordcompilerOptions
:"allowSyntheticDefaultImports": true,
- add to your
tsconfig.json
in the arraycompilerOptions.types
:"offscreencanvas"