diff --git a/packages/round/src/color.ts b/packages/round/src/color.ts index baad9f82..7089e86d 100644 --- a/packages/round/src/color.ts +++ b/packages/round/src/color.ts @@ -1,13 +1,13 @@ import path from "path"; import { ColorSchema } from "./types"; -// --------------------------------------- Bitmaps/out Path ๐Ÿ”— - -const bitmapsPath = path.resolve("bitmaps"); - // --------------------------------------- Paths ๐Ÿ”— const rawSvgsDir = path.resolve("svg"); + +// --------------------------------------- out Path ๐Ÿ”— + +const bitmapsPath = path.resolve("bitmaps"); const schemesPath = path.resolve("schemes"); // --------------------------------------- Colorsโœจ