html-tui icon indicating copy to clipboard operation
html-tui copied to clipboard

npm run ansi does not have the same output in README.md

Open AddictArts opened this issue 10 years ago • 2 comments

I get the attached screenshot, any ideas? Using iojs, phantomjs on Mac OS X. Thanks run-ansi

AddictArts avatar Aug 19 '15 18:08 AddictArts

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 avatar Aug 19 '15 20:08 AddictArts

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

azproduction avatar Sep 22 '15 16:09 azproduction