spmjs

spm@3.x

Brand new static package manager for browser.

Getting Started 󰅴 Packages

strip-ansi


Strip ANSI escape codes

spm install strip-ansi

strip-ansi Build Status

Strip ANSI escape codes

Install

$ npm install --save strip-ansi

Usage

var stripAnsi = require('strip-ansi');

stripAnsi('\u001b[4mcake\u001b[0m');
//=> 'cake'

License

MIT © Sindre Sorhus