We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wrap(chalk`{green this} {red is} a long string {bold to be} {yellow wrapped}`,5);
will not wrap corretly because it is including ansi color info as part of the string.