blob: c3523ff755961c3c23418f05db9e02d416eedee5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
wfs subsets web fonts. It is similar to glyphhanger, except:
Features:
- written in Python, not Node
- automatically compares before and after screenshots
- supports automatic parallelism
Anti-features:
- uses Selenium instead of Puppeteer
- no JSDOM support, mainly because getComputedStyle is very buggy
Non-features:
- no spidering support: there are many excellent spiders, use those and then
pass the URLs
|