UNPKG

vue-qrcode-reader

Version:

A set of Vue.js components for detecting and decoding QR codes.

7 lines (6 loc) 268 B
export declare function start(videoEl: HTMLVideoElement, { constraints, torch, restart }: { constraints: MediaTrackConstraints; torch: boolean; restart?: boolean; }): Promise<Partial<MediaTrackCapabilities>>; export declare function stop(): Promise<void>;