html-tui
html-tui copied to clipboard
npm run ansi does not have the same output in README.md
I get the attached screenshot, any ideas? Using iojs, phantomjs on Mac OS X. Thanks

This issue likely explains the reason https://github.com/azproduction/node-mc/issues/4 which is the font dependency of 'Courier', 'Courier New''Courier', 'Courier New' It seems html-tub might be Windows only and Mac's or Linux are not going to work correctly at this point.
@AddictArts sorry for the delay. PhantomJS is not able to properly render monospaced fonts, that is why it looks ugly. The only backend renderer which works is browser...