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

Sign up to get free protection for your applications and to get access to all the features.
@@ -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",