UNPKG

go-image-go

Version:

A powerful package to get images from Google.

9 lines (6 loc) 168 B
const google = require("../lib/troy"); async function start() { const images = await google.search("Among Us", { safe: false }); console.log(images); } start();