@privateid/ultra-web-sdk-alpha
Version:
CryptoNets WebAssembly SDK
7 lines (6 loc) • 1.15 kB
TypeScript
export { WasmService } from './WasmService';
export type { Wasm } from './wasm.domain';
export type { WasmLoadResult, WasmModuleOptions, EnrollConfig, PredictConfig, DocumentScanConfig, DocumentOcrConfig, AgeEstimationConfig, CompareEmbeddingsConfig, WasmCallbackResult, WasmResultCallback, EncryptionResult, } from './wasm.types';
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';
export { checkBrowserCompatibility, shouldEnableSimd, getDefaultEnrollConfig, getMobileEnrollConfig, getEnrollConfig, getDefaultPredictConfig, getPredictConfig, getDefaultAgeEstimationConfig, getAgeEstimationConfig, getDefaultDocumentScanConfig, getDocumentScanConfig, getDefaultDocumentOcrConfig, getDocumentOcrConfig, configToJson, shouldCreateDebugImages, getWasmWorkerUrl, isMobilePlatform, printWasmLogs, createWasmDebugImages, } from './wasm.utils';
export { getIsSIMD } from '../../global/shared.utils';