Invoice Generator
"Easy Invoicer is an in-browser static app that helps you generate PDF invoices.
Svelte is used to power state and re-rendering of the invoice preview and forms. The data is stored into indexed db storage as you type, so your template is saved for the next time you need it (in the local browser - no server). The PDF is generated using the
pdfmake
library."