UNPKG

react-barcode-scanner

Version:

A barcode scanner base on Barcode Detector

6 lines (5 loc) 214 B
import { type RefObject } from 'react'; export declare function useCamera(ref: RefObject<HTMLVideoElement>, trackConstraints?: MediaTrackConstraints): { isCameraReady: boolean; error: Error | undefined; };