@drincs/pixi-vn 0.4.3 → 0.4.4

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.mjs CHANGED
@@ -1041,7 +1041,7 @@ function showImageWithDissolveTransition(tag, imageUrl, speed, priority) {
1041
1041
  }
1042
1042
 
1043
1043
  // src/constants.ts
1044
- var PIXIVN_VERSION = "0.4.3";
1044
+ var PIXIVN_VERSION = "0.4.4";
1045
1045
 
1046
1046
  // src/functions/SavesUtility.ts
1047
1047
  function getSaveData() {
@@ -1289,7 +1289,7 @@ var _GameWindowManager = class _GameWindowManager {
1289
1289
  _GameWindowManager.canvasWidth = width;
1290
1290
  _GameWindowManager.canvasHeight = height;
1291
1291
  _GameWindowManager._app = new Application();
1292
- return _GameWindowManager.app.init(__spreadValues({
1292
+ return yield _GameWindowManager.app.init(__spreadValues({
1293
1293
  resolution: window.devicePixelRatio || 1,
1294
1294
  autoDensity: true,
1295
1295
  width,