This commit is contained in:
MOCH. PASHA ARDYAN PUTRA
2025-06-25 10:49:30 +00:00
commit cd212ca360
20 changed files with 17065 additions and 0 deletions

11
src/KTPScanner.css Normal file
View File

@@ -0,0 +1,11 @@
.overlay-box {
position: absolute;
border: 3px dashed red;
width: 80%; /* atau sesuaikan */
aspect-ratio: 85.6 / 53.98;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-sizing: border-box;
pointer-events: none;
}