0.1.0 • Published 2 years ago

node-craiyon v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

node-craiyon

AI model drawing images for Node with craiyon, formerly DALLE-E mini, and puppeteer.

Install

npm install dalle

Usage

import Dalle from 'node-craiyon'

const dalle = new Dalle()
const images = await dalle.generateImages('Reddit mod touching grass')

console.log(images)
// array of data uris

License

MIT License © 2022 Robert Soriano