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

Bezier library not found. If you are using Node, try running 'npm install' or if you are in the browser, download http://pomax.github.io/bezierjs/bezier.js to your website and add a script tag. #12

Closed messizqin closed 3 years ago

messizqin commented 3 years ago

Bezier.js CDN is now invalid, which Bezier.js shows a 404 error.

messizqin commented 3 years ago

a pull request is submitted, which changes the CDN of bezier.js, now it will work.