A JS implementation of the Unicode grapheme cluster breaking algorithm (UAX #29)
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The `grapheme-breaker` library implements Unicode grapheme‑cluster breaking (UAX #29) in JavaScript, allowing you to split a string into user‑perceived characters or count/query their boundaries instead of raw code points. It’s aimed at developers who need accurate text segmentation—such as for proper display, input handling, or rendering of emojis, combining marks, and complex scripts—in web or Node.js applications.