fix(storybook): update storybook generation templates

This commit is contained in:
Gabe Kangas
2024-10-20 12:23:45 -07:00
parent 78a7a45ff0
commit edc920f7db
18 changed files with 555 additions and 563 deletions
@@ -31,7 +31,7 @@ emojiCollectionDirs.forEach(collection => {
emojiCollections[collection] = { name: collection, images: emojiCollection };
});
const template = fs.readFileSync('./Emoji.stories.mdx', 'utf8');
const template = fs.readFileSync('./Emoji.template', 'utf8');
let t = handlebars.compile(template);
let output = t({ emojiCollections });
console.log(output);