web-vitals
web-vitals copied to clipboard
Size of library in README.md
In the READEME.md it is mentioned:
The web-vitals library is a tiny (~1K),
When I checked on https://unpkg.com/browse/[email protected]/dist/ the library is actually 4.36 kB, could this be updated please ?
That's considering the file size without compression. With compression, it's ~1.5kb:
$ curl -s https://unpkg.com/[email protected]/dist/web-vitals.js | gzip -9 -c | wc -c
1713
$ curl -s https://unpkg.com/[email protected]/dist/web-vitals.js | brotli --best | wc -c
1524
Since clarified and now reads:
The web-vitals library is a tiny (~1.5K, brotli'd)