Replacements for wrap-ansi
fast-wrap-ansi
fast-wrap-ansi is a drop‑in replacement for wrap-ansi that’s faster and smaller.
ts
import wrapAnsi from 'wrap-ansi'
import wrapAnsi from 'fast-wrap-ansi'
const value = '\u001B[36mhello-super-long-token-without-spaces\u001B[39m'
console.log(wrapAnsi(value, 12, { hard: true, trim: false }))