|
1 | | -[](https://npmjs.com/package/h3) |
2 | | -[](https://npmjs.com/package/h3) |
3 | | -[](https://bundlephobia.com/result?p=h3) |
4 | | -[](https://github.com/unjs/h3/actions) |
5 | | -[](https://codecov.io/gh/unjs/h3) |
6 | | -[](https://www.jsdocs.io/package/h3) |
| 1 | +# H3 |
7 | 2 |
|
8 | | -> H3 is a minimal h(ttp) framework built for high performance and portability |
| 3 | +[![npm version][npm-version-src]][npm-version-href] |
| 4 | +[![npm downloads][npm-downloads-src]][npm-downloads-href] |
| 5 | +[![bundle][bundle-src]][bundle-href] |
| 6 | +[![Codecov][codecov-src]][codecov-href] |
| 7 | +[![License][license-src]][license-href] |
| 8 | +[![JSDocs][jsdocs-src]][jsdocs-href] |
9 | 9 |
|
10 | | -<!--  --> |
| 10 | +H3 is a minimal h(ttp) framework built for high performance and portability. |
11 | 11 |
|
12 | 12 | ## Features |
13 | 13 |
|
@@ -200,3 +200,18 @@ PRs are welcome to add your packages. |
200 | 200 | ## License |
201 | 201 |
|
202 | 202 | MIT |
| 203 | +
|
| 204 | +<!-- Badges --> |
| 205 | +
|
| 206 | +[npm-version-src]: https://img.shields.io/npm/v/h3?style=flat&colorA=18181B&colorB=F0DB4F |
| 207 | +[npm-version-href]: https://npmjs.com/package/h3 |
| 208 | +[npm-downloads-src]: https://img.shields.io/npm/dm/h3?style=flat&colorA=18181B&colorB=F0DB4F |
| 209 | +[npm-downloads-href]: https://npmjs.com/package/h3 |
| 210 | +[codecov-src]: https://img.shields.io/codecov/c/gh/unjs/unstorage/main?style=flat&colorA=18181B&colorB=F0DB4F |
| 211 | +[codecov-href]: https://codecov.io/gh/unjs/h3 |
| 212 | +[bundle-src]: https://img.shields.io/bundlephobia/minzip/h3?style=flat&colorA=18181B&colorB=F0DB4F |
| 213 | +[bundle-href]: https://bundlephobia.com/result?p=h3 |
| 214 | +[license-src]: https://img.shields.io/github/license/unjs/h3.svg?style=flat&colorA=18181B&colorB=F0DB4F |
| 215 | +[license-href]: https://github.com/unjs/h3/blob/main/LICENSE |
| 216 | +[jsdocs-src]: https://img.shields.io/badge/jsDocs.io-reference-18181B?style=flat&colorA=18181B&colorB=F0DB4F |
| 217 | +[jsdocs-href]: https://www.jsdocs.io/package/h3 |
0 commit comments