Screenshots with JavaScript
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
html2canvas is a JavaScript library that allows users to take screenshots of webpages or parts of them directly in the browser by rendering the DOM and applied styles into a canvas image. It's designed for developers who need to capture visual representations of web content on the client-side without server-side rendering. The library is experimental and works on modern browsers but may not support all CSS properties yet.