UNPKG

react-native-vision-camera

Version:

VisionCamera is the fastest and most powerful Camera for react-native.

10 lines (9 loc) 403 B
import type { RuntimeThreadProvider } from '../threading/RuntimeThreadProvider'; /** * A lazily-loaded {@linkcode RuntimeThreadProvider} backed by * `react-native-vision-camera-worklets`. * * If react-native-vision-camera-worklets is not installed, accessing anything * on {@linkcode VisionCameraWorkletsProxy} will throw. */ export declare const VisionCameraWorkletsProxy: RuntimeThreadProvider;