1.0.5 • Published 3 years ago
html-to-ansi v1.0.5
npm i --save html-to-ansi
const translate = require('html-to-ansi')
let output = translate('abc<br>abc') //abc\nabc
works with:
br
font color='#123123'
- removes all other unknown tags
npm i --save html-to-ansi
const translate = require('html-to-ansi')
let output = translate('abc<br>abc') //abc\nabc
works with:
br
font color='#123123'