1.0.0 • Published 1 year ago

ansi-purge v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

ANSI Purge

A tiny function for deleting ANSI escape sequences from a string.

Install

npm install --save ansi-purge

Usage

import color from 'tiny-colors';
import ansiPurge from 'ansi-purge';

console.log ( ansiPurge ( color.red ( 'Hello' ) ) ); // => 'Hello'

License

MIT © Fabio Spampinato