Convert a `file:` URI to a file path
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This Node.js library converts `file:` URIs into file system paths, making it easier to work with file URIs in Node.js applications. It's particularly useful for developers who need to handle file URIs from various sources, such as web APIs or user input, and convert them into paths that can be used with Node.js's `fs` module. The library handles different URI formats, including those with localhost, hostnames, and various path separators.