🎥 Animated cursors

This commit is contained in:
KaizIqbal 2020-07-27 17:43:08 +05:30
parent d5315a00b0
commit 03de7c6c2e

View file

@ -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 };