mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-30 06:45:31 -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 { renderCursors } from "./render";
|
||||||
import { spinner } from "./utils/spinner";
|
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