Client-side JavaScript PDF generation for everyone.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
mode, the API is kept as close as possible to the original jsPDF. This means some features are not available and some methods behave slightly different. This is the default for compatibility reasons. - In "standard" mode, the full API is available. The API is not fully compatible with the original jsPDF. You can switch between the API modes using `doc.setMode("compat")` or `doc.setMode("standard")`. All examples in this readme are for the standard API. In compat mode, some methods are not available and some methods behave differently. E.g. in compat mode, `doc.text` expects the text to be wrapped in a `{ text: "string" }` object. If you are not using any of the new features, you can safely keep using the default "compat" mode. If you are using any of the new features, you should switch to "standard" mode. If you are starting a new project, you should use "standard" mode. ## API Please see the [API documentation](http://raw.githack.com/MrRio/jsPDF/master/docs/) for more information. ## Versioning jsPDF uses semantic versioning. This means that if you want to use the