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

modify bezier.js CDN and debug listeners #14

Closed messizqin closed 3 years ago

messizqin commented 3 years ago

two major events:

  1. If you go to the website you are now hosting on GitHub, it won't work, the reason is that bezier.js has been removed from its original CDN. I modified CDN according to https://maker.js.org/docs/getting-started/ to make the application work again.

  2. fonts should be refreshed by keypress instead of on change in size input box

danmarshall commented 3 years ago

Thanks!!