🔗 path config

This commit is contained in:
ful1e5 2020-08-21 16:29:42 +05:30
parent ff71def4aa
commit e1c6c7f18e

View file

@ -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✨