UNPKG

@regulaforensics/document-reader

Version:

This is an npm module for Regula Document Reader SDK. It allows you to read various kinds of identification documents using your phone's camera.

11 lines (9 loc) 419 B
<meta name="viewport" content="initial-scale=1, user-scalable=no, viewport-fit=cover"> <link rel="stylesheet" href="src/main.css"> <div id="content" style="height: 100%"></div> <script> fetch("src/main.html") .then(response => response.text()) .then(html => document.getElementById("content").innerHTML = html) .then(_ => window.ReactNativeWebView.postMessage(`{"id": "ready"}`)) </script>