mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-25 04:24:33 -04:00
📸 Save bitmaps at Bibata's root directory
This commit is contained in:
parent
22b15bd5cc
commit
4867d564d5
1 changed files with 2 additions and 2 deletions
|
@ -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✨
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue