Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Joseph-hf
/
ai-comic-generator
like
29
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
ai-comic-generator
/
src
/
lib
/
pick.ts
zanekwok
init
450060f
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
export
const
pick
= (
items:
string
[]
) => items[
Math
.
floor
(
Math
.
random
()*items.
length
)]