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

# NanoforgeClient class

> Client-side NanoForge application for editor mode.

import { PageLink } from '/snippets/tsdocs/PageLink.jsx';
import { RefLink } from '/snippets/tsdocs/RefLink.jsx';

# NanoforgeClient

## Summary

Client-side NanoForge application for editor mode.

## Signature

```typescript theme={null}
declare class NanoforgeClient extends NanoforgeApplication 
```

## Methods

### useGraphics

Register the graphics library.

### useInput

Register the input library.

### useSound

Register the sound-effect library.

## Remarks

Extends `NanoforgeApplication` with graphics, input, and sound library slots. Create via the `core-editor` `NanoforgeFactory`.
