summaryrefslogtreecommitdiffstats
path: root/tpl/views
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-01-28 17:11:33 +0100
committerVolpeon <git@volpeon.ink>2023-01-28 17:11:33 +0100
commit0aa60547321e704814959dd49de3ecc85643ad3c (patch)
tree53e9b4ee64b7a5ac50cfaeaee7a19f347684adc9 /tpl/views
parentEmoji (diff)
downloadiro-design-0aa60547321e704814959dd49de3ecc85643ad3c.tar.gz
iro-design-0aa60547321e704814959dd49de3ecc85643ad3c.tar.bz2
iro-design-0aa60547321e704814959dd49de3ecc85643ad3c.zip
Better unicode emoji
Diffstat (limited to 'tpl/views')
-rw-r--r--tpl/views/emoji.pug10
1 files changed, 8 insertions, 2 deletions
diff --git a/tpl/views/emoji.pug b/tpl/views/emoji.pug
index 8410794..2503e8d 100644
--- a/tpl/views/emoji.pug
+++ b/tpl/views/emoji.pug
@@ -4,17 +4,23 @@ mixin view-emoji
4 =loremIpsum 4 =loremIpsum
5 =' ' 5 =' '
6 +emoji('drgn') 6 +emoji('drgn')
7 +emoji('drgn') 7 =' '
8 +emoji('🐉️')(unicode=true)
8 =' ' 9 =' '
9 =loremIpsum 10 =loremIpsum
10 =' ' 11 =' '
11 +emoji('drgn')(zoomable=true) 12 +emoji('drgn')(zoomable=true)
12 =' ' 13 =' '
14 +emoji('🐉️')(zoomable=true unicode=true)
15 =' '
13 =loremIpsum 16 =loremIpsum
14 =' ' 17 =' '
15 +emoji('drgn')(size=125) 18 +emoji('drgn')(size=125)
16 +emoji('drgn')(size=125) 19 =' '
20 +emoji('🐉️')(unicode=true size=125)
17 =' ' 21 =' '
18 =loremIpsum 22 =loremIpsum
19 =' ' 23 =' '
20 +emoji('drgn')(zoomable=true size=125) 24 +emoji('drgn')(zoomable=true size=125)
25 =' '
26 +emoji('🐉️')(zoomable=true unicode=true size=125)