Megosztás a következőn keresztül:


VideoBackgroundEffectsDependency type

A videó háttéreffektusaihoz beszúrandó függőségi típus

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