deathcap/nodeachrome

Use tty.js for process.stdout/in? (recognizes terminal escape sequences)

deathcap opened this issue · 0 comments

https://github.com/chjj/tty.js - "A terminal for your browser, using node/express/socket.io"

Could be interesting to embed tty.js (or term.js?), as a more powerful alternative to the current process.stdout HtmlStdout stream of writing to document (works for basic text output, but terminal escape sequences are not recognized without proper terminal emulation)