From ff617129232dd03ff9cd7470f4e435b23e1de143 Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Mon, 24 Jun 2024 03:57:52 +0100 Subject: [PATCH] feat: change colors in png --- .eslintrc | 3 +- .idea/workspace.xml | 95 +++++++++--------- package-lock.json | 71 +++++++++++++- package.json | 3 + src/components/input/ToolFileInput.tsx | 5 +- src/components/options/ColorSelector.tsx | 48 +++++++++ src/components/result/ToolFileResult.tsx | 5 +- src/config/uiConfig.ts | 2 + .../image/png/change-colors-in-png/index.tsx | 98 ++++++++++++++++--- .../image/png/change-colors-in-png/meta.ts | 3 +- 10 files changed, 265 insertions(+), 68 deletions(-) create mode 100644 src/components/options/ColorSelector.tsx create mode 100644 src/config/uiConfig.ts diff --git a/.eslintrc b/.eslintrc index 6c7bbbd..a473206 100644 --- a/.eslintrc +++ b/.eslintrc @@ -42,6 +42,7 @@ "tailwindcss/classnames-order": "warn", "tailwindcss/no-custom-classname": "warn", "tailwindcss/no-contradicting-classname": "error", - "@typescript-eslint/ban-types": "off" + "@typescript-eslint/ban-types": "off", + "@typescript-eslint/ban-ts-comment": "off" } } diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d18ac21..2f9c07e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,17 +4,15 @@