next-blurhash-previews 0.0.3-beta68 → 0.0.3-beta69

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,7 +49,7 @@ export async function getBlurhash(path) {
49
49
  }
50
50
 
51
51
  return new Promise((res, rej) => {
52
- blurhashImage
52
+ (previewImage ?? blurhashImage)
53
53
  .raw()
54
54
  .ensureAlpha()
55
55
  .toBuffer((err, buffer) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-blurhash-previews",
3
- "version": "0.0.3-beta68",
3
+ "version": "0.0.3-beta69",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "index.js",