FindSiteIcon
Finds a large icon for a website given a URL. Currently just looks for the largest "apple-touch-item-precomposed" icon with a fallback to "apple-touch-item".
Installation
The package can be installed by adding find_site_icon to your list of dependencies in mix.exs:
def deps do
[
{:find_site_icon, "~> 0.1.0"}
]
end
The docs can be found at https://hexdocs.pm/find_site_icon.