We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for the great work :)
Many emojis have been added since the last updated to wdt-emoji-bundle
(for example, the England flag!)
I notice that https://github.com/iamcal/emoji-data has a complete list
Would it be possible to add all of the new emojis here? Or could you explain how to do it and I'll do it?
:)
Thanks!
The text was updated successfully, but these errors were encountered:
Hey man, i found this, and i think i know how to do that.
In the wdt-emoji-bundle documentation:
wdtEmojiBundle.defaults.emojiSheets.apple = './sheet_apple.png'; // default /sheets/sheet_apple_64.png wdtEmojiBundle.defaults.emojiSheets.google = './sheet_google.png'; // default /sheets/sheet_google_64.png wdtEmojiBundle.defaults.emojiSheets.twitter = './sheet_twitter.png'; // default /sheets/sheet_twitter_64.png wdtEmojiBundle.defaults.emojiSheets.emojione = './sheet_emojione.png'; // default /sheets/sheet_emojione_64.png wdtEmojiBundle.defaults.emojiSheets.facebook = './sheet_facebook.png'; // default /sheets/sheet_facebook_64.png wdtEmojiBundle.defaults.emojiSheets.messenger = './sheet_messenger.png'; // default /sheets/sheet_messenger_64.png
And
wdtEmojiBundle.defaults.emojiType = 'apple';
So just make a custom one and use the sheet.
Sorry, something went wrong.
No branches or pull requests
Thanks for the great work :)
Many emojis have been added since the last updated to wdt-emoji-bundle
(for example, the England flag!)
I notice that https://github.com/iamcal/emoji-data has a complete list
Would it be possible to add all of the new emojis here? Or could you explain how to do it and I'll do it?
:)
Thanks!
The text was updated successfully, but these errors were encountered: