react-native-vision-camera/README.md

28 lines
429 B
Markdown
Raw Normal View History

2021-02-19 07:59:45 -07:00
# react-native-vision-camera
2021-02-19 08:07:53 -07:00
The Camera library that sees the vision.
## Installation
```sh
npm install react-native-vision-camera
```
## Usage
```js
import VisionCamera from "react-native-vision-camera";
// ...
const result = await VisionCamera.multiply(3, 7);
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT