You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implements the spliddit (https://github.com/essdot/spliddit) function to resolve emoji issues with jquery.lettering. Also modifies the example to include the spliddit library and make the appropriate attributions.
Hey I know this is a very old issue to reopen but when I try textillate both from the release and the latest this is still not working.
Did it get overwritten?
When trying to textillate string containing emoji emoji are destroyed.
Is due to split method
Solution: http://stackoverflow.com/questions/34421887/splitting-emoji-safely
Use spliddit to replace .split() method;
The text was updated successfully, but these errors were encountered: