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

Modified the UI , added a download button and Copy Button #16

Closed Lucky-victory closed 3 years ago

Lucky-victory commented 3 years ago

Modified the User Interface, added copy to clipboard button , also the ability to download the svg as a .svg file.

danmarshall commented 3 years ago

Hi @Lucky-victory , thanks a lot! Can you add a screenshot of what it looks like, to save me some time?

Lucky-victory commented 3 years ago

Alright, here's the screenshot Screenshot_20210516-175328_1

danmarshall commented 3 years ago

Thanks! Now there is one other issue - the index.js file id generated from the Typescript file index.ts. Can you make your changes in the .ts file?

Lucky-victory commented 3 years ago

Sure, let me fix that

Lucky-victory commented 3 years ago

done

danmarshall commented 3 years ago

Can we leave the <h1>Google font to SVG path</h1> as text? I'd like to keep it SEO friendly.

Lucky-victory commented 3 years ago

that's right.

Lucky-victory commented 3 years ago

done

danmarshall commented 3 years ago

Thanks!