mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 17:55:11 -04:00
💖 clean code
This commit is contained in:
parent
115aa07ad8
commit
633a314fa9
1 changed files with 0 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
|||
import fs from "fs";
|
||||
import path from "path";
|
||||
|
||||
import { spinner } from "shared";
|
||||
|
||||
import { staticCursors, animatedCursors, animatedClip } from "../cursors.json";
|
||||
import { schemesPath, bitmapsPath, rawSvgsDir } from "../color";
|
||||
import { ColorSchema, Configs } from "../types";
|
||||
|
@ -74,8 +72,6 @@ const generateConfigs = (colorSchemes: ColorSchema, dirPrefix: string) => {
|
|||
staticCursors,
|
||||
animatedClip
|
||||
};
|
||||
|
||||
spinner.succeed();
|
||||
}
|
||||
|
||||
return configs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue