@microblink/blinkid-in-browser-sdk
Version:
A simple ID scanning library for WebAssembly-enabled browsers.
11 lines (10 loc) • 387 B
TypeScript
/**
* 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>;
/**
* Determine whether this is a desktop device based on the screen resolution.
*/
export declare function isDesktop(): boolean;