# @nnmbzr/assetpack-core

## AssetPack Fork with Bitmap Font Support

This is a fork of the official [AssetPack](https://github.com/pixijs/assetpack) with added bitmap font support based on [PR #116](https://github.com/pixijs/assetpack/pull/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

```bash
npm install @nnmbzr/assetpack-core
```

---

## Original 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](https://github.com/pixijs/assetpack/pull/116)
