This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Allow customResizer to be passed to <Thumbnail />
This allows a 3rd-party resizing library to be used (such as Pica) to resize thumbnail previews. This can be done with direct use of <Thumbnail />
or indirectly, though the <Gallery />
component. See the code demo at the end of the <Thumbnail />
component in the README for more details.
Completed in #24. This marks the last planned feature before v1.0.