mirror: A tiny/fast dataloader implementation
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: updates size badge

Marais Rossouw (Jul 3, 2023, 11:56 AM +1000) f4864e1a f127a938

+7 -4
+7 -4
readme.md
··· 6 6 7 7 </samp> 8 8 9 - **A tiny (367B) utility for batching and caching operations** 9 + **A tiny utility for batching and caching operations** 10 10 11 11 <a href="https://npm-stat.com/charts.html?package=dldr"> 12 - <img src="https://badgen.net/npm/dm/dldr?labelColor=black&color=black&label=npm%20downloads" alt="js downloads"> 12 + <img src="https://badgen.net/npm/dm/dldr?color=black&label=npm%20downloads" alt="js downloads"> 13 + </a> 14 + <a href="https://unpkg.com/dldr/index.mjs"> 15 + <img src="https://img.badgesize.io/https://unpkg.com/dldr/index.mjs?compression=gzip&label=gzip&color=black" alt="gzip size" /> 13 16 </a> 14 - <a href="https://bundlephobia.com/result?p=dldr"> 15 - <img src="https://badgen.net/bundlephobia/minzip/dldr?labelColor=black&color=black" alt="size"> 17 + <a href="https://unpkg.com/dldr/index.mjs"> 18 + <img src="https://img.badgesize.io/https://unpkg.com/dldr/index.mjs?compression=brotli&label=brotli&color=black" alt="brotli size" /> 16 19 </a> 17 20 18 21 <br />