From 261020cc3cc89198cc97f21f1a3c0b278eddd27e Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Sat, 28 Mar 2020 13:09:40 +0700 Subject: [PATCH] Added package nimage (#1416) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 6f1abec..ad925d5 100644 --- a/packages.json +++ b/packages.json @@ -17177,5 +17177,16 @@ "description": "A command-line YouTube player and more", "license": "GPL-3.0", "web": "https://gitlab.com/njoseph/nimcoon" + }, + { + "name": "nimage", + "url": "https://github.com/ethosa/nimage", + "method": "git", + "tags": [ + "image" + ], + "description": "The image management library written in Nim.", + "license": "MIT", + "web": "https://github.com/ethosa/nimage" } ]