issues
search
chapmankyle
/
emoji-set
Emoji library that allows for searching by emoji, group or keyword :mag:
https://www.npmjs.com/package/emoji-set
GNU General Public License v3.0
5
stars
0
forks
source link
[Feature] Add parameter to enable returning of only emojis
#5
Closed
chapmankyle
closed
3 years ago
chapmankyle
commented
3 years ago
Add
Parameter
onlyEmoji
to all existing functions, which returns only the emojis (instead of associated information as well)
Parameter
first
to
searchByKeyword
which returns only the first match when
true
and all matches when
false
Test cases for new parameters
Fix
Missing test case for
getKeywords
method
Add
onlyEmoji
to all existing functions, which returns only the emojis (instead of associated information as well)first
tosearchByKeyword
which returns only the first match whentrue
and all matches whenfalse
Fix
getKeywords
method