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 was archived by the owner on Feb 22, 2022. It is now read-only.
Would you consider making the sortIcons function public so it can be accessed outside the library? I'd like to use the equivalent functionality to the downloadPreferred function, but I only want to store the icon URLs and leave actual image loading to another area in the app. If the sortIcons func were available, I could use the scan function to get all the Icons, then sort them by my desired size and finally grab the topmost icon and store that URL.
If I sent in a PR with that change, would you merge it?