diff options
| author | Duncan Clarke <bunkford@gmail.com> | 2019-08-21 13:58:08 -0400 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-08-21 19:58:08 +0200 |
| commit | b6ffdb99b6333529c9d1dc88c634e13d7fc12f25 (patch) | |
| tree | 094178f07ee22ad08cfa8a6dd0d7af696d4566dc | |
| parent | 080679e383e30aa648d29438cdd85f8d527f3ef4 (diff) | |
| download | packages-b6ffdb99b6333529c9d1dc88c634e13d7fc12f25.tar.gz packages-b6ffdb99b6333529c9d1dc88c634e13d7fc12f25.zip | |
QR Code Generator (#1150)
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 226fdd9..a09f27a 100644 --- a/packages.json +++ b/packages.json @@ -14104,5 +14104,17 @@ "description": "Secure multi-party computation", "license": "MIT", "web": "https://github.com/markspanbroek/nimpc" + }, + { + "name": "qrcodegen", + "url": "https://github.com/bunkford/qrcodegen", + "method": "git", + "tags": [ + "qr", + "barcode" + ], + "description": "QR Code Generator", + "license": "MIT", + "web": "https://github.com/bunkford/qrcodegen" } ] |
