UNPKG

@biopassid/face-sdk

Version:

<h1 align="center"> <br> <a href="http://www.biopassid.com"><img src="https://uploads-ssl.webflow.com/5ec3d6d0293839cf102a656a/63a0d4cec83bbddea006d27a_biopassamarelo.svg" alt="BioPass ID" width="200"></a> <br>

5 lines (4 loc) 239 B
import { CameraController, Picture } from "../../types"; export declare function notPermitted(): void; export declare function notPermittedAsync(): Promise<Picture | null>; export default function cameraController(): CameraController;