ansi-truncate
v1.1.2
Published
A tiny function for truncating a string that may contain ANSI escape sequences.
Downloads
83,142
Readme
ANSI Truncate
A tiny function for truncating a string that may contain ANSI escape sequences.
Install
npm install --save ansi-truncate
Usage
import colors from 'tiny-colors';
import truncate from 'ansi-truncate';
truncate ( colors.red ( 'foo' ), 2 ); // => Same as: colors.red ( 'f…' );
License
MIT © Fabio Spampinato