💖 clean code

This commit is contained in:
ful1e5 2020-08-19 16:24:30 +05:30
parent 115aa07ad8
commit 633a314fa9

View file

@ -1,8 +1,6 @@
import fs from "fs"; import fs from "fs";
import path from "path"; import path from "path";
import { spinner } from "shared";
import { staticCursors, animatedCursors, animatedClip } from "../cursors.json"; import { staticCursors, animatedCursors, animatedClip } from "../cursors.json";
import { schemesPath, bitmapsPath, rawSvgsDir } from "../color"; import { schemesPath, bitmapsPath, rawSvgsDir } from "../color";
import { ColorSchema, Configs } from "../types"; import { ColorSchema, Configs } from "../types";
@ -74,8 +72,6 @@ const generateConfigs = (colorSchemes: ColorSchema, dirPrefix: string) => {
staticCursors, staticCursors,
animatedClip animatedClip
}; };
spinner.succeed();
} }
return configs; return configs;