File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 :height =" height"
1313 loading =" lazy"
1414 quality =" 80"
15+ ho =" mate"
1516 />
1617 </div >
1718</template >
Original file line number Diff line number Diff line change 66
77<script lang="ts" setup>
88const attrs = useAttrs ();
9- import sizeOf from " image-size" ;
10- const sizes = sizeOf (" public/" + attrs .src );
9+ import { imageSizeFromFile } from " image-size/fromFile " ;
10+ const sizes = await imageSizeFromFile (" public/" + attrs .src );
1111 </script >
Original file line number Diff line number Diff line change 2929 "@nuxtjs/tailwindcss" : " ^6.13.1" ,
3030 "@playwright/test" : " ^1.49.1" ,
3131 "@types/body-scroll-lock" : " ^3.1.2" ,
32- "@types/node" : " ^22.10.7 " ,
32+ "@types/node" : " ^22.14.1 " ,
3333 "@types/rellax" : " ^1.7.7" ,
3434 "@types/rss" : " ^0.0.32" ,
3535 "husky" : " ^9.1.7" ,
36- "lint-staged" : " ^15.4 .1" ,
37- "nuxt" : " ^3.15 .2" ,
36+ "lint-staged" : " ^15.5 .1" ,
37+ "nuxt" : " ^3.16 .2" ,
3838 "nuxt-umami" : " ^3.1.1" ,
39- "prettier" : " ^3.4.2 " ,
40- "pretty-quick" : " ^4.0.0 " ,
39+ "prettier" : " ^3.5.3 " ,
40+ "pretty-quick" : " ^4.1.1 " ,
4141 "rss" : " ^1.2.2" ,
4242 "sass-easing" : " ^1.0.3" ,
4343 "sass-embedded" : " ^1.83.4"
4949 "body-scroll-lock" : " 4.0.0-beta.0" ,
5050 "grabity" : " ^1.0.5" ,
5151 "gsap" : " ^3.12.7" ,
52- "image-size" : " ^1. 2.0" ,
52+ "image-size" : " ^2.0.2 " ,
5353 "lazysizes" : " ^5.3.2" ,
5454 "mitt" : " ^3.0.1" ,
5555 "radix-vue" : " ^1.9.12" ,
You can’t perform that action at this time.
0 commit comments