UNPKG

dalale

Version:

Dalal-E is a CLI application to generate realistic image using DALL-E 2 AI image generator API

12 lines (8 loc) 154 B
const Conf = require("conf"); const schema = { apiKey: { type: "string", }, }; const store = new Conf({ schema }); module.exports = { store };