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.

6 lines (5 loc) 157 B
export type OrientationType = "portrait" | "landscape"; export declare const useOrientation: () => { orientation: OrientationType; angle: number; };