You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Ceda EI a9a775c15a Fix pnpm link. 4 years ago
.gitignore Add .gitignore 4 years ago
LICENSE Add LICENSE 4 years ago
README.md Fix pnpm link. 4 years ago
index.js Add package.json, index.js 4 years ago
package.json Fix pnpm link. 4 years ago

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.