Projects / tauri-emoji-mart-app

tauri-emoji-mart-app

TauriTypeScript

Emoji Mart as a Tauri app - click on an emoji to copy it to the clipboard.

Screenshot of tauri-emoji-mart-app

Why did I make this?

I needed something to try out Tauri, then I saw @Darthagnon's idea to package emoji-mart as a desktop app:

I was wondering whether there was any way of building Emoji Mart as a standalone Electron program in a similar way, or if anyone had already done it?

This was a fun experiment to try out Tauri and see how small and fast a desktop app wrapping a web component could be.

Soon after, vemonet had the same idea and implemented it properly with more features. I recommend his solution as it is more complete: github.com/vemonet/EmojiMart.