@spiffcommerce/core 32.2.7-beta.8530dff0-4b30-5129-81b6-266d32fa7e3f → 32.2.7
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -458,7 +458,7 @@ const _r = (n) => new Promise((t) => {
|
|
458
458
|
}, Re = async (n) => {
|
459
459
|
const t = await ti(n);
|
460
460
|
return Qe(n) === "image/jpeg" ? {
|
461
|
-
dataUrl: t.toDataURL("image/jpeg",
|
461
|
+
dataUrl: t.toDataURL("image/jpeg", 1),
|
462
462
|
height: t.height,
|
463
463
|
width: t.width
|
464
464
|
} : {
|