piqnt / svgexport

SVG to PNG/JPEG command-line tool and Node.js module
927 stars 85 forks source link

Publish a new release of svgexport to npm #96

Closed manuelroth closed 3 years ago

manuelroth commented 3 years ago

Dear @shakiba

I created a PR that improves font spacing in docker environments. @MichaelRoosz reviewed and merged the PR. Would it be possible to push a new release to npm?- This would allow me to use the official svgexport package again in my package.json. Currently I have to use my feature-branch that I created for this PR.

Kind regards, Manuel

ancestral commented 3 years ago

@shakiba I use this utility quite a lot. Can you publish a new release? If you need help maintaining the project, perhaps someone else can assist you.

I’m becoming afraid that if people don't hear from you, the project may end up being forked, leading people to transition away to a new project.

shakiba commented 3 years ago

Thanks for the PR! I published new version.

This kind of changes could be opinionated and it is difficult to know how they will impact existing users.

Any help with maintaining the project is definitely appreciated! :)

manuelroth commented 3 years ago

Thank you for publishing a new version. I really appreciate you taking the time. Yes, you are right. This change could have potential unwanted impact on existing users. Maybe an option to pass additional arguments to puppeteer would be a better solution to handle these use cases. I will close this issue as its resolved.