ngx-scanner-qrcode
Version:
This library is built to provide a solution scanner QR code. This library takes in raw images and will locate, extract and parse any QR code found within.
11 lines (10 loc) • 310 B
TypeScript
import { AsyncSubject } from "rxjs";
import { Renderer2 } from "@angular/core";
/**
* LOAD_WASM
* @param loadWasmUrl
* @param as
* @param renderer
* @returns
*/
export declare const LOAD_WASM: (loadWasmUrl?: string, as?: AsyncSubject<boolean | any>, renderer?: Renderer2) => AsyncSubject<boolean | any>;