next-blurhash-previews 0.0.3-beta72 → 0.0.3-beta73

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.
@@ -86,8 +86,8 @@ const emptyCanvas = document
86
86
  worker.postMessage(
87
87
  {
88
88
  canvas: emptyCanvas,
89
- width: 50,
90
- height: 50,
89
+ width: 25,
90
+ height: 25,
91
91
  blurhash: "L05E$[offQofoffQfQfQfQfQfQfQ",
92
92
  },
93
93
  [emptyCanvas]
@@ -283,8 +283,8 @@ const worker = new Worker(window.URL.createObjectURL(workerBlob));
283
283
  const emptyCanvas = document.createElement("canvas").transferControlToOffscreen();
284
284
  worker.postMessage({
285
285
  canvas: emptyCanvas,
286
- width: 50,
287
- height: 50,
286
+ width: 25,
287
+ height: 25,
288
288
  blurhash: "L05E$[offQofoffQfQfQfQfQfQfQ"
289
289
  }, [emptyCanvas]);
290
290
  function updateBlurHashPreview(canvasEl, preview) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-blurhash-previews",
3
- "version": "0.0.3-beta72",
3
+ "version": "0.0.3-beta73",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "index.js",