File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 22
33A blurhash loader module for webpack.
44
5- [ example ] ( https://blurhash-loader-example.vercel.app/ ) 
5+ [ Demo ] ( https://blurhash-loader-example.vercel.app/ )  ( [ source ] ( example/ ) )
66
77## Install  
88
99``` console 
10- $ npm install -D blurhash-loader 
10+ $ npm install -D blurhash-loader blurhash  
1111``` 
1212
1313or
1414
1515``` console 
16- $ yarn add -D blurhash-loader 
16+ $ yarn add -D blurhash-loader blurhash  
1717``` 
1818
1919## Usage  
Original file line number Diff line number Diff line change 99    "postinstall" : " cd .. && yarn install --frozen-lockfile && yarn build" 
1010  },
1111  "dependencies" : {
12+     "blurhash" : " ^1.1.3"  ,
1213    "next" : " 10.0.0"  ,
1314    "react" : " 17.0.1"  ,
1415    "react-blurhash" : " ^0.1.3"  ,
Original file line number Diff line number Diff line change 99    "url" : " https://github.com/inabagumi/blurhash-loader/issues" 
1010  },
1111  "dependencies" : {
12-     "blurhash" : " ^1.1.3"  ,
1312    "loader-utils" : " ^2.0.0"  ,
1413    "sharp" : " ^0.26.2" 
1514  },
2019    "@types/loader-utils" : " ^2.0.1"  ,
2120    "@types/sharp" : " ^0.26.0"  ,
2221    "@types/webpack" : " ^4.41.24"  ,
22+     "blurhash" : " ^1.1.3"  ,
2323    "conventional-github-releaser" : " ^3.1.5"  ,
2424    "eslint" : " ^7.12.1"  ,
2525    "microbundle" : " ^0.12.4"  ,
3434  ],
3535  "license" : " MIT"  ,
3636  "name" : " blurhash-loader"  ,
37+   "peerDependencies" : {
38+     "blurhash" : " ^1.0.0" 
39+   },
3740  "repository" : {
3841    "type" : " git"  ,
3942    "url" : " https://github.com/inabagumi/blurhash-loader.git" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments