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
{{ message }}
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Thumbnails tend to look pixelated in some instances since most browsers use linear interpolation when resizing images via <canvas>. There are a number of small libraries that render higher-quality image previews. We should delegate to one of these in React Fine Uploader, such as the tiny one https://github.com/viliusle/Hermite-resize.
Higher-quality image preview algorithm. Also replace the screenshot w/ thumbnails in the README after.
Property to override default "waiting" and "not available" SVG graphics.
The text was updated successfully, but these errors were encountered:
Thumbnails tend to look pixelated in some instances since most browsers use linear interpolation when resizing images via
<canvas>
. There are a number of small libraries that render higher-quality image previews. We should delegate to one of these in React Fine Uploader, such as the tiny one https://github.com/viliusle/Hermite-resize.The text was updated successfully, but these errors were encountered: