⏭️ line-width-cache.ts

This commit is contained in:
nirholas
2026-03-31 10:23:40 +00:00
parent 1dbb9c8896
commit 49c7f8eae4

View File

@@ -22,3 +22,4 @@ export function lineWidth(line: string): number {
cache.set(line, width)
return width
}