fontbot
v1.0.1
Published
crawl and identify fonts used in a list of webpages
Readme
How to use FontBot
Install Fontbot
npm install fontbot
Create a sites.txt file with list of sites, each site on a newline.
Example:
a.com
b.comUsage:
const fontbot = require("fontbot");
fontbot.init("./sites.txt")
