prompt-lists

0.2.8 • Public • Published

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',
//     ...
//   ]
// }

/prompt-lists/

    Package Sidebar

    Install

    npm i prompt-lists

    Weekly Downloads

    27

    Version

    0.2.8

    License

    MIT

    Unpacked Size

    13.7 MB

    Total Files

    203

    Last publish

    Collaborators

    • fofr