@viji-dev/core 0.3.8 → 0.3.10

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.
@@ -1373,6 +1373,7 @@ class VideoSystem {
1373
1373
  handleFrameUpdate(data) {
1374
1374
  if (!this.offscreenCanvas || !this.ctx) {
1375
1375
  console.warn("🔴 Received frame but OffscreenCanvas not setup");
1376
+ data.imageBitmap.close();
1376
1377
  return;
1377
1378
  }
1378
1379
  try {
@@ -4359,4 +4360,4 @@ async function setSceneCode(sceneCode) {
4359
4360
  }
4360
4361
  }
4361
4362
  self.setSceneCode = setSceneCode;
4362
- //# sourceMappingURL=viji.worker-D06up_1l.js.map
4363
+ //# sourceMappingURL=viji.worker-Dq0mIiTV.js.map