🔧 Configs push with string key

This commit is contained in:
ful1e5 2020-08-16 16:55:16 +05:30
parent 062d4ac171
commit 8bcd42f586

View file

@ -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);
}