@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.
19 lines (17 loc) • 328 B
HTML
<head>
<meta name="viewport"
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<base href="/" />
</head>
<body>
<ion-app>
<app-root></app-root>
</ion-app>
</body>
<style>
html,
body {
height: 100%;
margin: 0;
}
</style>