Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Joseph-hf/ai-comic-generator
Henhouse
/
workflow-comics
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
workflow-comics
/
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
)]