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

# BaseGraphicsLibrary class

> Abstract base class for graphics libraries.

# BaseGraphicsLibrary

## Summary

Abstract base class for graphics libraries.

## Signature

```typescript theme={null}
declare abstract class BaseGraphicsLibrary extends Library implements IGraphicsLibrary 
```

## Remarks

Extend this class to implement a custom rendering backend and register it with `NanoforgeClient.useGraphics`. The built-in implementation is `Graphics2DLibrary`.
