Bootstrap
This commit is contained in:
27
README.md
27
README.md
@@ -1,2 +1,27 @@
|
||||
# react-native-vision-camera
|
||||
📸 The Camera library that sees the vision.
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user