-
Notifications
You must be signed in to change notification settings - Fork 268
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
Add support for multiple images and emojis #28
Comments
yes please! |
@Liampronan Did you ever make the emoji version? |
I did but haven't submitted a PR -- is this library still maintained? |
I don't know. But if you have a version I would love a peak at it. Actually all I'm trying to do is use a custom image but without having the color overlay on it and it also happens that the image I am using was taken from the bacon emoji so i wanted to see if your version helps me here. |
@jaymutzafi basic implementation:
|
Splendid! Thank you. |
👍 for images in general, you may need to ensure you call |
Yeah .white solved my color problem, so I'm all good! But out of curiosity I've tried "🥓".image() and it says string has no member .image() |
did you add teh extension from the above code snippet? it adds |
Ah silly me, I messed it up. Looks good. (that's pretty clever btw, nicely done) |
I'm working on a fork that adds three new types: .images, .emoji, and .emojis. If there's any interest, I can open a PR -- let me know if so!
In the spirit of the this repo's demos, here's a (albeit low-quality) gif :
The text was updated successfully, but these errors were encountered: