@nnmbzr/assetpack-core
v1.7.1
Published
AssetPack fork with bitmap font support based on PR #116. Added custom implementation that supports bitmap fonts processing.
Maintainers
Readme
@nnmbzr/assetpack-core
AssetPack Fork with Bitmap Font Support
This is a fork of the official AssetPack with added bitmap font support based on PR #116.
Key Features
- ✨ Bitmap Font Support: Added custom implementation for bitmap font processing
- 🔧 All Original Features: Maintains all functionality from the original AssetPack
- 🎯 PixiJS Compatible: Designed to work seamlessly with PixiJS applications
Installation
npm install @nnmbzr/assetpack-coreOriginal AssetPack Description
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.
Original AssetPack Documentation: https://pixijs.io/assetpack/
This Fork: https://github.com/nnmbzr/assetpack
Changes: Added custom assetpack implementation that supports bitmap fonts based on PR #116
