metamaker-for-three 0.1.13 → 0.1.14

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.
@@ -438,7 +438,7 @@ async function fetchTTSToAnim(text: string) {
438
438
  speed: 42,
439
439
  volume: 100,
440
440
  };
441
- let response: any = await fetch("//topen.metamaker.cn/api/openmm/v1/text_to_anim", {
441
+ let response: any = await fetch("//open.metamaker.cn/api/openmm/v1/text_to_anim", {
442
442
  method: "post",
443
443
  headers: {
444
444
  "Content-Type": "application/x-www-form-urlencoded",