aruZeta / QRgen

A QR code generation library.
https://aruzeta.github.io/QRgen/
MIT License
103 stars 8 forks source link

Support padding in `renderImg` #51

Closed mariusandra closed 7 months ago

mariusandra commented 7 months ago

When adding QR code support to my own project, I had to tweak renderImg to support customizable amounts of padding around the code.

aruZeta commented 7 months ago

Seems like I have to fix the GH actions haha (what did I expect after ~1.5y), I hope you can wait a bit, I will try to work on it tomorrow.

mariusandra commented 7 months ago

Cool, thanks for taking it on so quickly. The workaround known as "copy paste" does the job for now 😅, so no there's rush from my side.

aruZeta commented 7 months ago

Seems like it was just the version of the GH actions, I'm merging this directly to avoid the hassle of getting you to merge my develop onto your branch.

aruZeta commented 7 months ago

Release 3.1.0 with this PR has been released! Although I no longer maintain this repo, PRs are always welcome :)

mariusandra commented 7 months ago

Thanks again! I updated my deps and could now remove the copy pasta. Also 🙌 for keeping up the maintenance work!