I made a JavaScript library for handling unicode characters, by porting Rust's high-quality library, [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation). Hopefully will be a good alternative in environments where the standard `Intl.Segmenter` API is not available.
Show HN: Unicode grapheme splitter library in JavaScript | Heykuki News