Strip ansi colors, attributes from a string.
Install with npm or pnpm
$ npm i better-strip-color $ pnpm i better-strip-color
const strip = require("better-strip-color"); const strippedString = strip(ANSIString);
Released under the LGPL-3.0 license.