/xterm-react-renderer

🕹 React renderer for XTerm.js

Primary LanguageJavaScriptMIT LicenseMIT

WIP

Mutable react renderer around XTerm.js

Currently supported components:

  • <text>{'...'}</text> - writes text to the terminal
  • <line>{'...'}</line> - writes text to the terminal followed by a carriage return
  • <br /> - writes a carriage return