etiquetas.js 1.0.0-alpha.7 → 1.0.0-alpha.8
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/README.md +122 -175
- package/dist/etiquetas.es.js +1 -1
- package/dist/etiquetas.umd.js +1 -1
- package/dist/etiquetas.umd.js.map +1 -1
- package/dist/{index-Tvy8FVsM.js → index-CarhsOdM.js} +3 -3
- package/dist/{index-Tvy8FVsM.js.map → index-CarhsOdM.js.map} +1 -1
- package/dist/{index.es-yItW81m8.js → index.es-Bjkfqo8i.js} +2 -2
- package/dist/{index.es-yItW81m8.js.map → index.es-Bjkfqo8i.js.map} +1 -1
- package/package.json +1 -1
- package/README.git.md +0 -121
|
@@ -11529,7 +11529,7 @@ function(t2) {
|
|
|
11529
11529
|
*/
|
|
11530
11530
|
function(t2) {
|
|
11531
11531
|
function e2() {
|
|
11532
|
-
return (n.canvg ? Promise.resolve(n.canvg) : import("./index.es-
|
|
11532
|
+
return (n.canvg ? Promise.resolve(n.canvg) : import("./index.es-Bjkfqo8i.js")).catch(function(t3) {
|
|
11533
11533
|
return Promise.reject(new Error("Could not load canvg: " + t3));
|
|
11534
11534
|
}).then(function(t3) {
|
|
11535
11535
|
return t3.default ? t3.default : t3;
|
|
@@ -27880,7 +27880,7 @@ const getImagesFromUrlToBase64 = (url) => __async(void 0, null, function* () {
|
|
|
27880
27880
|
throw new Error("Invalid URL provided");
|
|
27881
27881
|
}
|
|
27882
27882
|
console.log("getImagesFromUrlToBase64: Converting URL to Base64:", url);
|
|
27883
|
-
const response = yield fetch(
|
|
27883
|
+
const response = yield fetch(url);
|
|
27884
27884
|
if (!response.ok) {
|
|
27885
27885
|
throw new Error(`HTTP error! status: ${response.status}`);
|
|
27886
27886
|
}
|
|
@@ -59403,4 +59403,4 @@ export {
|
|
|
59403
59403
|
sendToPrinter as y,
|
|
59404
59404
|
validateLabelData as z
|
|
59405
59405
|
};
|
|
59406
|
-
//# sourceMappingURL=index-
|
|
59406
|
+
//# sourceMappingURL=index-CarhsOdM.js.map
|