Low-code: SDK Loader
Last updated
The SDK Loader (@facephi/sdk-loader) provides a lightweight way to dynamically load and initialize the Facephi SDK from the CDN. The package @facephi/sdk-web-wc is loaded at runtime, it is not included in your application's bundle.
This library will handle executing the Flow associated with the API Key, generated in IDV Suite.
Dynamic loading from CDN: It automatically loads @facephi/sdk-web-wc from the CDN at runtime.
Zero impact on bundle size: The SDK is not included in your application's bundle.
Simple API: You only need to call loadSdk() with your API key.
TypeScript support: Includes full type definitions.
Quick start: Overview of the SDK Loader, prerequisites and essential information to get started.
Integration guide: Step-by-step installation and integration instructions.
SDK configuration: Complete list of configuration options for the function loadSdk.
The SDK Loader can be integrated into any modern framework. In addition, there are specific guides available:
Next.js integration: Guide to integrating the SDK Loader into Next.js applications.
Programming examples repository on GitHub: Collection of example implementations for different frameworks.
Last updated