0.0.2 • Published 10 months ago

html2ansi v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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.html

NodeJs

npm i html2ansi -S
import { html2ansi } from 'html2ansi';

const ansi = html2ansi(html);

TODOs

  • support <pre>
  • support colors supported in browser but not available with chalk.xxx

PR is welcome!

0.0.2

10 months ago

0.0.1

10 months ago