We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
package.json
When I use metascraper with Typescript with those plugins :
metascraper-logo
metascraper-logo-favicon
metascraper-image
metascraper-description
metascraper-title
The Metadata interface doesn't include the new properties added by the metascraper-logo and metascraper-logo-favicon plugins
Go to the reproduction link Line 43 the logo property doesn't exist
Metadata Interface should reflect all the property added by the plugins (in this example 'logo')
Metadata doesn't have the property added by the metascraper-logo and metascraper-logo-favicon plugins
The text was updated successfully, but these errors were encountered:
Can you make a PR? 🙏
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Prerequisites
package.json
.The 'logo' property in Metadata interface is missing when using metascraper-logo plugin
When I use metascraper with Typescript with those plugins :
metascraper-logo
metascraper-logo-favicon
metascraper-image
metascraper-description
metascraper-title
The Metadata interface doesn't include the new properties added by the
metascraper-logo
andmetascraper-logo-favicon
pluginsSteps to reproduce
Go to the reproduction link
Line 43 the logo property doesn't exist
Expected behaviour
Metadata Interface should reflect all the property added by the plugins (in this example 'logo')
Actual behaviour
Metadata doesn't have the property added by the
metascraper-logo
andmetascraper-logo-favicon
pluginsThe text was updated successfully, but these errors were encountered: