0.2.8 • Published 2 months ago

prompt-lists v0.2.8

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

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

2 months ago

0.2.7

9 months ago

0.2.6

11 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.0

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

12 months ago