@idscan/idvc2
Version:
component for the capturing documents
8 lines (7 loc) • 413 B
TypeScript
import { RealFaceResultObject } from '../../types/modules/realFace';
import { Point } from '../../helpers/geometry';
type DrawPath = (region: Path2D, points: Point[], closePath: boolean) => void;
export declare const drawPath: DrawPath;
export declare const drawFacePoints: (keypointList: any, color: string) => void;
declare const _default: (resultObject: RealFaceResultObject) => void;
export default _default;