Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emojis-keywords length and emoji-list length don't match #14

Closed
jmtt89 opened this issue Sep 29, 2020 · 1 comment
Closed

emojis-keywords length and emoji-list length don't match #14

jmtt89 opened this issue Sep 29, 2020 · 1 comment

Comments

@jmtt89
Copy link

jmtt89 commented Sep 29, 2020

Hi, in Readme says

Complete list of emoji shortcuts. The list is a 1:1 map of emojis-list.

but

var keywords = require('emojis-keywords');
var emojis = require('emojis-list');

console.log(keywords.length) // <= 2477
console.log(emojis.length) // <= 3075

so obviously in not a 1:1 map, the others keywords not exist?

@Kikobeats
Copy link
Owner

duplicate of Kikobeats/emojis-list#10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants