Skip to content

Commit

Permalink
Merge pull request #322 from Yukiniro/ugab7fnl
Browse files Browse the repository at this point in the history
fix: corrected the link to av-recorder
  • Loading branch information
hughfenghen authored Nov 17, 2024
2 parents 88929ca + ce5ebc8 commit 1d996cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .changeset/modern-guests-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@webav/av-canvas': patch
'@webav/av-cliper': patch
'@webav/av-recorder': patch
'@webav/internal-utils': patch
---

fix: corrected the link to av-recorder
2 changes: 1 addition & 1 deletion doc-site/docs/guide/packages.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ await avCvs.add(spr2);

</details>

### [av-recorder](https://bilibili.github.io/WebAV/_api/av-canvas/)
### [av-recorder](https://bilibili.github.io/WebAV/_api/av-recorder/)

`av-recorder` records `MediaStream` and outputs video file stream in MP4 format.

Expand Down
2 changes: 1 addition & 1 deletion doc-site/docs/guide/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ await avCvs.add(spr2);

</details>

### [av-recorder](https://bilibili.github.io/WebAV/_api/av-canvas/)
### [av-recorder](https://bilibili.github.io/WebAV/_api/av-recorder/)

`av-recorder` 录制 `MediaStream` 输出 MP4 格式的视频文件流。

Expand Down

0 comments on commit 1d996cb

Please sign in to comment.