diff --git a/doc-site/docs/guide/faq.en-US.md b/doc-site/docs/guide/faq.en-US.md index c26ccc41..04b1614c 100644 --- a/doc-site/docs/guide/faq.en-US.md +++ b/doc-site/docs/guide/faq.en-US.md @@ -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. diff --git a/doc-site/docs/guide/faq.md b/doc-site/docs/guide/faq.md index 4da5e77e..5fed853d 100644 --- a/doc-site/docs/guide/faq.md +++ b/doc-site/docs/guide/faq.md @@ -9,6 +9,8 @@ order: 2 # FAQ +_有疑问可以先查询 issue、阅读 API 文档。_ + ### 支持哪些视频格式 - MP4Clip 支持的视频格式有:mp4、mov、m4a @@ -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 即可。