From e5d73a607f41fb026668ca4a8956983df85082b5 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Wed, 19 Aug 2020 12:24:00 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20Path=20changed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/round/src/color.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/round/src/color.ts b/packages/round/src/color.ts index e1e15344..55f8bce8 100644 --- a/packages/round/src/color.ts +++ b/packages/round/src/color.ts @@ -1,15 +1,14 @@ import path from "path"; - import { ColorSchema } from "./types"; // --------------------------------------- Bitmaps/out Path 🔗 -const bitmapsPath = path.resolve("../../bitmpaps"); +const bitmapsPath = path.resolve("bitmaps"); // --------------------------------------- Paths 🔗 -const rawSvgsDir = path.resolve("src", "svg", "raw"); -const schemesPath = path.resolve("src", "svg"); +const rawSvgsDir = path.resolve("svg"); +const schemesPath = path.resolve("schemes"); // --------------------------------------- Colors✨