html-to-ansi
v1.0.5
Published
Converts simple html to console/terminal & ansi
Readme
npm i --save html-to-ansi
const translate = require('html-to-ansi')
let output = translate('abc<br>abc') //abc\nabcworks with:
brfont color='#123123'- removes all other unknown tags
