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

feat: add fill and stroke option #29

Closed takkiraz closed 2 years ago

takkiraz commented 2 years ago

I added two simple input fields for stroke and fill.

I had some build issues cause of typescript version 2.9.2, so I decided to remove the caret range ^.

danmarshall commented 2 years ago

Thanks! Can it still be used without fill and stroke? Also, should these be color pickers? Should we also add stroke width ?

takkiraz commented 2 years ago

Yes it can be used without fill, stroke, and stroke width. I also added color pickers and stroke width.

danmarshall commented 2 years ago

Thanks! 🍻