Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
interface LabelTexture {
12
texture: THREE.CanvasTexture;
13
width: number;
14
height: number;
15
}
16
17
const TEXTURE_FONT_SIZE = 64;
18
const TEXTURE_FONT =
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected