diff --git a/src/config.ts b/src/config.ts index 18ceb62..86f6db9 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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 };