guess-image
v0.0.2
Published
Take a guess on the primary image of a website / blog post.
Downloads
1
Readme
guess-image
Install
npm install guess-image
Usage
const guessImage = require("guess-image");
(async function() {
const image = await guessImage("https://example.com/123");
// => 'https://example.com/path/to/pic.png'
})();
LICENSE
MIT