@streamoji/aitwin 0.5.7 → 0.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aitwin.cjs +6 -6
- package/dist/aitwin.js +2389 -2258
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -209,6 +209,11 @@ export declare type AiTwinWidgetProps = {
|
|
|
209
209
|
* When omitted, uses getAiTwin `knowledgeContextId` if available.
|
|
210
210
|
*/
|
|
211
211
|
personaId?: string;
|
|
212
|
+
/**
|
|
213
|
+
* Optional poster shown (blurred) behind the face-loading overlay
|
|
214
|
+
* while sil/atlas/idle assets load.
|
|
215
|
+
*/
|
|
216
|
+
loadingThumbnailUrl?: string;
|
|
212
217
|
onReady?: () => void;
|
|
213
218
|
onStatusChange?: (status: AvatarTtsLipsyncStatus) => void;
|
|
214
219
|
onError?: (message: string) => void;
|