Integration examples
Integration examples of Facephi's Web SDK.
Last updated
Integration examples of Facephi's Web SDK.
Regardless of the environment or framework, most integrations share the same process.
Obtaining the credentials required to use SDK Web.
Installing SDK Web.
Defining the SDK Provider.
(Optional) Since they are custom elements, in frameworks with TypeScript it is necessary to define each custom component before using it.
Integration of components and Flow.
Testing phase and behavior validation.
There are currently two versions of the SDK Web library.
SDK Web Web Components: Library based on custom components, integrable in most cases. Each environment/framework may have its own integration requirements.
SDK Web React: Version of native React components with the same functionality and settings as the WC library.
SDK Web Angular: Version of native Angular components with the same functionality and settings as the WC library.
For more information about installation in frameworks, the section is available Frameworks and Samples.
Facephi offers a wide selection of functional programming examples in several current technologies.
Each example is based on a technology (or framework) and has a simple, specific purpose. These examples can be used as a reference or a basis for a new implementation.
SDK Web programming examples page: https://github.com/facephi/sdk-web-examples.
Last updated