0.0.10 • Published 6 years ago

stdio-widget v0.0.10

Weekly downloads
12
License
MIT
Repository
github
Last release
6 years ago

stdio-widget

npm module to emulate terminals on the browser, works with nodejs streams through browserify. Usage here, live demo here.

stdio = require("stdio-widget")(container, options)

  • container :: dom.Element
    • BrowserEvent "ctrl"
      • key :: string
  • options :: object
    • encoding :: string
    • greeting :: string
    • colors :: object
      • stdin :: string
      • stdout :: string
      • stderr :: string
      • background :: string
  • stdio(stdin, stdout, stderr)
    • stdin :: stream.Writable
    • stdout :: stream.Readable
    • stderr :: stream.Readable
0.0.10

6 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago