UNPKG

@idscan/idvc2

Version:

component for the capturing documents

8 lines (7 loc) 484 B
import type { DocumentTypeName } from '../environment/documentTypes'; import type { GeneralTypeExitYolo } from '../neural models/generalTypeYolo/exits'; export declare const POINT_FILL_STYLE = "rgba(255, 255, 255, 0.5)"; export declare const POINT_STROKE_STYLE = "rgba(255, 255, 255, 0)"; export declare const SCALE_FACTOR = 0.3; export declare const MAX_DOCUMENT_COUNT = 7; export declare const documentTypesFrontSidesDict: Record<DocumentTypeName, Array<GeneralTypeExitYolo | ''>>;