🗃️ Core files moved to cursors directory

This commit is contained in:
ful1e5 2020-08-15 09:56:51 +05:30
parent 518b0ea145
commit efa60f2891
2 changed files with 1 additions and 1 deletions

View file

@ -14,4 +14,4 @@ const staticSvgs = staticCursors.map((svg: string) =>
const bitmapsDir = path.resolve(process.cwd(), "bitmaps"); const bitmapsDir = path.resolve(process.cwd(), "bitmaps");
if (!fs.existsSync(bitmapsDir)) fs.mkdirSync(bitmapsDir); if (!fs.existsSync(bitmapsDir)) fs.mkdirSync(bitmapsDir);
export { staticSvgs, animatedCursors, svgsDir, bitmapsDir, animatedClip }; export { staticSvgs, animatedCursors, svgsDir, bitmapsDir, animatedClip };