Ceda EI 5cb9cc158a | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
index.js | ||
package.json |
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.