> ## 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.

# AssetManagerLibrary class

> Built-in asset-manager library.

# AssetManagerLibrary

## Summary

Built-in asset-manager library.

## Signature

```typescript theme={null}
declare class AssetManagerLibrary extends BaseAssetManagerLibrary 
```

## Methods

### getAsset

Retrieve a registered file asset by its virtual path.

### getAsset

## Remarks

Stores the file map injected by the NanoForge loader (`nf start`) and exposes assets via `getAsset`. Register it with the application before calling `init`:  File paths are normalised on lookup: leading slashes are collapsed to a single `/`, duplicate slashes are removed, and trailing slashes are stripped.
