📸 Save bitmaps at Bibata's root directory

This commit is contained in:
ful1e5 2020-08-22 13:05:24 +05:30
parent 22b15bd5cc
commit 4867d564d5

View file

@ -6,9 +6,9 @@ import { ColorSchema } from "./types";
const rawSvgsDir = path.resolve("svg");
// --------------------------------------- out Path 🔗
const bitmapsPath = path.resolve("bitmaps");
const schemesPath = path.resolve("schemes");
const projectRoot = path.resolve("../../");
const bitmapsPath = path.resolve(projectRoot, "bitmaps");
// --------------------------------------- Colors✨