parent
037837b551
commit
0e4a111f81
1714 changed files with 20803 additions and 11751 deletions
7
packages/client/src/scripts/emojilist.ts
Normal file
7
packages/client/src/scripts/emojilist.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// initial converted from https://github.com/muan/emojilib/commit/242fe68be86ed6536843b83f7e32f376468b38fb
|
||||
export const emojilist = require('../emojilist.json') as {
|
||||
name: string;
|
||||
keywords: string[];
|
||||
char: string;
|
||||
category: 'people' | 'animals_and_nature' | 'food_and_drink' | 'activity' | 'travel_and_places' | 'objects' | 'symbols' | 'flags';
|
||||
}[];
|
||||
Loading…
Add table
Add a link
Reference in a new issue