For the complete documentation index, see llms.txt. This page is also available as Markdown.

loadingAnimation

Path to a custom loading animation for the provider.

Details

Attribute: loading-animation

Type: string

Default value: undefined

Morphology

provider.loadingAnimation = '';

Description

URL or path of the loading animation shown by facephi-sdk-provider while initializing License and services.

Considerations

Compatible formats: images (jpg, png, gif, svg, webp), video (mp4, webm, ogg, mov, wmv, avi) and Lottie (json).


Example

<facephi-sdk-provider
    apikey={process.env.FACEPHI_SDK_APIKEY}
    loadingAnimation={'/assets/anim/loading.gif'}
/>

Last updated