Files
owncast/web/.storybook/tools/Emoji.stories.md
2023-01-26 14:18:12 -08:00

435 B

import { Canvas, Meta, Story } from '@storybook/addon-docs'; import { Image, ImageRow } from './ImageAsset';

Built-in Custom Emoji

{{#each emojiCollections}}

{{capitalize this.name}}

<a href="/img/emoji/{{this.name}}/LICENSE.md" target="_blank">
	LICENSE
</a>
<ImageRow images={[
	{{#each this.images}}
		{src: "{{this.src}}", name: "{{this.name}}"},
	{{/each}}
]}/>

{{/each}}