feat(ffmpeg): add ffmpeg-core.wasm for video processing capabilities

This commit is contained in:
2025-11-14 19:49:37 +08:00
parent 18df10c7af
commit fb68b6a3cb
10 changed files with 1966 additions and 768 deletions

View File

@@ -0,0 +1,6 @@
/**
* 已废弃:使用 useVideoBackgroundCompositing 替代
* 该文件保留用于向后兼容
*/
export { useVideoBackgroundCompositing as useVideoBackgroundCombinator } from './useVideoBackgroundCompositing'