better-strip-color/README.md

23 lines
331 B
Markdown
Raw Normal View History

2019-07-23 09:05:31 +02:00
# better-strip-color
2019-07-23 09:53:12 +02:00
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.