react-native-vision-camera/README.md
Marc Rousavy c04a4b72be Bootstrap
2021-02-19 16:07:53 +01:00

429 B

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