src/ink Directory
- Entity ID:
ent-20260419-1e0900819081 - Type:
concept - Scope:
shared - Status:
active - Aliases: ink rendering framework
Description
~90-file custom terminal rendering framework: React reconciliation + Yoga layout targeting terminal cells instead of DOM nodes. Binary shrank 7.15 MB in v2.1.85 by replacing WASM yoga-layout with pure TypeScript.
Key claims
- Binary shrank 7.15 MB by swapping WASM yoga-layout for TypeScript
- Claude Code embeds a custom fork of Ink rather than using the upstream package
Relations
- src/ink Directory --[implements]--> Terminal Renderer
- src/ink Custom Fork --[is_same_as]--> src/ink Directory