1
0
mirror of https://gitlab.com/ceda_ei/better-strip-color.git synced 2026-06-08 19:20:06 +02:00
Files
better-strip-color/README.md

23 lines
331 B
Markdown
Raw Normal View History

2019-07-23 07:05:31 +00:00
# better-strip-color
2019-07-23 13:23:12 +05:30
Strip ansi colors, attributes from a string.
## Install
Install with [npm](https://www.npmjs.com/) or [pnpm]()
```sh
$ npm i better-strip-color
```
## Usage
```js
const strip = require("better-strip-color");
const strippedString = strip(ANSIString);
```
## License
Released under the LGPL-3.0 license.