cmiscm / leonsans

Leon Sans is a geometric sans-serif typeface made with code in 2019 by Jongmin Kim.
https://leon-kim.com/
MIT License
10.17k stars 534 forks source link

generateCanvas is not defined #1

Closed ruucm closed 5 years ago

ruucm commented 5 years ago

When I open examples directory on my server

it emits below errors

GET http://localhost:8888/leonsans/examples/js/util.js 404 (Not Found)
Uncaught ReferenceError: generateCanvas is not defined
    at init (all.html:35)
    at window.onload (all.html:106)

I think it should have js/util.js but the server can't find it

Is there the other way to assign js/util.js path? or it just missed a thing?