VideoBackgroundEffectsDependency type
نوع التبعية المراد حقنه لتأثيرات خلفية الفيديو
type VideoBackgroundEffectsDependency = {
createBackgroundBlurEffect: (
config?: BackgroundBlurConfig
) => BackgroundBlurEffect
createBackgroundReplacementEffect: (
config: BackgroundReplacementConfig
) => BackgroundReplacementEffect
}