ComicMaker / src /lib /pick.ts
SubspaceDev's picture
Duplicate from jbilcke-hf/ai-comic-factory
84d81c2
raw
history blame contribute delete
88 Bytes
export const pick = (items: string[]) => items[Math.floor(Math.random()*items.length)]