Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Aug 13, 2024
1 parent 4ef84d9 commit c507a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ WebAV 是一个在 Web 平台上**创建/编辑**视频文件的 SDK,基于 We
### 优势

- 跨平台:支持在 Edge、Chrome 浏览器,以及 Electron 中运行
- 零成本:完全使用客户端计算,无需服务器成本
- 零成本:完全在客户端计算,无需服务器成本
- 隐私安全:不会上传用户的任何数据
- 高性能:是 ffmpeg.wasm 的 10~20 倍
- 高性能:是 ffmpeg.wasm 的 20 倍,与 Native 性能对比查看 [WebCodecs 性能表现](https://hughfenghen.github.io/posts/2024/07/27/webcodecs-performance-benchmark/)
- 易扩展:对 Web 开发者非常友好,能轻松与 Canvas、WebAudio 配合,实现自定义功能
- 体积小:约 50kb(MINIFIED + GZIPPED, 未 tree-shaking)

Expand Down

0 comments on commit c507a47

Please sign in to comment.