UNPKG

use-simple-camera

Version:

Production-ready React Hooks for Camera, Video Recording, QR/Barcode Scanning, Motion Detection, and Audio Analysis. Zero dependencies, fully typed, and easy to use.

7 lines (5 loc) 197 B
import { DecoderOptions } from '../types'; export declare const useBarcodeScanner: (stream: MediaStream | null, options: DecoderOptions) => { isSupported: boolean; isScanning: boolean; };