From fb29e99824de8b53d7a28474d0a232fdaa1f2b86 Mon Sep 17 00:00:00 2001 From: Luke <88919270+Infinitybeond1@users.noreply.github.com> Date: Mon, 25 Jul 2022 18:55:51 -0500 Subject: [PATCH] Added package dye (#2291) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index e380223..f6a3f4b 100644 --- a/packages.json +++ b/packages.json @@ -26819,5 +26819,21 @@ "description": "A 2D Array Implementation", "license": "GPL-2.0-only", "web": "https://github.com/avahe-kellenberger/array2d" + }, + { + "name": "dye", + "url": "https://github.com/Infinitybeond1/dye", + "method": "git", + "tags": [ + "image", + "cli", + "dye", + "colorize", + "color", + "palettes" + ], + "description": "An image colorizer", + "license": "GPL-3.0-or-later", + "web": "https://github.com/Infinitybeond1/dye" } ]