tridactyl/vendor/qrcode
2023-06-14 23:44:43 +05:30
..
license added license and README for qrcode vendor lib 2023-06-14 23:32:23 +05:30
qrcode.js moved qrcode vendor library to its own directory inside vendor 2023-06-14 23:31:21 +05:30
README.md fixed some typos in readme file and prettified it 2023-06-14 23:44:43 +05:30

About

This library is a precompiled version of npm node-qrcode package. Github repo for the source code can be found at node-qrcode. The precompiled library is of version 1.5.3.

How to update

  • Download the source code tar of the new version from github Release Page.
  • Extract the tar and run below commands:
> npm install
> npm run build
  • This will create a build directory containig the file qrcode.js. Copy this file to the vendor directory of the project.
  • Make sure to add the module.exports at the end of the file to make it work with typescript imports (check existing file for example).
  • Check the repo and update license file if required.