mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-24 20:14:29 -04:00
🔗 Path changed
This commit is contained in:
parent
a9800be9d1
commit
e5d73a607f
1 changed files with 3 additions and 4 deletions
|
@ -1,15 +1,14 @@
|
|||
import path from "path";
|
||||
|
||||
import { ColorSchema } from "./types";
|
||||
|
||||
// --------------------------------------- Bitmaps/out Path 🔗
|
||||
|
||||
const bitmapsPath = path.resolve("../../bitmpaps");
|
||||
const bitmapsPath = path.resolve("bitmaps");
|
||||
|
||||
// --------------------------------------- Paths 🔗
|
||||
|
||||
const rawSvgsDir = path.resolve("src", "svg", "raw");
|
||||
const schemesPath = path.resolve("src", "svg");
|
||||
const rawSvgsDir = path.resolve("svg");
|
||||
const schemesPath = path.resolve("schemes");
|
||||
|
||||
// --------------------------------------- Colors✨
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue