Go to file
Marc Rousavy c04a4b72be Bootstrap
2021-02-19 16:07:53 +01:00
android Bootstrap 2021-02-19 16:07:53 +01:00
example Bootstrap 2021-02-19 16:07:53 +01:00
ios Bootstrap 2021-02-19 16:07:53 +01:00
scripts Bootstrap 2021-02-19 16:07:53 +01:00
src Bootstrap 2021-02-19 16:07:53 +01:00
.gitattributes Bootstrap 2021-02-19 16:07:53 +01:00
.gitignore Bootstrap 2021-02-19 16:07:53 +01:00
.yarnrc Bootstrap 2021-02-19 16:07:53 +01:00
babel.config.js Bootstrap 2021-02-19 16:07:53 +01:00
CONTRIBUTING.md Bootstrap 2021-02-19 16:07:53 +01:00
LICENSE Bootstrap 2021-02-19 16:07:53 +01:00
package-lock.json Bootstrap 2021-02-19 16:07:53 +01:00
package.json Bootstrap 2021-02-19 16:07:53 +01:00
react-native-vision-camera.podspec Bootstrap 2021-02-19 16:07:53 +01:00
README.md Bootstrap 2021-02-19 16:07:53 +01:00
tsconfig.build.json Bootstrap 2021-02-19 16:07:53 +01:00
tsconfig.json Bootstrap 2021-02-19 16:07:53 +01:00
yarn.lock Bootstrap 2021-02-19 16:07:53 +01:00

react-native-vision-camera

The Camera library that sees the vision.

Installation

npm install react-native-vision-camera

Usage

import VisionCamera from "react-native-vision-camera";

// ...

const result = await VisionCamera.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT