UNPKG

id-scanner-lib

Version:

Browser-based ID card, QR code, and face recognition scanner with liveness detection

11 lines (9 loc) 211 B
/** * @file 版本号文件 * @description 定义库的版本号 * @module Version */ // 当前版本号 export const VERSION = '1.3.3'; // 构建日期 export const BUILD_DATE = new Date().toISOString();