From 435314b4a658894f91f8c6986f37b566bff2a319 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 16 Aug 2020 16:20:57 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20Schemes=20Path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/round/src/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/round/src/config.ts b/packages/round/src/config.ts index c04356a8..849227d4 100644 --- a/packages/round/src/config.ts +++ b/packages/round/src/config.ts @@ -9,6 +9,7 @@ const rawSvgsDir = path.resolve("./src/svg/raw"); if (!fs.existsSync(rawSvgsDir)) console.error("🚨🚨 Raw files not Found 🚨🚨"); // --------------------------------------- 🌈 Cursors Variants 🌈 +const schemesPath = path.resolve("./src/svg"); const colorSchemes: ColorSchema = { Ice: { base: "#FFFFFF", @@ -22,4 +23,4 @@ const colorSchemes: ColorSchema = { // --------------------------------------- 🔧 Render Configs 🔧 -export { rawSvgsDir, colorSchemes }; +export { rawSvgsDir, schemesPath, colorSchemes };