UNPKG

ansi_up

Version:

Convert ansi sequences in strings to colorful HTML

17 lines (16 loc) 280 B
<html> <head> <style type="text/css"> pre { margin: 0; font-family: monaco, "Courier New", Courier, monospace; line-height: 1.3; background: black; } </style> <script data-main="main.js" src="require.js"></script> </head> <body> <pre id="console"></pre> </body> </html>