You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allowing setting dataURI as a placeholder would allow custom implementations of placeholders.
This would partially solve the issue of using custom placeholder implementations for images, using things like blurhashes,
by allowing such to be loaded in via code on client side.
An alternative would be a pluggable system for generating such instead of useImage().
The text was updated successfully, but these errors were encountered:
Allowing setting dataURI as a placeholder would allow custom implementations of placeholders.
This would partially solve the issue of using custom placeholder implementations for images, using things like blurhashes,
by allowing such to be loaded in via code on client side.
An alternative would be a pluggable system for generating such instead of
useImage()
.The text was updated successfully, but these errors were encountered: