🔗 Path changed

This commit is contained in:
ful1e5 2020-08-19 12:24:00 +05:30
parent a9800be9d1
commit e5d73a607f

View file

@ -1,15 +1,14 @@
import path from "path"; import path from "path";
import { ColorSchema } from "./types"; import { ColorSchema } from "./types";
// --------------------------------------- Bitmaps/out Path 🔗 // --------------------------------------- Bitmaps/out Path 🔗
const bitmapsPath = path.resolve("../../bitmpaps"); const bitmapsPath = path.resolve("bitmaps");
// --------------------------------------- Paths 🔗 // --------------------------------------- Paths 🔗
const rawSvgsDir = path.resolve("src", "svg", "raw"); const rawSvgsDir = path.resolve("svg");
const schemesPath = path.resolve("src", "svg"); const schemesPath = path.resolve("schemes");
// --------------------------------------- Colors✨ // --------------------------------------- Colors✨