mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-28 22:14:21 -04:00
📸 Bitmaps
This commit is contained in:
parent
0e547f7d3f
commit
52182dc89e
1 changed files with 13 additions and 3 deletions
|
@ -1,4 +1,14 @@
|
|||
import { renderCursors } from "./render";
|
||||
import { spinner } from "./utils/spinner";
|
||||
// import { renderCursors } from "./render";
|
||||
import { generateConfigs, GenerateConfigsArgs } from "./schema";
|
||||
|
||||
export { spinner, renderCursors };
|
||||
const createBitmaps = async ({
|
||||
pathConfig,
|
||||
colorSchemes,
|
||||
themeName
|
||||
}: GenerateConfigsArgs) => {
|
||||
const configs = generateConfigs({ pathConfig, colorSchemes, themeName });
|
||||
console.log(configs);
|
||||
process.exit(0);
|
||||
};
|
||||
|
||||
export { createBitmaps };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue