Cloudinary supports placing emojis as image overlays!
It's possible to place emojis on images by placing them as text overlays as Special Characters:
Please Note that in order to place emojis correctly the following should apply:
- To utilize the right text rendering engine please use
w_
andc_fit
within the overlay transformation. - The emoji needs to be double HTML encoded. For example:
😛 -> %F0%9F%98%9B -> %25F0%259F%2598%259B
Its possible to encode emojis using this nifty tool:
https://meyerweb.com/eric/tools/dencoder/
Comments
0 comments
Please sign in to leave a comment.