shrhdk / text-to-svg

Convert text to SVG path without native dependence.
Other
964 stars 131 forks source link

Use #3

Closed foria closed 8 years ago

foria commented 8 years ago

Hello, thanks for your work. I'm just trying to use it but I don't know how to start :( Sorry I have not so much experience with require libraries etc. but usually I use Gulp. I tried to include index.js in a html file and checking to console log I got errors.

Please can you help me?

Thanks

shrhdk commented 8 years ago

Sorry, text-to-svg does not support web browsers.

opentype.js, the base library of text-to-svg supports web browsers. And opentype.js supports SVG path by now. Please consider to use opentype.js.

The difference between opentype.js and text-to-svg is anchor option.