svelte-emoji-selector
svelte-emoji-selector copied to clipboard
try to reduce size of emoji data file
The emoji.js data file is rather large (~256 KB), and contains a lot of duplicated information. Maybe the processing step can remove some of this duplicated data.
Hi,
I did some quick tests by deleting everything apart from name category and emoji (and even renaming category and name to c and n):
here are the results gzipped:
emoji-reduced.js.gz
gzipped the difference is ~ 30kb vs ~ 20kb without it, it's around ~100kb difference