converts a css matrix string into a mat4 array
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project parses CSS `transform` strings (like `matrix()` or `matrix3d()`) into a 16-element 4x4 matrix array (`mat4`), handling 2D transforms as 3D matrices. It's designed for developers working with WebGL or graphics libraries who need to convert browser-computed CSS transforms into a usable numeric matrix format for further processing.