ink-table icon indicating copy to clipboard operation
ink-table copied to clipboard

fix: correctly handle arbitrary unicode character widths

Open Kenneth-Sills opened this issue 6 months ago • 0 comments

This improves support for emojis and non-latin languages.

I've had to use an older version of string-width, since anything more recent uses ESM and we're not yet compatible with that (see #253).

Closes #249

Kenneth-Sills avatar Aug 06 '24 01:08 Kenneth-Sills