owncast/web/.storybook/tools/Emoji.stories.mdx

22 lines
457 B
Plaintext
Raw Normal View History

2023-01-26 23:16:32 +01:00
import { Canvas, Meta, Story } from '@storybook/addon-docs';
import { Image, ImageRow } from './ImageAsset';
<Meta title="owncast/Assets/Emoji" />
# Built-in Custom Emoji
{{#each emojiCollections}}
## {{capitalize this.name}}
2023-01-27 01:37:29 +01:00
<a href="img/emoji/{{this.name}}/LICENSE.md" target="_blank">
LICENSE
</a>
<ImageRow images={[
{{#each this.images}}
{src: "{{this.src}}", name: "{{this.name}}"},
{{/each}}
]}/>
2023-01-26 23:16:32 +01:00
{{/each}}