Escape string to be safe for use in html
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
html-escape is a lightweight npm package that escapes special characters (`&`, `<`, `'`, `"`) in strings to make them safe for use in HTML contexts, such as element content or attribute values. It’s designed for developers working with HTML generation or templating, ensuring protection against XSS vulnerabilities by converting unsafe characters to their named character references.