@kgalexander/mcreate 1.0.6 → 1.0.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 CHANGED
@@ -16990,7 +16990,7 @@ async function captureTemplateImage(compiledHtml) {
16990
16990
  try {
16991
16991
  const dataUrl = await (0, import_html_to_image.toJpeg)(container, {
16992
16992
  width: CAPTURE_WIDTH,
16993
- quality: 0.1,
16993
+ quality: 0.5,
16994
16994
  pixelRatio: 1,
16995
16995
  cacheBust: true,
16996
16996
  imagePlaceholder: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mN88P/BfwAJhAPkD+pMGAAAAABJRU5ErkJggg==",
package/dist/index.mjs CHANGED
@@ -224,7 +224,7 @@ async function captureTemplateImage(compiledHtml) {
224
224
  try {
225
225
  const dataUrl = await toJpeg(container, {
226
226
  width: CAPTURE_WIDTH,
227
- quality: 0.1,
227
+ quality: 0.5,
228
228
  pixelRatio: 1,
229
229
  cacheBust: true,
230
230
  imagePlaceholder: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mN88P/BfwAJhAPkD+pMGAAAAABJRU5ErkJggg==",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kgalexander/mcreate",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Maillow email template editor",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",