1.0.2 • Published 5 years ago

better-strip-color v1.0.2

Weekly downloads
25
License
LGPL-3.0
Repository
gitlab
Last release
5 years ago

better-strip-color

Strip ansi colors, attributes from a string.

Install

Install with npm or pnpm

$ npm i better-strip-color
$ pnpm i better-strip-color

Usage

const strip = require("better-strip-color");
const strippedString = strip(ANSIString);

License

Released under the LGPL-3.0 license.