loadingAnimation
Path to a custom loading animation for the provider.
Last updated
Path to a custom loading animation for the provider.
Attribute: loading-animation
Type: string
Default value: undefined
provider.loadingAnimation = '';URL or path of the loading animation shown by facephi-sdk-provider while initializing License and services.
Compatible formats: images (jpg, png, gif, svg, webp), video (mp4, webm, ogg, mov, wmv, avi) and Lottie (json).
<facephi-sdk-provider
apikey={process.env.FACEPHI_SDK_APIKEY}
loadingAnimation={'/assets/anim/loading.gif'}
/>Last updated