first of all, thank you for this handy component.
and I know there is an initialImage property.
but what I want is lazy loading src image with blurred image.
this is like to put a blurred thumbnail in initialImage but without getting any extra image src from APIs.
maybe the mix of Intersection Observer API and StackBlur wanted.
first of all, thank you for this handy component. and I know there is an
initialImage
property. but what I want is lazy loadingsrc
image with blurred image. this is like to put a blurred thumbnail ininitialImage
but without getting any extra image src from APIs. maybe the mix of Intersection Observer API and StackBlur wanted.