MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / LabelTexture

Interface LabelTexture

graph-ui/src/components/NodeLabels.tsx:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11interface LabelTexture {
12 texture: THREE.CanvasTexture;
13 width: number;
14 height: number;
15}
16
17const TEXTURE_FONT_SIZE = 64;
18const TEXTURE_FONT =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected