Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
greg
4d1d2f8c52
|
1 year ago | |
---|---|---|
.. | ||
docs | 1 year ago | |
lib | 1 year ago | |
.eslintignore | 2 years ago | |
CHANGELOG.md | 1 year ago | |
LICENSE.txt | 2 years ago | |
README.md | 1 year ago | |
index.js | 2 years ago | |
package.json | 1 year ago | |
test.js | 2 years ago | |
uncss-fork.patch | 1 year ago |
README.md
htmlnano
Modular HTML minifier, built on top of the PostHTML. Inspired by cssnano.
To switch to the optional fork of uncss, apply uncss-fork.patch
.
Reasons you may want to do this are: uncss uses outdated dependencies with security issues
Reasons you may want to avoid this are: long term support, stability
Benchmark
Website | Source (KB) | html-minifier-terser@5.1.1 | htmlnano@1.0.0 |
---|---|---|---|
stackoverflow.blog | 95 | 87 | 82 |
github.com | 210 | 183 | 171 |
en.wikipedia.org | 78 | 72 | 72 |
npmjs.com | 41 | 38 | 36 |
Avg. minify rate | 0% | 9% | 13% |