From 65373276ac8a4d2d3a3db5c9501da879c7054d00 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Wed, 8 Sep 2021 16:02:42 +0200 Subject: [PATCH] docs: Add "Adopting at scale" for enterprises --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4b88074..d42b66b 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ function App() { } ``` +### Adopting at scale + +VisionCamera is provided _as is_, I work on it in my free time. + +If you're integrating VisionCamera in a production app, consider [funding this project](https://github.com/sponsors/mrousavy) and contact me to receive premium enterprise support, help with issues, prioritize bugfixes, request features, help at integrating VisionCamera and/or Frame Processors, and more. +
#### 🚀 Get started by [setting up permissions](https://mrousavy.github.io/react-native-vision-camera/docs/guides/)!