@midscene/computer-mcp 1.6.0 → 1.6.1-beta-20260327104111.0
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/715.js +1 -1
- package/dist/index.js +48 -87
- package/package.json +4 -4
package/dist/715.js
CHANGED
|
@@ -24,7 +24,7 @@ function _define_property(obj, key, value) {
|
|
|
24
24
|
else obj[key] = value;
|
|
25
25
|
return obj;
|
|
26
26
|
}
|
|
27
|
-
const debug = (0,_logger_mjs__rspack_import_0/* .getDebug */.
|
|
27
|
+
const debug = (0,_logger_mjs__rspack_import_0/* .getDebug */.a)('img:canvas-fallback');
|
|
28
28
|
class CanvasImage {
|
|
29
29
|
get_width() {
|
|
30
30
|
return this._width;
|