Emojis, formatting, clear all
This commit is contained in:
parent
202c4ac4b3
commit
48523a2269
14 changed files with 313 additions and 34 deletions
|
@ -18,7 +18,7 @@ fi
|
|||
if [[ "$1" == *.js ]]; then
|
||||
echo -n "// This file is generated by scripts/emoji-convert.sh to reduce the size
|
||||
// Original data source: https://github.com/github/gemoji/blob/master/db/emoji.json
|
||||
const rawEmojis = " > "$1"
|
||||
export const rawEmojis = " > "$1"
|
||||
cat "$SCRIPTDIR/emoji.json" | jq -rc 'map({emoji: .emoji,aliases: .aliases})' >> "$1"
|
||||
elif [[ "$1" == *.md ]]; then
|
||||
echo "# Emoji reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue