Skip to content

Commit 9b82cb7

Browse files
committed
docs: 完善 README 文档
1 parent b3f3981 commit 9b82cb7

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

README-zh.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,25 @@ Chrome 94 开放了 WebCodecs API, 该 api 提供对浏览器中已有编解
1414
且经过简单的测试发现 WebCodecs 性能比 ffmpeg.wasm 好非常多。
1515

1616
🌸 开源不易,star 鼓励 ⭐️
17+
18+
## 贡献者
19+
20+
<a href="https://github.com/wangrongding/webcut/graphs/contributors">
21+
<img src="https://contrib.rocks/image?repo=wangrongding/webcut&max=400&columns=20"/>
22+
</a>
23+
24+
## Star 历史
25+
26+
<a href="https://star-history.com/#wangrongding/webcut">
27+
<picture>
28+
<source
29+
media="(prefers-color-scheme: dark)"
30+
srcset="https://api.star-history.com/svg?repos=wangrongding/webcut&type=Date&theme=dark"
31+
/>
32+
<source
33+
media="(prefers-color-scheme: light)"
34+
srcset="https://api.star-history.com/svg?repos=wangrongding/webcut&type=Date"
35+
/>
36+
<img src="https://api.star-history.com/svg?repos=wangrongding/webcut&type=Date" alt="Star History Chart" />
37+
</picture>
38+
</a>

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,25 @@ This means that JavaScript can now handle audio and video, and you no longer nee
1414
And after simple testing, it was found that WebCodecs performs much better than ffmpeg.wasm.
1515

1616
🌸 Open source is not easy, star to encourage ⭐️
17+
18+
## Contributors
19+
20+
<a href="https://github.com/wangrongding/webcut/graphs/contributors">
21+
<img src="https://contrib.rocks/image?repo=wangrongding/webcut&max=400&columns=20"/>
22+
</a>
23+
24+
## Star History
25+
26+
<a href="https://star-history.com/#wangrongding/webcut">
27+
<picture>
28+
<source
29+
media="(prefers-color-scheme: dark)"
30+
srcset="https://api.star-history.com/svg?repos=wangrongding/webcut&type=Date&theme=dark"
31+
/>
32+
<source
33+
media="(prefers-color-scheme: light)"
34+
srcset="https://api.star-history.com/svg?repos=wangrongding/webcut&type=Date"
35+
/>
36+
<img src="https://api.star-history.com/svg?repos=wangrongding/webcut&type=Date" alt="Star History Chart" />
37+
</picture>
38+
</a>

0 commit comments

Comments
 (0)