Our full Documentation can be viewed here: docs.multiimageapi.xyz;
This is an API Wrapper for Multi Image API
Here is a quick example, more information can be viewed on our Documentation;
const imageapi = require('multi-image-api');
async function run(){
const img = await imageapi.getRedditImage("your subreddit");
console.log(img)
};
run();