ansi-purge

A tiny function for deleting ANSI escape sequences from a string.

MIT 3 个版本
安装
npm install ansi-purge
yarn add ansi-purge
pnpm add ansi-purge
bun add ansi-purge
README

ANSI Purge

A tiny function for deleting ANSI escape sequences from a string.

Install

npm install ansi-purge

Usage

import color from 'tiny-colors';
import ansiPurge from 'ansi-purge';

// Let's remove ANSI escapes from a string

console.log ( ansiPurge ( color.red ( 'Hello' ) ) ); // => 'Hello'

License

MIT © Fabio Spampinato

版本列表
1.1.0 2025-08-22
1.0.1 2025-01-11
1.0.0 2023-02-11