2023-06-14 23:32:23 +05:30
## About
2023-06-14 23:44:43 +05:30
This library is a precompiled version of npm `node-qrcode` package. Github repo for the source code can be found at [node-qrcode ](https://github.com/soldair/node-qrcode ). The precompiled library is of version `1.5.3` .
2023-06-14 23:32:23 +05:30
### How to update
2023-06-14 23:44:43 +05:30
- Download the source code tar of the new version from github [Release Page ](https://github.com/soldair/node-qrcode/tags ).
- Extract the tar and run below commands:
2023-06-14 23:32:23 +05:30
```bash
> npm install
> npm run build
```
2023-06-14 23:44:43 +05:30
- 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.