blit-browser 0.7.2 → 0.7.3

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/blit_browser.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /* @ts-self-types="./blit_browser.d.ts" */
2
- import { blitFillTextCodePoint } from './snippets/blit-browser-218c028c9dd7c046/inline0.js';
2
+ import { blitFillTextCodePoint } from './snippets/blit-browser-6201a0d8f68cda32/inline0.js';
3
3
 
4
4
  export class Terminal {
5
5
  __destroy_into_raw() {
@@ -320,7 +320,7 @@ function __wbg_get_imports() {
320
320
  __wbg_beginPath_596efed55075dbc3: function(arg0) {
321
321
  arg0.beginPath();
322
322
  },
323
- __wbg_blitFillTextCodePoint_9bbf5028c7a5177e: function(arg0, arg1, arg2, arg3) {
323
+ __wbg_blitFillTextCodePoint_3a718e6b858d6782: function(arg0, arg1, arg2, arg3) {
324
324
  blitFillTextCodePoint(arg0, arg1 >>> 0, arg2, arg3);
325
325
  },
326
326
  __wbg_clearRect_ea4f3d34d76f4bc5: function(arg0, arg1, arg2, arg3, arg4) {
@@ -405,9 +405,6 @@ function __wbg_get_imports() {
405
405
  __wbg_set_strokeStyle_a5baa9565d8b6485: function(arg0, arg1, arg2) {
406
406
  arg0.strokeStyle = getStringFromWasm0(arg1, arg2);
407
407
  },
408
- __wbg_set_textAlign_8f846effafbae46d: function(arg0, arg1, arg2) {
409
- arg0.textAlign = getStringFromWasm0(arg1, arg2);
410
- },
411
408
  __wbg_set_textBaseline_a9304886c3f7ea50: function(arg0, arg1, arg2) {
412
409
  arg0.textBaseline = getStringFromWasm0(arg1, arg2);
413
410
  },
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blit-browser",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "type": "module",
5
5
  "description": "Low-latency terminal streaming — browser WASM renderer",
6
6
  "main": "blit_browser.js",