emoji-mart
emoji-mart copied to clipboard
Use `indexedDB` for persistant data
With the regular localStorage implementation, people can access that very data and manipulate it to their likings. While this isn't necessarily a bad thing, it's safer for indexedDB to be used so its more private, plus, it doesn't mess with the user's already existing localStorage data.
Regards.