| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| advanced-blend-modes.js | 2025-11-18 | 37.8 kB | |
| advanced-blend-modes.js.map | 2025-11-18 | 69.2 kB | |
| advanced-blend-modes.min.js | 2025-11-18 | 31.7 kB | |
| advanced-blend-modes.min.js.map | 2025-11-18 | 63.8 kB | |
| gif.js | 2025-11-18 | 44.3 kB | |
| gif.js.map | 2025-11-18 | 91.4 kB | |
| gif.min.js | 2025-11-18 | 14.6 kB | |
| gif.min.js.map | 2025-11-18 | 73.6 kB | |
| math-extras.js | 2025-11-18 | 6.8 kB | |
| math-extras.js.map | 2025-11-18 | 21.1 kB | |
| math-extras.min.js | 2025-11-18 | 2.8 kB | |
| math-extras.min.js.map | 2025-11-18 | 15.2 kB | |
| pixi.js | 2025-11-18 | 2.1 MB | |
| pixi.js.d.ts | 2025-11-18 | 1.5 MB | |
| pixi.js.map | 2025-11-18 | 4.7 MB | |
| pixi.min.js | 2025-11-18 | 710.2 kB | |
| pixi.min.js.map | 2025-11-18 | 4.0 MB | |
| pixi.min.mjs | 2025-11-18 | 710.8 kB | |
| pixi.min.mjs.map | 2025-11-18 | 4.0 MB | |
| pixi.mjs | 2025-11-18 | 1.9 MB | |
| pixi.mjs.map | 2025-11-18 | 4.7 MB | |
| unsafe-eval.js | 2025-11-18 | 36.2 kB | |
| unsafe-eval.js.map | 2025-11-18 | 100.8 kB | |
| unsafe-eval.min.js | 2025-11-18 | 15.7 kB | |
| unsafe-eval.min.js.map | 2025-11-18 | 79.8 kB | |
| webworker.js | 2025-11-18 | 2.1 MB | |
| webworker.js.map | 2025-11-18 | 4.6 MB | |
| webworker.min.js | 2025-11-18 | 734.6 kB | |
| webworker.min.js.map | 2025-11-18 | 4.0 MB | |
| webworker.min.mjs | 2025-11-18 | 735.1 kB | |
| webworker.min.mjs.map | 2025-11-18 | 4.0 MB | |
| webworker.mjs | 2025-11-18 | 1.9 MB | |
| webworker.mjs.map | 2025-11-18 | 4.6 MB | |
| README.md | 2025-11-18 | 2.2 kB | |
| v8.14.2 source code.tar.gz | 2025-11-18 | 7.7 MB | |
| v8.14.2 source code.zip | 2025-11-18 | 10.0 MB | |
| Totals: 36 Items | 65.5 MB | 1 | |
💾 Download
Installation:
:::bash
npm install pixi.js@8.14.2
Development Build: - https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.js - https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.mjs
Production Build: - https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.min.js - https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.min.mjs
Documentation: - https://pixijs.download/v8.14.2/docs/index.html
Changed
https://github.com/pixijs/pixijs/compare/v8.14.1...v8.14.2
🐛 Fixed
- fix: graphics memory leak and cleanup by @Zyie in https://github.com/pixijs/pixijs/pull/11753
- fix: typo in Application example: replace '-' with '=' in asset loading by @Aryaman1792 in https://github.com/pixijs/pixijs/pull/11750
- fix: parse resolution and format from URLs in object sources in assets resolver by @stereopasa in https://github.com/pixijs/pixijs/pull/11747
- fix: track item count in Pool class and add related tests by @Zyie in https://github.com/pixijs/pixijs/pull/11760
- fix: bitmanFontXMLParser should recognize xml fonts with versions by @rafalaidlaw in https://github.com/pixijs/pixijs/pull/11761
- fix: Remove automatically added 'resize' event listener from TextureSource on Texture destroy() by @Romans-I-XVI in https://github.com/pixijs/pixijs/pull/11764
- fix: resolve a typescript annoyance with Container.filters by @jimhigson in https://github.com/pixijs/pixijs/pull/11757
- fix: enable proper application reinitialization by @Zyie in https://github.com/pixijs/pixijs/pull/11759
- fix: correct uBackTexture binding for filters with blendRequired by @GoodBoyDigital in https://github.com/pixijs/pixijs/pull/11754
🧹 Chores
- chore: add mention of uBackTexture to Filter docs (otherwise undocumented) by @jimhigson in https://github.com/pixijs/pixijs/pull/11756
New Contributors
- @Aryaman1792 made their first contribution in https://github.com/pixijs/pixijs/pull/11750
- @stereopasa made their first contribution in https://github.com/pixijs/pixijs/pull/11747
- @rafalaidlaw made their first contribution in https://github.com/pixijs/pixijs/pull/11761
- @Romans-I-XVI made their first contribution in https://github.com/pixijs/pixijs/pull/11764