chore: Update doc URLs

This commit is contained in:
Marc Rousavy 2023-10-09 11:17:07 +02:00
parent 6e72781500
commit a498144fd5
No known key found for this signature in database
GPG Key ID: 83BEF0F19E8F5321

View File

@ -27,7 +27,7 @@ type Props = {
/**
* Whether to enable the Frame Processors runtime, or explicitly disable it.
* Disabling Frame Processors will make your app smaller as the C++ files will not be compiled.
* See [Frame Processors](https://www.react-native-vision-camera.com/docs/guides/frame-processors)
* See [Frame Processors](https://react-native-vision-camera.com/docs/guides/frame-processors)
* @default false
*/
disableFrameProcessors?: boolean
@ -35,7 +35,7 @@ type Props = {
* Whether to enable the QR/Barcode Scanner Model. If true, the MLKit Model will
* automatically be downloaded on app startup. If false, it will be downloaded
* once the Camera is created with a `CodeScanner`.
* See [QR/Barcode Scanning](https://www.react-native-vision-camera.com/docs/guides/code-scanning)
* See [QR/Barcode Scanning](https://react-native-vision-camera.com/docs/guides/code-scanning)
* @default false
*/
enableCodeScanner?: boolean