📸 Bitmaps directory

This commit is contained in:
ful1e5 2020-08-28 13:06:31 +05:30
parent e41ae86ad7
commit 9bb298c30d

View file

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