Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oct16/timecat
A Magical Web Recorder & Player 🖥
https://github.com/oct16/timecat
audio chrome chrome-extension player recorder replay screenshots video virtualdom
Last synced: about 6 hours ago
JSON representation
A Magical Web Recorder & Player 🖥
- Host: GitHub
- URL: https://github.com/oct16/timecat
- Owner: oct16
- License: gpl-3.0
- Created: 2020-02-27T09:13:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T14:52:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T17:27:51.864Z (3 months ago)
- Topics: audio, chrome, chrome-extension, player, recorder, replay, screenshots, video, virtualdom
- Language: TypeScript
- Homepage: https://timecatjs.com
- Size: 4.55 MB
- Stars: 2,285
- Watchers: 44
- Forks: 190
- Open Issues: 56
-
Metadata Files:
- Readme: README.cn.md
- License: LICENSE
Awesome Lists containing this project
README
TimeCat
A Magical Web Recorder And Player
[![GitHub issues](https://img.shields.io/github/issues-raw/oct16/TimeCat)](https://github.com/oct16/TimeCat/issues) ![GitHub last commit](https://img.shields.io/github/last-commit/oct16/timecat) [![npm (tag)](https://img.shields.io/npm/v/timecatjs/latest)](https://www.npmjs.com/package/timecatjs)
## 项目简介
中文 | [English](./README.md)
TimeCat 是一个完全开源的网页录制工具,生成的文件不是真正的视频,但可以像真正的视频一样进行播放,完美的还原用户在浏览器中的操作行为
[🖥 Demo](https://timecatjs.com/demo)
## 文档
可以在 [TimeCat Docs](https://timecatjs.com) 找到开发文档,进入 Introduction page 开始了解项目,可以在这个仓库 [repository](https://github.com/oct16/TimeCat-Docs) 中改进项目文档
## 最新版本[![npm (tag)](https://img.shields.io/npm/v/timecatjs/latest)](https://www.npmjs.com/package/timecatjs)
## 支持的浏览器
| [](http://godban.github.io/browsers-support-badges/)
Edge | [](http://godban.github.io/browsers-support-badges/)
Firefox | [](http://godban.github.io/browsers-support-badges/)
Chrome | [](http://godban.github.io/browsers-support-badges/)
Safari |
| - | - | - | - |## Chrome 插件
提供了 Chrome 插件并支持一键录制与导出
| | [TimeCat-Chrome](https://chrome.google.com/webstore/detail/timecat-chrome/jgnkkambbdmhfdbdbkljlenddlbplhal) |
|--|--|## 安装
#### 使用 [NPM](https://www.npmjs.com/package/timecatjs)
```shell
$ npm i timecatjs -D
```#### 直接在浏览器引入脚本
在 html 代码中添加如下脚本,查找全局变量 ``TimeCat``,脚本可以通过以下 CDN 获取:
## 使用
- [快速开始](https://timecatjs.com/docs/)## 交流与建议
开发中若遇到任何问题或有任何建议
欢迎联系 [@oct16](https://github.com/oct16) 交流与讨论## 贡献项目
非常欢迎您的加入
提一个 [Issue](https://github.com/oct16/TimeCat/issues/new/choose) 或者 [Pull Request](https://github.com/oct16/TimeCat/pulls)
标准 Readme 遵循 [Contributor Covenant](https://www.contributor-covenant.org/version/2/0/code_of_conduct/) 行为规范## Contributors
![https://github.com/oct16/TimeCat/graphs/contributors](https://opencollective.com/timecat/contributors.svg?width=890&button=false)
## 使用许可
[GPL-3.0](LICENSE)