-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
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
Issue on Mac-Book #144
Comments
I don't understand what you're asking. What are you trying to accomplish? What have you tried? |
Actually i was using this library to draw the emojis on top of chart as an image..... For that i am using this library to get emoji image url var emoji1 = new EmojiConvertor();
var goalSuccessImage = new Image(); This way i am creating image object and latter i am using this image object on all required places...but now macbook is throwing exception on below line. var successImageCode = document.getElementById('goalSuccess').firstChild.attributes["data-codepoints"].value; |
https://projects.iamcal.com/js-emoji/demo/demo.htm
I was checking this link and it seems like on mac-book we are not getting html output. I need "data-codepoints" value so that i can use it latter.
let me know how i can get "data-codepoints" from "\ud83c\udfc6".
The text was updated successfully, but these errors were encountered: