From b6ffdb99b6333529c9d1dc88c634e13d7fc12f25 Mon Sep 17 00:00:00 2001 From: Duncan Clarke Date: Wed, 21 Aug 2019 13:58:08 -0400 Subject: [PATCH] QR Code Generator (#1150) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]