@xmov/avatar 2.0.0-alpha.44 → 2.0.0-alpha.46
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -225,7 +225,7 @@ export default class XmovAvatar {
|
|
|
225
225
|
if(config?.layout?.avatar?.scale){
|
|
226
226
|
config.layout.avatar.scale = validateScaleWithDecimal(scale, "initializeSDK") as number | string;
|
|
227
227
|
}
|
|
228
|
-
const _config = { ...(config || {}), raw_audio:
|
|
228
|
+
const _config = { ...(config || {}), raw_audio: !isSupportMES() };
|
|
229
229
|
|
|
230
230
|
if(container && container instanceof HTMLElement){
|
|
231
231
|
this.el = container as HTMLElement;
|