Skip to content

Commit

Permalink
docs: update FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Nov 14, 2024
1 parent 57467fd commit cbbae30
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc-site/docs/guide/faq.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,12 @@ Supported on Chrome/Edge 102+, not supported on Safari or Firefox.

- WebCodecs API will be detected as incompatible.
- The console will report the error: `Cannot read properties of undefined (reading 'getDirectory')`.

The translation for your text is:

### Does it support Vue or other UI frameworks?

Yes, it does.

WebAV is an audio-video processing library and is independent of any UI framework.
The UI in the DEMO is developed using React, but if you're using another UI framework, just focus on the WebAV API.
9 changes: 9 additions & 0 deletions doc-site/docs/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ order: 2

# FAQ

_有疑问可以先查询 issue、阅读 API 文档。_

### 支持哪些视频格式

- MP4Clip 支持的视频格式有:mp4、mov、m4a
Expand All @@ -33,3 +35,10 @@ Chrome/Edge 102+,不支持 Safari,不支持 Firefox

- WebCodecs API 检测将返回不兼容
- 控制台报错 `Cannot read properties of undefined (reading 'getDirectory')`

### 是否支持 Vue 或其他 UI 框架

支持。

WebAV 是一个音视频处理工具库,跟 UI 框架无关。
DEMO 中的 UI 使用 React 开发,若使用其他 UI 框架重点关注其中 WebAV 的 API 即可。

0 comments on commit cbbae30

Please sign in to comment.