Open
Description
Hi, thanks for this awesome library!
We've faced a situation with strings only made of emojis.
Actual behavior
limax('😵️') === ''
Expected behavior
// Replace by emoji name
limax('😵️') === 'dizzy_face'
// Or by emoji code (as when pasted as an URL in the browser)
limax('😵️') === 'xn--w38h'