Fuction to get acronym from a name string.
import acronym from '@/utils/acronym' const name = acronym('Vickie Kim') // output: 'VK'
string
''