UNPKG

node-dall-ai-2

Version:

A type safe library for interacting with OpenAI's Dall-E 2 AI.

4 lines (3 loc) 109 B
import { Dalle } from "./Dalle"; import { DalleError } from "./DalleError"; export { Dalle, DalleError };