next-blurhash-previews 0.0.3-beta74 → 0.0.3-beta77

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,7 +39,7 @@ export const blurhashPlugin = publicPath => () => {
39
39
 
40
40
  const newNode = `
41
41
  <blurhash-image url="${originalImg}" preview='${JSON.stringify(blurHash)}'>
42
- <img alt="${alt}" width="${w}" height="${h}" src="${originalImg}" slot="image" />
42
+ <img alt="${alt}" width="${dw}" height="${dh}" src="${originalImg}" slot="image" />
43
43
  <canvas width="${w}" height="${h}" style="width: ${dw}px; height: auto;" slot="preview"></canvas>
44
44
  </blurhash-image>`.trim();
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-blurhash-previews",
3
- "version": "0.0.3-beta74",
3
+ "version": "0.0.3-beta77",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "index.js",