Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Favicon #63

Closed
wereHamster opened this issue May 3, 2020 · 3 comments · Fixed by #71
Closed

Favicon #63

wereHamster opened this issue May 3, 2020 · 3 comments · Fixed by #71
Labels

Comments

@wereHamster
Copy link
Contributor

It would be nice if the returned metadata included links to the favicon. Do you think such a feature is in scope of this package?

@jacktuck
Copy link
Owner

jacktuck commented May 3, 2020

We should already be returning the favicon - so maybe the code for doing so needs tweaking.

if (this._favicon === undefined) {

Do you have an example where the favicon is not being picked up?

@wereHamster
Copy link
Contributor Author

I was not looking at the source code, I was looking at the Metadata type that is described in the readme, which does not mention the favicon. The favicon is indeed being extracted correctly in the few tests I did.

Maybe the readme can link directly to the TypeScript Metadata type in the source code instead of repeating it?

@github-actions
Copy link

🎉 This issue has been resolved in version 5.2.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants