mxcad 1.0.262 → 1.0.263
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/mxcad.es.js
CHANGED
|
@@ -14186,7 +14186,7 @@ win.McDrawObjectEvent_asciiToUTF8 = function (hexstr) {
|
|
|
14186
14186
|
return MxG2312Obj.decodeFromGb2312(hexstr);
|
|
14187
14187
|
};
|
|
14188
14188
|
|
|
14189
|
-
const version$1 = "1.0.
|
|
14189
|
+
const version$1 = "1.0.263";
|
|
14190
14190
|
|
|
14191
14191
|
var isSharedArrayBuffer = ("SharedArrayBuffer" in window);
|
|
14192
14192
|
var isCdn = document.currentScript && /unpkg\.com\/mxcad/.test(document.currentScript.src);
|