next-blurhash-previews 0.0.3-beta26 → 0.0.3-beta27

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,6 +25,7 @@ export async function getBlurhash(path) {
25
25
 
26
26
  return new Promise((res, rej) => {
27
27
  blurhashImage
28
+ .resize(Math.min(width, 200))
28
29
  .raw()
29
30
  .ensureAlpha()
30
31
  .toBuffer((err, buffer) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-blurhash-previews",
3
- "version": "0.0.3-beta26",
3
+ "version": "0.0.3-beta27",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "index.js",