🔗 path resolves

This commit is contained in:
ful1e5 2020-08-16 18:44:35 +05:30
parent 2e1fec619e
commit 09cd7b187a

View file

@ -4,12 +4,12 @@ import path from "path";
import { ColorSchema } from "./types";
// Source Directory
const rawSvgsDir = path.resolve("./src/svg/raw");
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 schemesPath = path.resolve("src", "svg");
const colorSchemes: ColorSchema = {
Ice: {
base: "#FFFFFF",