I've used a subset of emoji data from https://github.com/iamcal/emoji-data to provide simple searching of words to check if they exist as emoji names. This could be extended to provide much more utility, but should be packaged as an external module.
I wanted to use https://github.com/omnidan/node-emoji but a lot of the methods weren't implemented and no other similar packages have Typescript typings.
I've used a subset of emoji data from https://github.com/iamcal/emoji-data to provide simple searching of words to check if they exist as emoji names. This could be extended to provide much more utility, but should be packaged as an external module.
I wanted to use https://github.com/omnidan/node-emoji but a lot of the methods weren't implemented and no other similar packages have Typescript typings.