@privateid/ultra-web-sdk-alpha
Version:
CryptoNets WebAssembly SDK
9 lines • 971 B
JavaScript
// Main WASM service
export { WasmService } from './WasmService';
// Constants
export { WASM_DATABASE_NAME, WASM_DATABASE_VERSION, DEFAULT_ENROLL_CONFIG, MOBILE_ENROLL_CONFIG_OVERRIDES, DEFAULT_PREDICT_CONFIG, DEFAULT_AGE_ESTIMATION_CONFIG, DEFAULT_DOCUMENT_SCAN_CONFIG, DEFAULT_DOCUMENT_OCR_CONFIG, DEBUG_TYPES_WITH_IMAGES, BROWSER_COMPATIBILITY_MESSAGES, } from './wasm.constants';
// Utilities
export { checkBrowserCompatibility, shouldEnableSimd, getDefaultEnrollConfig, getMobileEnrollConfig, getEnrollConfig, getDefaultPredictConfig, getPredictConfig, getDefaultAgeEstimationConfig, getAgeEstimationConfig, getDefaultDocumentScanConfig, getDocumentScanConfig, getDefaultDocumentOcrConfig, getDocumentOcrConfig, configToJson, shouldCreateDebugImages, getWasmWorkerUrl, isMobilePlatform, printWasmLogs, createWasmDebugImages, } from './wasm.utils';
// Re-export shared utilities
export { getIsSIMD } from '../../global/shared.utils';
//# sourceMappingURL=index.js.map