@avaturn-live/web-sdk 0.1.8 → 0.2.0
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/main.cjs +21 -21
- package/dist/main.d.ts +1 -0
- package/dist/main.js +820 -808
- package/dist/type.d.ts +1 -0
- package/package.json +1 -1
package/dist/type.d.ts
CHANGED
|
@@ -63,6 +63,7 @@ export interface IAvaturnHead {
|
|
|
63
63
|
* @returns {Promise<unknown>} A promise that resolves after initialization is complete and avatar is ready to use.
|
|
64
64
|
*/
|
|
65
65
|
init(): Promise<unknown>;
|
|
66
|
+
updateConfig(): void;
|
|
66
67
|
/**
|
|
67
68
|
* Executes a task with the provided text.
|
|
68
69
|
* @param {string} text - The text passed for the task execution.
|