VideoBackgroundEffectsDependency type
Tipo di dipendenza da iniettare per gli effetti di sfondo video
type VideoBackgroundEffectsDependency = {
createBackgroundBlurEffect: (
config?: BackgroundBlurConfig
) => BackgroundBlurEffect
createBackgroundReplacementEffect: (
config: BackgroundReplacementConfig
) => BackgroundReplacementEffect
}