rm-emoji-picker
rm-emoji-picker copied to clipboard
A modern, ES2015 emoji picker and editor.
Could not find a declaration file for module 'rm-emoji-picker'. 'e:/vscode/code/chat ui/node_modules/rm-emoji-picker/dist/EmojiPicker.js' implicitly has an 'any' type. Try `npm install @types/rm-emoji-picker` if it exists or add a new declaration (.d.ts) file...
Is it possible to have the picker use the sheet images instead of the unicode characters. I prefer the unicode characters but they are small and while I can change...
In a new directory: ``` $ yarn add rm-emoji-picker $ yarn check error "rm-emoji-picker" is wrong version: expected "0.4.0", got null ``` Changing the version number in the package.json from...
I noticed that when I included your picker in my app, the file size went up by 100 mb which is a huge amount. After investigating, I discovered that your...
This is likely due to the jQuery.click event not firing events on iOS. The events fire like this: 1. Click emoji #1: #1.MOUSEENTER 2. Click different emoji #2: #1.MOUSELEAVE #2.MOUSEENTER...
Hi. Is there any way to load plugin just in browser without webpack? I'm trying: ```js var picker = new EmojiPicker(); ``` but got `EmojiPicker is not defined` I figure...
Wondering if there is anything that can be done implementation or config wise to speed up the initial loading of the picker? https://www.useloom.com/share/81e1668051824371b70ea93e63d10c0f
How I can render letter like **:),** **
Hello, it is possible to avoid the picker close action when we choose an emoji ?
Make the examples directory publically available, e.g. with gh-pages.