UNPKG

aiwrapper

Version:

A Universal AI Wrapper for JavaScript & TypeScript

11 lines (10 loc) 175 B
import { OpenAIImg } from "./openai-img.js"; class Img { static openai(options) { return new OpenAIImg(options); } } export { Img }; //# sourceMappingURL=img.js.map