Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jbilcke-hf/text-to-panorama
johnygoddard
/
Panoremix_Duplicated
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Panoremix_Duplicated
/
src
/
lib
/
pick.ts
Julian Bilcke
initial commit
e429049
over 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
)]