BackgroundProcessor({ mode: 'background-blur', blurRadius: 10 /* (optional) */ }) BackgroundProcessor({ mode: 'virtual-background', imagePath: "http://path.to/image ...
This example repo demonstrates how one might build our their background jobs along side a Next.js API backend. It could be any backend in any language, but this uses Next since it's fairly simple to ...