MD
This commit is contained in:
parent
c04a4b72be
commit
6ee0ce9cff
61
README.md
61
README.md
@ -1,27 +1,44 @@
|
|||||||
# react-native-vision-camera
|
<table>
|
||||||
|
<tr>
|
||||||
|
<th>README.md</th>
|
||||||
|
<th><a href="./ANIMATED.md">ANIMATED.md</a></th>
|
||||||
|
<th><a href="./DEVICES.md">DEVICES.md</a></th>
|
||||||
|
<th><a href="./FORMATS.md">FORMATS.md</a></th>
|
||||||
|
<th><a href="./ERRORS.md">ERRORS.md</a></th>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
The Camera library that sees the vision.
|
<br />
|
||||||
|
|
||||||
## Installation
|
<div align="center">
|
||||||
|
<h1 align="center">Camera</h1>
|
||||||
|
<img src="img/11.png" width="55%">
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<blockquote><h4>The most powerful Camera component for react-native.</h4></blockquote>
|
||||||
|
<br />
|
||||||
|
<a href='https://ko-fi.com/F1F8CLXG' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
||||||
|
<br />
|
||||||
|
<a href="https://www.npmjs.com/package/react-native-vision-camera"><img src="https://img.shields.io/npm/v/react-native-vision-camera?color=%239ba298"</a>
|
||||||
|
<br />
|
||||||
|
<a href="https://www.npmjs.com/package/react-native-vision-camera"><img src="https://img.shields.io/npm/dt/react-native-vision-camera?color=%239ba298"</a>
|
||||||
|
<br />
|
||||||
|
<a href="https://github.com/mrousavy?tab=followers"><img src="https://img.shields.io/github/followers/mrousavy?label=Follow%20%40mrousavy&style=social"></a>
|
||||||
|
<br />
|
||||||
|
<a href="https://twitter.com/mrousavy"><img src="https://img.shields.io/twitter/follow/mrousavy?label=Follow%20%40mrousavy&style=social"></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
1. TODO: Better description
|
||||||
|
2. TODO: Demo Screenshot from Cuvent
|
||||||
|
|
||||||
|
|
||||||
|
### Install
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install react-native-vision-camera
|
npm i react-native-vision-camera
|
||||||
|
npx pod-install
|
||||||
```
|
```
|
||||||
|
|
||||||
## 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
|
|
||||||
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 160 KiB |
@ -1,44 +0,0 @@
|
|||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<th>README.md</th>
|
|
||||||
<th><a href="./ANIMATED.md">ANIMATED.md</a></th>
|
|
||||||
<th><a href="./DEVICES.md">DEVICES.md</a></th>
|
|
||||||
<th><a href="./FORMATS.md">FORMATS.md</a></th>
|
|
||||||
<th><a href="./ERRORS.md">ERRORS.md</a></th>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<br />
|
|
||||||
|
|
||||||
<div align="center">
|
|
||||||
<h1 align="center">Camera</h1>
|
|
||||||
<img src="img/11.png" width="55%">
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<blockquote><h4>The most powerful Camera component for react-native.</h4></blockquote>
|
|
||||||
<br />
|
|
||||||
<a href='https://ko-fi.com/F1F8CLXG' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
|
||||||
<br />
|
|
||||||
<a href="https://www.npmjs.com/package/react-native-vision-camera"><img src="https://img.shields.io/npm/v/react-native-vision-camera?color=%239ba298"</a>
|
|
||||||
<br />
|
|
||||||
<a href="https://www.npmjs.com/package/react-native-vision-camera"><img src="https://img.shields.io/npm/dt/react-native-vision-camera?color=%239ba298"</a>
|
|
||||||
<br />
|
|
||||||
<a href="https://github.com/mrousavy?tab=followers"><img src="https://img.shields.io/github/followers/mrousavy?label=Follow%20%40mrousavy&style=social"></a>
|
|
||||||
<br />
|
|
||||||
<a href="https://twitter.com/mrousavy"><img src="https://img.shields.io/twitter/follow/mrousavy?label=Follow%20%40mrousavy&style=social"></a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
1. TODO: Better description
|
|
||||||
2. TODO: Demo Screenshot from Cuvent
|
|
||||||
|
|
||||||
|
|
||||||
### Install
|
|
||||||
|
|
||||||
```sh
|
|
||||||
npm i react-native-vision-camera
|
|
||||||
npx pod-install
|
|
||||||
```
|
|
Loading…
Reference in New Issue
Block a user