ansi-purge
v1.0.1
Published
A tiny function for deleting ANSI escape sequences from a string.
Downloads
89,318
Readme
ANSI Purge
A tiny function for deleting ANSI escape sequences from a string.
Install
npm install ansi-purge
Usage
import color from 'tiny-colors';
import ansiPurge from 'ansi-purge';
// Let's remove ANSI escapes from a string
console.log ( ansiPurge ( color.red ( 'Hello' ) ) ); // => 'Hello'
License
MIT © Fabio Spampinato