photopea / Typr.js

Typr.js - process fonts in Javascript
MIT License
914 stars 73 forks source link

can support color font? #45

Closed sunwanxin213 closed 1 year ago

sunwanxin213 commented 1 year ago

NotoColorEmoji-Regular.zip

photopea commented 1 year ago

Our library Typr.js represents paths as vector shapes filled with a solid color. We can not represent gradients etc.

I have improved the support for your font, it should work better. But the gradients are ignored.

sunwanxin213 commented 1 year ago

thanks!