Udostępnij przez


VideoBackgroundEffectsDependency type

Typ zależności, który ma zostać wstrzyknięty dla efektów tła wideo

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