From 25021348f97cfad0fc9c2f42e11ac57c6c3aebab Mon Sep 17 00:00:00 2001 From: Himujjal Upadhyaya Date: Fri, 18 Sep 2020 10:44:47 +0530 Subject: [PATCH] Added package asciitext (#1641) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 8534007..c54c065 100644 --- a/packages.json +++ b/packages.json @@ -19575,5 +19575,21 @@ "description": "Endianness aware stream I/O for Nim", "license": "WTFPL", "web": "https://github.com/johnnovak/nim-binstreams" + }, + { + "name": "asciitext", + "url": "https://github.com/Himujjal/asciitextNim", + "method": "git", + "tags": [ + "ascii", + "web", + "c", + "library", + "nim", + "cli" + ], + "description": "Ascii Text allows you to print large ASCII fonts for the console and for the web", + "license": "MIT", + "web": "https://github.com/Himujjal/asciitextNim" } ]