VideoBackgroundEffectsDependency type

ビデオの背景効果に挿入される依存関係の種類

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