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.

10 lines (8 loc) 330 B
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <script type="module" src="/src/main.tsx"></script> <div id="content" style="height: 100%"></div> <script> fetch("main.html") .then(response => response.text()) .then(html => document.getElementById("content").innerHTML = html) </script>