export const prerender = true;
Draw a random playing card from a standard deck.
What deck is used?
A standard 52-card deck with four suits: spades ♠, hearts ♥, diamonds ♦, and clubs ♣.
Can I draw the same card twice?
Only if Allow duplicates is enabled. By default, each card is drawn at most once.
Are jokers included?
No. Only the standard 52 playing cards are used.