From 983466022f302ea142256d59d99160b098e85cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Wed, 19 Feb 2020 17:40:46 +0100 Subject: [PATCH] Add qr package (#1364) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 3afae84..4779eb4 100644 --- a/packages.json +++ b/packages.json @@ -16566,5 +16566,18 @@ "description": "The Nim framework for VK API.", "license": "AGPLv3", "web": "https://github.com/ethosa/shizuka" + }, + { + "name": "qr", + "url": "https://github.com/ThomasTJdev/nim_qr", + "method": "git", + "tags": [ + "qr", + "qrcode", + "svg" + ], + "description": "Create SVG-files with QR-codes from strings.", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_qr" } ]