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

# IGraphicsLibrary interface

> Interface for graphics libraries.

# IGraphicsLibrary

## Summary

Interface for graphics libraries.

## Signature

```typescript theme={null}
interface IGraphicsLibrary extends IExposedLibrary, IRunnerLibrary 
```

## Remarks

Implemented by `BaseGraphicsLibrary` and its concrete subclass `Graphics2DLibrary`. Access an instance via `ctx.libraries.getGraphics().library`.
