Go to file
Ceda EI 5cb9cc158a Update README.md 2019-07-23 13:23:12 +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 Update README.md 2019-07-23 13:23:12 +05:30
index.js Add package.json, index.js 2019-07-23 13:09:26 +05:30
package.json Update README.md 2019-07-23 13:23:12 +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

Usage

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

License

Released under the LGPL-3.0 license.