mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-22 11:15:17 -04:00
📁 Directory prefix
This commit is contained in:
parent
45eaf6d9b1
commit
d77d3e3d5a
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,12 @@
|
||||||
import { configs } from "./config";
|
import { generateConfigs } from "./helpers/schema";
|
||||||
|
import { colorSchemes, rawSvgsDir } from "./config";
|
||||||
|
|
||||||
// from shared package
|
// from shared package
|
||||||
// import { renderCursors } from "shared";
|
// import { renderCursors } from "shared";
|
||||||
|
|
||||||
console.log("Bibata Round");
|
// Svg generate dir prefix
|
||||||
|
const prefix = "Bibata Round";
|
||||||
|
|
||||||
|
const configs = generateConfigs(colorSchemes, prefix, rawSvgsDir);
|
||||||
|
|
||||||
console.log(configs);
|
console.log(configs);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue