ash-jc-allen / favicon-fetcher

A Laravel package for fetching favicons from websites.
MIT License
167 stars 13 forks source link

Get the favicon's size and type #29

Closed ash-jc-allen closed 1 year ago

ash-jc-allen commented 1 year ago

This PR started off with adding the functionality to get all the different sizes of icons that a URL has. However, it's ended up changing into a PR that grabs the type and size of the icons when fetching a single icon.

I feel like this branch is starting to get a bit big and messy, so I'm merging this in. I'll focus on finishing the fetchAll functionality in another PR.