photopea / Typr.js

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

String to svg path #8

Closed villanus closed 7 years ago

villanus commented 7 years ago

Does this support outputting results as an svg path.?

photopea commented 7 years ago

Not directly. But you can convert the string into a Typr path (see the description), which you can then convert to SVG by yourself. It would be about 5 lines of code.

photopea commented 7 years ago

I guess you figured it out. Let me know if you have any othre questions.