luckydrq-ansi-to-html
v1.0.1
Published
Convert ansi escaped text streams to html.
Downloads
4
Readme
luckydrq-ansi-to-html
Forked from rburns/ansi-to-html.
Main difference: options.escapeXML
support passed in a function to allow custumizing your own escape behavior. That is:
Change
escapeXML?: boolean
to
escapeXML?: boolean | ((text: string) => string);