qrcodejs icon indicating copy to clipboard operation
qrcodejs copied to clipboard

Are the package maintainers still around?

Open crozone opened this issue 4 years ago • 3 comments

The main library code hasn't seen a new commit added since 2015, and the repository as a whole hasn't been touched since 2017.

Is this library still being maintained? Or should we move to a new fork to fix the outstanding issues?

crozone avatar Aug 25 '21 01:08 crozone

It looks like https://github.com/zhiyuan-l/qrcodejs is pretty much the most "up-to-date" version of the code, with many of the PRs merged (bugfixes and added border option).

See: https://github.com/davidshimjs/qrcodejs/issues/177

crozone avatar Aug 25 '21 01:08 crozone

https://github.com/lindseymysse/qr-code-element

I vendored the code for this HTML Element with the intent of cleaning it up and redoing some stuff. The codebase could use a bit of love -- there's a lot of prefixes and old cruft that doesn't need to be there anymore.

I would recommend you fork it. As far as code is concerned, I think it has been remarkably durable, but it is perhaps time for a new project.

lnsy-dev avatar Aug 25 '21 01:08 lnsy-dev

For others curious about this, here is another package that's maintained and works really well:

https://github.com/nimiq/qr-creator

sandstrom avatar Sep 22 '21 12:09 sandstrom