ansi-html-stream
ansi-html-stream copied to clipboard
Add more colors.
Fix bold and underline not closing correctly. Add support for "intense" ansi colors commonly used in terminals/etc.
Looks like cb06e360153e31153ce68122f1df317b6f5aad78 fixed the underline/bold issue, and I was using kessler/node-bcat which was fixed to version 0.0.2, I've sent a pull request there (https://github.com/kessler/node-bcat/pull/4) that will use the latest version of ansi-html-stream in the future. However, the part of this pull request to support the "intense" ansi colors is still desired, so I've trimmed this pull request down to just that part.