UNPKG

@microblink/blinkid-in-browser-sdk

Version:

A simple ID scanning library for WebAssembly-enabled browsers.

7 lines (6 loc) 255 B
/** * Copyright (c) Microblink Ltd. All rights reserved. */ export declare function hasVideoDevices(): Promise<boolean>; export declare function isWasmSupported(): Promise<boolean>; export declare function checkMandatoryCapabilites(): Promise<boolean>;