v2.0.0
🔥 Breaking Changes
- Now supports PixiJS v7
- Export ES2017 code for bundle (instead of ES5)
- Changed browser namespace from
PIXI.display
toPIXI.layers
🧹 Chores
- Update dependencies and README
- Support for ES modules (.mjs) and
exports
field in package.json - Deploy examples and documentation
- Add GitHub Actions for building PRs/branches