next-blurhash-previews 0.0.3-beta44 → 0.0.3-beta45

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.
@@ -53,7 +53,7 @@ class ImageWithPreview extends HTMLElement {
53
53
  }
54
54
 
55
55
  #imgLoad = () => {
56
- //this.sd.innerHTML = `<slot name="image"></slot>`;
56
+ this.sd.innerHTML = `<slot name="image"></slot>`;
57
57
  };
58
58
 
59
59
  attributeChangedCallback(name) {
@@ -44,6 +44,7 @@ class ImageWithPreview extends HTMLElement {
44
44
  }
45
45
  }
46
46
  #imgLoad = () => {
47
+ this.sd.innerHTML = \`<slot name="image"></slot>\`;
47
48
  };
48
49
  attributeChangedCallback(name) {
49
50
  if (this.#canvasEl && name === "preview") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-blurhash-previews",
3
- "version": "0.0.3-beta44",
3
+ "version": "0.0.3-beta45",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "index.js",