Get logo property from HTML markup
npm install metascraper-logo``bash`
$ npm install metascraper-logo --save
#### options
##### filter
Type: function
A function to filter results in case it passes a test implemented by the provided function. It is the url as the first parameter:
`js``
const metascraper = require('metascraper')([
require('metascraper-logo')({
filter: url => url.endsWith('.png')
})
])
metascraper-logo © Microlink, released under the MIT License.
Authored and maintained by Microlink with help from contributors.
> microlink.io · GitHub microlinkhq · X @microlinkhq