React component for reading QR codes using PC web camera or mobile phone camera.
126
stars
40
forks
source link
This is a fork of JodusNodus / react-qr-reader. Why have you not credited the original author anywhere? #52
Closed
lacymorrow closed 2 years ago
It's good practice and helps prevent library fragmentation in the NPM ecosystem:
If you are creating a new codebase with features not related to the original app, do so and include the library in your package.json
If you are augmenting or fixing bugs in the original library, fork it and create PRs back to the original repo.
Publishing another users' code to NPM just makes things more complicated for everyone. At the very least, give credit to the original author.
react-qr-reader