iamcal / emoji-data

Easy to parse data and spritesheets for emoji
MIT License
2.56k stars 301 forks source link

add typescript types for emoji #186

Open chrisdrackett opened 3 years ago

chrisdrackett commented 3 years ago

when using

import emoji from 'emoji-datasource'

in a typescript project things can be somewhat slow because of the size of that file. I wonder if it would be useful to provide types in this library to speed things up for typescript users.