UNPKG

@imgly/plugin-background-removal-web

Version:

Background Removal plugin for the CE.SDK editor

5 lines (4 loc) 217 B
import type { Source } from '@cesdk/cesdk-js'; export declare const THRESHOLD = 1024; declare function findOptimalSource(sourceSet: Source[], threshold?: number): Source | undefined; export default findOptimalSource;