luckydrq-ansi-to-html
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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);

Readme

Keywords

Package Sidebar

Install

npm i luckydrq-ansi-to-html

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

108 kB

Total Files

13

Last publish

Collaborators

  • luckydrq