mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-27 13:34:31 -04:00
📸 Bitmaps directory
This commit is contained in:
parent
e41ae86ad7
commit
9bb298c30d
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ import { staticCursors, animatedCursors, animatedClip } from "./cursors.json";
|
|||
const svgsDir = resolve(__dirname, "svg");
|
||||
|
||||
// Out Directory
|
||||
const bitmapsDir = resolve(__dirname, "bitmaps");
|
||||
const bitmapsDir = resolve(__dirname, "../", "bitmaps");
|
||||
|
||||
export { staticCursors, animatedCursors, svgsDir, bitmapsDir, animatedClip };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue