mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 11:36:55 -04:00
🗃️ Core files moved to cursors directory
This commit is contained in:
parent
518b0ea145
commit
efa60f2891
2 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ const staticSvgs = staticCursors.map((svg: string) =>
|
|||
const bitmapsDir = path.resolve(process.cwd(), "bitmaps");
|
||||
if (!fs.existsSync(bitmapsDir)) fs.mkdirSync(bitmapsDir);
|
||||
|
||||
export { staticSvgs, animatedCursors, svgsDir, bitmapsDir, animatedClip };
|
||||
export { staticSvgs, animatedCursors, svgsDir, bitmapsDir, animatedClip };
|
Loading…
Add table
Add a link
Reference in a new issue