danmarshall / google-font-to-svg-path

Create an SVG path from a Google font
https://danmarshall.github.io/google-font-to-svg-path
MIT License
754 stars 128 forks source link

add options as query parameters, so you can share it as a link. #17

Closed Gaardsholt closed 3 years ago

Gaardsholt commented 3 years ago

This should solve #1

danmarshall commented 3 years ago

Thanks so much!!

danmarshall commented 3 years ago

There seems to be a minor issue, it defaults to the first font choice. Here's a link to the "Alex Brush" font: https://danmarshall.github.io/google-font-to-svg-path/?font-select=Alex+Brush&font-variant=regular&input-union=true&input-kerning=false&input-separate=false&input-text=hello&input-bezier-accuracy=&input-size=100

but it changes to "ABeeZee" after load.

Gaardsholt commented 3 years ago

weird.. it worked when I tested locally - I will do some more testing and do a new pull request :)