MCPcopy Create free account
hub / github.com/codeaashu/claude-code / spriteFrameCount

Function spriteFrameCount

src/buddy/sprites.ts:471–473  ·  view source on GitHub ↗
(species: Species)

Source from the content-addressed store, hash-verified

469}
470
471export function spriteFrameCount(species: Species): number {
472 return BODIES[species].length
473}
474
475export function renderFace(bones: CompanionBones): string {
476 const eye: Eye = bones.eye

Callers 1

CompanionSpriteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected