UNPKG

@omnimedia/omnitool

Version:

open source video processing tools

6 lines (5 loc) 251 B
import { BgRemoverOptions, RemoverOptions } from "./types.js"; export declare function makeBgRemover({ spec, workerUrl, onLoading }: BgRemoverOptions): Promise<{ remove: (input: RemoverOptions) => Promise<VideoFrame>; dispose: () => void; }>;