alafr / SVG-to-PDFKit

Insert SVG into a PDF document created with PDFKit
MIT License
397 stars 111 forks source link

Publish to NPM #158

Open ciclentfort opened 2 years ago

ciclentfort commented 2 years ago

Hi, there have been a few fixes merged into the master branch since the last publish to npm. Any chance you could publish a new version to NPM?

bluewire-solutions commented 1 year ago

agree, it's also very misleading because SemVer is 0.1.8 for master branch and published npm version with some big changes

AJLoveChina commented 1 year ago

Hi @alafr , can you help on this? Thanks

jguse commented 11 months ago

+1 @alafr

My problem (which is fixed since one year in master): Want to support CMYK in pdfmake like

<rect [...] fill="cmyk(7, 0, 27, 0)"/>

But pdfmake uses svg-to-pdfkit@0.1.8, which is the newest version... I also tried with newest version and it works.