next-blurhash-previews 0.0.3-beta47 → 0.0.3-beta48

Sign up to get free protection for your applications and to get access to all the features.
@@ -55,7 +55,7 @@ class ImageWithPreview extends HTMLElement {
55
55
  #imgLoad = () => {
56
56
  setTimeout(() => {
57
57
  this.sd.innerHTML = `<slot name="image"></slot>`;
58
- }, 4000);
58
+ }, 19000);
59
59
  };
60
60
 
61
61
  attributeChangedCallback(name) {
@@ -46,7 +46,7 @@ class ImageWithPreview extends HTMLElement {
46
46
  #imgLoad = () => {
47
47
  setTimeout(() => {
48
48
  this.sd.innerHTML = \`<slot name="image"></slot>\`;
49
- }, 4e3);
49
+ }, 19e3);
50
50
  };
51
51
  attributeChangedCallback(name) {
52
52
  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-beta47",
3
+ "version": "0.0.3-beta48",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "index.js",