yWorks / svg2pdf.js

A javascript-only SVG to PDF conversion utility that runs in the browser. Brought to you by yWorks - the diagramming experts
MIT License
654 stars 101 forks source link

Fix building on case-sensitive filesystems #92

Closed bernhardreiter closed 5 years ago

bernhardreiter commented 5 years ago

Use the right casing for the svgpath module, so browserify finds it on case-sensitive file systems.

resolve #91