Skip to content

Commit

Permalink
chore(docs): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
atlj committed Feb 19, 2024
1 parent 64780ad commit 488f1a8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# react-native-background-remover

This package removes background
This package is a React Native package that uses MLKit on Android and Vision on iOS to remove the background from an image.

## Installation

```sh
npm install react-native-background-remover
yarn add react-native-background-remover
```

## Usage

```js
import { multiply } from 'react-native-background-remover';
import { removeBackground } from 'react-native-background-remover';

// ...

const result = await multiply(3, 7);
// You can get the imageURI from the camera or the gallery.
const backgroundRemovedImageURI = removeBackground(imageURI);
```

## Contributing
Expand Down

0 comments on commit 488f1a8

Please sign in to comment.