mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-15 07:34:44 -04:00
🎥 Animated cursors
This commit is contained in:
parent
d5315a00b0
commit
03de7c6c2e
1 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, bitmapsDir };
|
||||
export { staticSvgs, animatedCursors, svgsDir, bitmapsDir };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue