mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-03 00:19:52 -04:00
🔧 Configs push with string key
This commit is contained in:
parent
062d4ac171
commit
8bcd42f586
1 changed files with 4 additions and 1 deletions
|
@ -9,4 +9,7 @@ const prefix = "Bibata Round";
|
|||
|
||||
const configs = generateConfigs(colorSchemes, prefix, rawSvgsDir);
|
||||
|
||||
console.log(configs);
|
||||
for (let [config] of Object.entries(configs)) {
|
||||
const { animatedCursors } = configs[config];
|
||||
console.log(animatedCursors);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue