chore: Update doc URLs
This commit is contained in:
parent
6e72781500
commit
a498144fd5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user