The site to search
Optional
tags: string | string[] = []Tags to search with
Optional
searchOptions: SearchParameters = {}The options for searching if provided (Unused)
A promise with the images as an array of objects
const Booru = require('booru')
// Returns a promise with the latest cute glace pic from e926
Booru.search('e926', ['glaceon', 'cute'])
Searches a site for images with tags and returns the results