UNPKG

vision-camera-simple-scanner

Version:

High performance barcode scanner for React Native using VisionCamera, forked from vision-camera-barcode-scanner

12 lines (10 loc) 188 B
export type Point = { x: number; y: number; }; export type Size = { width: number; height: number; }; export type Rect = Point & Size; export type Key = string | number | bigint;