UNPKG

crush-feelings

Version:

Simulate crush interactions in code!

4 lines (2 loc) 176 B
export type Mood = 'happy' | 'nervous' | 'flustered' | 'overthinking'; export type Interaction = 'small talk' | 'awkward wave' | 'shared laugh' | 'accidental eye contact';