html2ansi
v0.0.2
Published
Convert HTML to ANSI colored text
Downloads
6
Maintainers
Readme
html2ansi
Convert HTML to ANSI colored text.
Online playground: https://cyrilluce.github.io/html-to-ansi/
Usage
cli
# convert input.html to output.txt
npx html2ansi -f input.html -o output.txt
# streaming
npx html2ansi -f input.htmlNodeJs
npm i html2ansi -Simport { html2ansi } from 'html2ansi';
const ansi = html2ansi(html);TODOs
- [ ] support
<pre> - [ ] support colors supported in browser but not available with
chalk.xxx
PR is welcome!
