Open Offirmo opened 7 months ago
Have you found any alternatives to display emojis?
I will be investigating this feature.
maybe there are copyright issues?
@qianshancun good point. The emojis would have to come from a font, in which case it would be up to the user to provide a color emoji font they have a license for.
We could rename this issue "support CBDT/CBLC color font format" but I don't want to presume the best way to add this feature, I trust @yisibl ❤️
resvg does not currently support emoji (aka color fonts), please follow: https://github.com/RazrFalcon/resvg/issues/487
maybe there are copyright issues?
Copyright depends on the specific font, beyond the scope of this issue hair.
Thanks @yisibl for following up!
It seems that resvg
merged https://github.com/RazrFalcon/resvg/issues/487 - are there any additional blockers of bringing it into resvg-js
?
It seems that
resvg
merged RazrFalcon/resvg#487 - are there any additional blockers of bringing it intoresvg-js
?
This requires us to upgrade our resvg dependencies to the latest version. I don't have the time at the moment.
@yisibl it's completely ok, take your time! Thanks for this open source project!
@yisibl 🥺 🐩 pretty please 🙏
no updates yet? 😞
Thanks for this amazing lib!
Unfortunately, it doesn't seem to be able to render emojis in text 😢
See this very simple SVG:
It doesn't render anything visible.
When trying the playground https://resvg-js.vercel.app/ it doesn't render anything either.
I tried forcing a color emoji font:
But it doesn't help.
Would it be feasible to add this? Thanks.