lukePeavey / SplitType

Javascript utility that splits text into lines, words, characters for animation
https://lukepeavey.github.io/SplitType/
558 stars 40 forks source link

Split Text containing Emojis and Symbols #8

Closed lukePeavey closed 3 years ago

lukePeavey commented 3 years ago

Description

SplitType breaks emojis when splitting text into characters

Steps to Reproduce

<p id="target">Foo😀 Bar👌</p>
const text = new SplitType('#target')

Rendered Output screenshot

Expected Results

Splits text without breaking emojis