From bf526a59ae15d83b0af44aa6794b1d979edcad9b Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 13 Sep 2024 10:37:26 +0530 Subject: [PATCH] chore: add new link --- database/other/other_resources.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/other/other_resources.json b/database/other/other_resources.json index eec2146ee..e1e4a8019 100644 --- a/database/other/other_resources.json +++ b/database/other/other_resources.json @@ -68,5 +68,12 @@ "url": "https://www.Sketch.com/", "category": "other", "subcategory": "other_resources" + }, + { + "name": "PigmentTS", + "description": "A lightweight JavaScript/TypeScript utility for color manipulation and conversion.", + "url": "https://github.com/Jay-Karia/pigment-ts", + "category": "other", + "subcategory": "other_resources" } ]