JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q49689F
  • License MIT

Converts simple html to console/terminal & ansi

Package Exports

  • html-to-ansi
  • html-to-ansi/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (html-to-ansi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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