A NPM to handle the summon api
DO NOT USE IMAGE ENDPOINTS HERE IT WILL ERROR
const API = require("lumina-wrapper.js")
const api = new API()
api.get("<type here>", "<endpoint here>").then(res => console.log(res))
const API = require("lumina-wrapper.js")
const api = new API()
api.getImage("burn", { text: "<text here" }).then(res => /*do something with 'res' this returns a buffer*/)