Prompt Lists Save

Lists to generate prompts for AI

Project README

Lists for prompts

Categorised lists of things for AI image and media generation

Install using npm:

npm install prompt-lists

Usage

After you’ve installed the package, you can import and use it in your project as follows:

import lists from 'prompt-lists'

console.log(lists.animal.mammal(3))
//  [ 'marmoset', 'caribou', 'tiger', 'platypus' ]

console.log(lists.animal.mammal())
// {
//   title: 'Mammals',
//   category: 'animal',
//   list: [
//     'aardvark',
//     'american mink',
//     'anteater',
//     'antelope',
//     ...
//   ]
// }
Open Source Agenda is not affiliated with "Prompt Lists" Project. README Source: ai-prompts/prompt-lists
Stars
47
Open Issues
0
Last Commit
2 months ago

Open Source Agenda Badge

Open Source Agenda Rating