UNPKG

react-native-vision-camera

Version:

A powerful, high-performance React Native Camera library.

27 lines 1.06 kB
export * from './Camera'; export * from './CameraError'; export * from './types/CameraDevice'; export * from './types/CameraProps'; export * from './types/Frame'; export * from './types/Orientation'; export * from './types/OutputOrientation'; export * from './types/PhotoFile'; export * from './types/Snapshot'; export * from './types/PixelFormat'; export * from './types/Point'; export * from './types/VideoFile'; export * from './types/CodeScanner'; export * from './devices/getCameraFormat'; export * from './devices/getCameraDevice'; export * from './devices/Templates'; export * from './hooks/useCameraDevice'; export * from './hooks/useCameraDevices'; export * from './hooks/useCameraFormat'; export * from './hooks/useCameraPermission'; export * from './hooks/useCodeScanner'; export * from './hooks/useFrameProcessor'; export * from './frame-processors/runAsync'; export * from './frame-processors/runAtTargetFps'; export * from './frame-processors/VisionCameraProxy'; export * from './skia/useSkiaFrameProcessor'; //# sourceMappingURL=index.d.ts.map