VideoBackgroundEffectsDependency type
要為視頻背景效果注入的依賴項類型
type VideoBackgroundEffectsDependency = {
createBackgroundBlurEffect: (
config?: BackgroundBlurConfig
) => BackgroundBlurEffect
createBackgroundReplacementEffect: (
config: BackgroundReplacementConfig
) => BackgroundReplacementEffect
}