From e5812eeba105d16a76afa4a4aeaa51e3b35e377c Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Tue, 16 Jun 2020 13:25:12 -0400 Subject: Initial commit --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..c3523ff --- /dev/null +++ b/README @@ -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 -- cgit v1.2.3-54-g00ecf