All Projects → meowtec → ttyplayer.js

meowtec / ttyplayer.js

Licence: MIT License
Play TTY record https://meowtec.github.io/ttyplayer.js/

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

ttyplayer.js

====

ttyplayer.js 是一个浏览器端的 tty 播放器。(IE 10+, Chrome, Firefox, Safari)

https://meowtec.github.io/ttyplayer.js/

Usage

首先安装 ttyrec.

brew install ttyrec

录制 tty 文件:

ttyrec tty.rec

使用 ttyplayer.js 播放 tty 记录文件

new TermPlayer({
  parent: document.getElementById('target'),
  // cols, rows 与你的 term 保持一致
  // 下面是推荐尺寸:
  cols: 80,
  rows: 30
}).load('./tty.rec')
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].