@seayoo-web/pixi-live2d 0.0.8 → 0.0.9
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.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -21631,7 +21631,7 @@ class Th {
|
|
|
21631
21631
|
* @param url - Core 库的 URL 地址
|
|
21632
21632
|
*/
|
|
21633
21633
|
static async loadCubismCore(e = ZT) {
|
|
21634
|
-
this.coreLoadingPromise || (this.coreLoadingPromise = dv(e)), await this.coreLoadingPromise;
|
|
21634
|
+
this.coreLoadingPromise || (this.coreLoadingPromise = dv(e)), console.log("coreLoadingPromise", this.coreLoadingPromise), await this.coreLoadingPromise;
|
|
21635
21635
|
}
|
|
21636
21636
|
/** PIXI 应用实例 */
|
|
21637
21637
|
app;
|
|
@@ -21660,7 +21660,8 @@ class Th {
|
|
|
21660
21660
|
view: i,
|
|
21661
21661
|
resizeTo: i,
|
|
21662
21662
|
backgroundAlpha: 0,
|
|
21663
|
-
autoStart: !0
|
|
21663
|
+
autoStart: !0,
|
|
21664
|
+
sharedTicker: !0
|
|
21664
21665
|
}), this.init(), this.options.autoResize !== !1 && window.addEventListener("resize", this.handleResize);
|
|
21665
21666
|
}
|
|
21666
21667
|
/** 初始化模型 */
|