mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-20 10:15:11 -04:00
📸 Render Bitmaps
This commit is contained in:
parent
d8d6f679bc
commit
5158431d97
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
// import { renderCursors } from "./render";
|
// import { renderCursors } from "./render";
|
||||||
import { generateConfigs, GenerateConfigsArgs } from "./schema";
|
import { generateConfigs, GenerateConfigsArgs } from "./schema";
|
||||||
|
import { renderCursors } from "./render";
|
||||||
|
|
||||||
const createBitmaps = async ({
|
const createBitmaps = async ({
|
||||||
pathConfig,
|
pathConfig,
|
||||||
|
@ -7,7 +8,8 @@ const createBitmaps = async ({
|
||||||
themeName
|
themeName
|
||||||
}: GenerateConfigsArgs) => {
|
}: GenerateConfigsArgs) => {
|
||||||
const configs = generateConfigs({ pathConfig, colorSchemes, themeName });
|
const configs = generateConfigs({ pathConfig, colorSchemes, themeName });
|
||||||
console.log(configs);
|
await renderCursors(configs);
|
||||||
|
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue