> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# IAssetManagerLibrary interface

> Interface for asset-manager libraries.

# IAssetManagerLibrary

## Summary

Interface for asset-manager libraries.

## Signature

```typescript theme={null}
interface IAssetManagerLibrary extends IExposedLibrary 
```

## Remarks

Implemented by `BaseAssetManagerLibrary` and its concrete subclass `AssetManagerLibrary`. Access an instance via `ctx.libraries.getAssetManager().library`.
