0.0.10 • Published 7 years ago

stdio-widget v0.0.10

Weekly downloads
12
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago