@gg-web-engine/pixi
v0.0.58
Published
An attempt to create open source game engine for browser
Downloads
24
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.jsonin the recordcompilerOptions:"allowSyntheticDefaultImports": true, - add to your
tsconfig.jsonin the arraycompilerOptions.types:"offscreencanvas"
