@react-packages/image-thumbnail
v1.0.0
Published
React component to create a thumbnail of an exisiting `<img/>` element without creating a new `<img/>` with the same `src`. Useful for a non-cached/dynamic image because of no double request to the server.
Maintainers
Readme
@react-packages/image-thumbnail
React component to create a thumbnail of an exisiting <img/> element without creating a new
<img/> with the same src. It's useful if the image is a non-cached/dynamic resource and the
thumbnail is created asynchronously. If we use another <img/> with the same src but smaller
size then it will trigger another request to the server for the same resouce.
Please see this documentation and this example.
