UNPKG

react-native-vision-camera

Version:

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

11 lines (9 loc) 335 B
import { NitroModules } from 'react-native-nitro-modules' import type { CameraFactory } from './specs/CameraFactory.nitro' /** * The native VisionCamera module. * * This is the entry point for the entire VisionCamera imperative API. */ export const VisionCamera = NitroModules.createHybridObject<CameraFactory>('CameraFactory')