UNPKG

@jacobjmc/react-native-background-remover

Version:

Enhanced React Native package for removing backgrounds from images containing people, objects, animals, and more using Apple's Vision framework

7 lines 260 B
import type { TurboModule } from 'react-native'; export interface Spec extends TurboModule { removeBackground(imageURI: string): Promise<string>; } declare const _default: Spec; export default _default; //# sourceMappingURL=NativeBackgroundRemover.d.ts.map