next-blurhash-previews 0.0.3-beta72 → 0.0.3-beta73
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.
    
        package/imagePreviewBootstrap.js
    CHANGED
    
    | 
         @@ -283,8 +283,8 @@ const worker = new Worker(window.URL.createObjectURL(workerBlob)); 
     | 
|
| 
       283 
283 
     | 
    
         
             
            const emptyCanvas = document.createElement("canvas").transferControlToOffscreen();
         
     | 
| 
       284 
284 
     | 
    
         
             
            worker.postMessage({
         
     | 
| 
       285 
285 
     | 
    
         
             
              canvas: emptyCanvas,
         
     | 
| 
       286 
     | 
    
         
            -
              width:  
     | 
| 
       287 
     | 
    
         
            -
              height:  
     | 
| 
      
 286 
     | 
    
         
            +
              width: 25,
         
     | 
| 
      
 287 
     | 
    
         
            +
              height: 25,
         
     | 
| 
       288 
288 
     | 
    
         
             
              blurhash: "L05E$[offQofoffQfQfQfQfQfQfQ"
         
     | 
| 
       289 
289 
     | 
    
         
             
            }, [emptyCanvas]);
         
     | 
| 
       290 
290 
     | 
    
         
             
            function updateBlurHashPreview(canvasEl, preview) {
         
     |