UNPKG

@regulaforensics/face-sdk

Version:

This is an npm module for Regula Face SDK. It allows you to easily compaire faces 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>