@opentui/core 0.1.14 → 0.1.15

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/3d.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  __export,
6
6
  __require,
7
7
  __toESM
8
- } from "./index-rv93tneq.js";
8
+ } from "./index-sw194bbj.js";
9
9
 
10
10
  // ../../node_modules/omggif/omggif.js
11
11
  var require_omggif = __commonJS((exports) => {
@@ -31774,7 +31774,7 @@ class CLICanvas {
31774
31774
  const g = gByte / 255;
31775
31775
  const b = bByte / 255;
31776
31776
  const cellColor = RGBA.fromValues(r, g, b, 1);
31777
- buffer.setCell(x2, y2, "\u2588", cellColor, backgroundColor);
31777
+ buffer.setCellWithAlphaBlending(x2, y2, "\u2588", cellColor, backgroundColor);
31778
31778
  }
31779
31779
  }
31780
31780
  }
@@ -33843,5 +33843,5 @@ export {
33843
33843
  CLICanvas
33844
33844
  };
33845
33845
 
33846
- //# debugId=46DDA594C13F350164756E2164756E21
33846
+ //# debugId=6CE48500EF2FD9F164756E2164756E21
33847
33847
  //# sourceMappingURL=3d.js.map