KyleAMathews / typefaces

NPM packages for Open Source typefaces
2.6k stars 91 forks source link

Auto-generate screenshots for each typeface #4

Open KyleAMathews opened 7 years ago

KyleAMathews commented 7 years ago

Anyone know an easy tool for doing this? Throw it up on Amazon Lambda perhaps?

jmartsch commented 7 years ago

You can do this with https://github.com/sindresorhus/pageres. Needs an URL of the fonts website

KyleAMathews commented 7 years ago

Hmmm that could work. Amazon Lambda + a simple HTML file w/ fonts from unpkg.com + this rendering the fonts with phantomjs & this tool.