Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
471
export
function
spriteFrameCount(species: Species): number {
472
return
BODIES[species].length
473
}
474
475
export
function
renderFace(bones: CompanionBones): string {
476
const
eye: Eye = bones.eye
Callers
1
CompanionSprite
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected