VideoBackgroundEffectsDependency type

비디오 배경 효과를 위해 주입할 종속성 유형

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