canvas fontStyle parser
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project is a parser for decomposing HTML5 Canvas API font strings (e.g., `"italic bold 24px Arial"`) into their individual style components like `fontStyle`, `fontVariant`, `fontWeight`, `fontSize`, and `fontFamily`. It's designed for web developers working with the `<canvas