Another emoji project? Why not! I have been playing with Svelte a lot these past few weeks. I adapted some of the code from https://emojipicker.app to build an emoji picker of sorts for Svelte apps.
It has features like search, skin tone variations, and it will save your recently used emojis.
Unfortunately the npm package name svelte-emoji-picker
was already taken, so I went with svelte-emoji-selector
.
Demo here! https://joeattardi.github.io/svelte-emoji-selector/
Code here! https://github.com/joeattardi/svelte-emoji-selector