1
0
mirror of https://gitlab.com/ceda_ei/better-strip-color.git synced 2025-03-12 04:26:53 +01:00
2019-07-23 13:26:39 +05:30
2019-07-23 07:10:36 +00:00
2019-07-23 13:09:26 +05:30
2019-07-23 07:09:48 +00:00
2019-07-23 13:26:39 +05:30
2019-07-23 13:26:39 +05:30

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.

Description
No description provided
Readme 29 KiB
Languages
JavaScript 100%