Getting started
Once the Web SDK is installed, initial configuration is necessary for it to work correctly in your application.
Define the Component
import { defineCustomElements as defineFacephiSdkCustomComponent } from '@facephi/sdk-web-wc/loader';
// Asocia los elementos personalizados al objeto window
defineFacephiSdkCustomComponent(window);Obtain a License
<facephi-sdk-provider apikey={process.env.FACEPHI_SDK_APIKEY}>
{/* Aquí se colocarán los widgets */}
</facephi-sdk-provider>How is it used?
Integration Example
Next steps
Last updated