mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-15 07:34:44 -04:00
🎥 Animated cursors configs
This commit is contained in:
parent
319812979c
commit
4431beb926
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import path from "path";
|
||||
import fs from "fs";
|
||||
import { staticCursors } from "./cursors.json";
|
||||
import { staticCursors, animatedCursors } from "./cursors.json";
|
||||
|
||||
// Source Directory
|
||||
const svgsDir = path.resolve(__dirname, "svg");
|
||||
|
@ -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, bitmapsDir };
|
||||
export { staticSvgs, animatedCursors, bitmapsDir };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue