is there an image lazy loading library for astro?
I found this cool library called
but the thing is I also want to use this component from
and I don't know how to combine both, then I thought there must be some library for this that is specific to astro. unfortunately I found non.
How do I do this?
Blurr-Hash with helps with lazy loading images in a really cool and efficient way.but the thing is I also want to use this component from
@astro/image called Picture where I can specify multiple versions/sizes of images.and I don't know how to combine both, then I thought there must be some library for this that is specific to astro. unfortunately I found non.
How do I do this?
