tameemsafi / typewriterjs

A simple yet powerful native javascript plugin for a cool typewriter effect.
https://www.npmjs.com/package/typewriter-effect
MIT License
2.46k stars 220 forks source link

Support UTF8 typing #223

Open NewBieCoderXD opened 2 months ago

NewBieCoderXD commented 2 months ago

Hey, I add another option useUTF8ByteSequence to enable typing a valid codepoint

As far as I've tested, it's working well All tests passed I've added some tests as well

related issue and inspiration by notTanveer

Any comment will be appreciated!