VideoBackgroundEffectsDependency type

Typ závislosti, který má být vložen pro efekty pozadí videa

type VideoBackgroundEffectsDependency = {
  createBackgroundBlurEffect: (
    config?: BackgroundBlurConfig
  ) => BackgroundBlurEffect
  createBackgroundReplacementEffect: (
    config: BackgroundReplacementConfig
  ) => BackgroundReplacementEffect
}