emojilib
emojilib copied to clipboard
Emoji keyword library.
First of all, thank you for maintaining this repository! I wrote a rudimentary emoji search program using your data, and noticed that, for example, "poop" does not match any of...
A friend suggested that the keyword workflow could be more streamlined and moved away from the heaving friction flow of opening a PR and a manual review. Imagine something like...
```js > npm run i18n zh-TW zh_Hant // creates dist/emoji-zh-TW.json > npm run improve zh-TW // add keywords ``` 想要幫忙的話,歡迎對這支 branch 送 pull request!
Closes #221
Likely dependent on https://github.com/muan/unicode-emoji-json/issues/18
This is more of a suggestive pull request to move to TypeScript or just set up a definition file. I would be happy to make a PR for this myself,...
Does not fix #194, but somewhat sidesteps the issue by adding in a _lot_ of keywords. This is mostly the same strategy as https://github.com/muan/emojilib/issues/194#issuecomment-2009621140. `scripts/augment-en.js` pulls in all keywords and...
Hi, The emojilib is cool and be depended by many libs.I found a import issue when use it in my angular project. It could not find the json file, and...