Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Joseph-hf
/
ai-comic-generator
like
20
Running
App
Files
Files
Community
450060f
ai-comic-generator
/
src
/
lib
/
pick.ts
zanekwok
init
450060f
9 months ago
raw
Copy download link
history
blame
Safe
88 Bytes
export
const
pick
= (
items:
string
[]
) => items[
Math
.
floor
(
Math
.
random
()*items.
length
)]