scttcper / ngx-emoji-mart

Customizable Slack-like emoji picker for Angular
https://ngx-emoji-mart.vercel.app
MIT License
450 stars 94 forks source link

Feature request: provide storage option #210

Open steebchen opened 5 years ago

steebchen commented 5 years ago

It would be great to be able to provide a custom storage provider instead of defaulting to localStorage. In my case, I would like to pass Storage from @ionic/storage which uses IndexedDB by default. Basically, the Storage provider only needs to implement getItem, setItem and removeItem to be compatible with most storage providers.

ndrwptrsn commented 4 years ago

Seconded

stonecourier commented 3 years ago

Thirded. Just had a look at the source code to see how difficult it would be to do.