📦 pixijs / assetpack

A configurable asset pipeline for the web

142 stars 49 forks 👁 142 watching ⚖️ MIT License
📥 Clone https://github.com/pixijs/assetpack.git
HTTPS git clone https://github.com/pixijs/assetpack.git
SSH git clone git@github.com:pixijs/assetpack.git
CLI gh repo clone pixijs/assetpack
Zyie Zyie 1.7.0 14b74b7 2 months ago 📝 History
📁 .github
📁 .husky
📁 packages
📁 scripts
📄 .gitignore
📄 .nvmrc
📄 LICENSE
📄 README.md
📄 README.md

<p style="text-align:center;" align="center"> <picture align="center"> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/pixijs/assetpack/blob/main/.github/assets/assetpack-logo-light.svg"> <source media="(prefers-color-scheme: light)" srcset="https://github.com/pixijs/assetpack/blob/main/.github/assets/assetpack-logo-dark.svg"> <img align="center" src="https://github.com/pixijs/assetpack/blob/main/.github/assets/assetpack-logo-dark.svg" alt="Shows a dark AssetPack logo in light mode and a white logo in dark mode" width="60%"/> </picture> <div align="center" style="margin-top: -20px"> <h3>A configurable asset pipeline for the web!</h3> </div> </p> <br>

AssetPack is a tool for optimising assets for the web. It can be used to transform, combine, compress assets. Any asset that you want to transform or optimise into something else can be done with AssetPack.

AssetPack is framework agnostic, and can be used with any framework you like, such as PixiJS, Threejs, Phaser, etc. It uses a plugin based system to allow you to create your own plugins to do whatever you want with your assets.

---

Check out the docs on how to get started with AssetPack: https://pixijs.io/assetpack/