0.3.1 • Published 5 months ago

prompt-lists v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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.12

6 months ago

0.3.1

5 months ago

0.2.11

1 year ago

0.2.10

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago