Aller au fichier
Ceda EI a9a775c15a Fix pnpm link. 2019-07-23 13:26:39 +05:30
.gitignore Add .gitignore 2019-07-23 07:10:36 +00:00
LICENSE Add LICENSE 2019-07-23 07:09:48 +00:00
README.md Fix pnpm link. 2019-07-23 13:26:39 +05:30
index.js Add package.json, index.js 2019-07-23 13:09:26 +05:30
package.json Fix pnpm link. 2019-07-23 13:26:39 +05:30

README.md

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.