mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
15 lines
722 B
Markdown
15 lines
722 B
Markdown
![]() |
## About
|
||
|
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`
|
||
|
|
||
|
### How to update
|
||
|
* Download the source code tar of the new version from github [Release Page](https://github.com/soldair/node-qrcode/tags).
|
||
|
* Extra the tar and run below commands
|
||
|
```bash
|
||
|
> npm install
|
||
|
> npm run build
|
||
|
```
|
||
|
* This will create a build directory containig the file `qrcode.js`. Copy this file to the vendor directory of project.
|
||
|
* Make sure to add the `module.export` at the end of file to make it work with typescript imports
|
||
|
* Check the repo and update `license` file if required.
|