engineLocation
Path or CDN of the engine resources.
Last updated
Path or CDN of the engine resources.
Attribute: engine-location
Type: string
Default value: ""
selphi.engineLocation = '/assets/engine';Path or CDN from which facephi-selphi-widget the engine and associated resources are loaded (including tokenizerLocation). If not defined, it inherits resourcesPath from facephi-sdk-provider. The necessary files are provided by the Facephi team.
The path must be absolute or relative to the origin of the application (e.g. /assets/engine). Relative paths with notation are not allowed ./ or ../.
<facephi-selphi-widget
engineLocation={'/assets/engine'}
/>Last updated