diff --git a/src/ANIMATED.md b/ANIMATED.md similarity index 100% rename from src/ANIMATED.md rename to ANIMATED.md diff --git a/src/DEVICES.md b/DEVICES.md similarity index 100% rename from src/DEVICES.md rename to DEVICES.md diff --git a/src/ERRORS.md b/ERRORS.md similarity index 100% rename from src/ERRORS.md rename to ERRORS.md diff --git a/src/FORMATS.md b/FORMATS.md similarity index 100% rename from src/FORMATS.md rename to FORMATS.md diff --git a/README.md b/README.md index 78390e2..beb8e0f 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,44 @@ -# react-native-vision-camera + + + + + + + + +
README.mdANIMATED.mdDEVICES.mdFORMATS.mdERRORS.md
-The Camera library that sees the vision. +
-## Installation +
+

Camera

+ +
+
+

The most powerful Camera component for react-native.

+
+ Buy Me a Coffee at ko-fi.com +
+ +
+
+
+
+
+ +
+ +
+
+
+ +1. TODO: Better description +2. TODO: Demo Screenshot from Cuvent + + +### Install ```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 diff --git a/src/TODO.md b/TODO.md similarity index 100% rename from src/TODO.md rename to TODO.md diff --git a/src/img/11.png b/img/11.png similarity index 100% rename from src/img/11.png rename to img/11.png diff --git a/src/README.md b/src/README.md deleted file mode 100644 index beb8e0f..0000000 --- a/src/README.md +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - -
README.mdANIMATED.mdDEVICES.mdFORMATS.mdERRORS.md
- -
- -
-

Camera

- -
-
-

The most powerful Camera component for react-native.

-
- Buy Me a Coffee at ko-fi.com -
- -
-
-
-
-
- -
- -
-
-
- -1. TODO: Better description -2. TODO: Demo Screenshot from Cuvent - - -### Install - -```sh -npm i react-native-vision-camera -npx pod-install -```