diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-06-16 13:25:12 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-06-16 13:25:12 -0400 |
commit | e5812eeba105d16a76afa4a4aeaa51e3b35e377c (patch) | |
tree | 73322866a68b5513fe7d770774616294d91d15cd /README | |
download | wfs-e5812eeba105d16a76afa4a4aeaa51e3b35e377c.tar.xz wfs-e5812eeba105d16a76afa4a4aeaa51e3b35e377c.zip |
Initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,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 |