mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-05 09:13:56 -04:00
📂 semi-animated cursors directory format
This commit is contained in:
parent
85dda8300e
commit
995a273b31
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
import chalk from "chalk";
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
|
||||
|
@ -20,7 +21,9 @@ export default class SvgDirectoryParser {
|
|||
const cursorDir = path.resolve(this.svgDir, "static");
|
||||
|
||||
if (!fs.existsSync(cursorDir)) {
|
||||
console.log(`Considering ${cursorDir} as semi-animated theme`);
|
||||
console.log(
|
||||
`Considering ${chalk.greenBright(cursorDir)} as semi-animated theme`
|
||||
);
|
||||
this.semiAnimated = true;
|
||||
return [];
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue