Skip to content

Commit 500dd0c

Browse files
authored
docs: fix badges in README (#37)
1 parent 579b9a3 commit 500dd0c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![npm version][npm-version-src]][npm-version-href]
44
[![npm downloads][npm-downloads-src]][npm-downloads-href]
5-
[![bundle size][bundle-size-src]][bundle-size-href]
65
[![license][license-src]][license-href]
76

87
This plugin generates type-safe glTF file representations in TypeScript and optimizes the loading and bundling of
@@ -291,7 +290,9 @@ This project is licensed under the MIT License, see the `LICENSE.md` file for mo
291290
[npm-version-href]: https://npmjs.com/package/@todde.tv/gltf-type-toolkit
292291
[npm-downloads-src]: https://img.shields.io/npm/dm/@todde.tv/gltf-type-toolkit?style=flat&colorA=181818&colorB=26ab7a
293292
[npm-downloads-href]: https://npmjs.com/package/@todde.tv/gltf-type-toolkit
294-
[bundle-size-src]: https://img.shields.io/bundlephobia/minzip/toddeTV/gltf-type-toolkit?style=flat&colorA=181818&colorB=26ab7a
295-
[bundle-size-href]: https://bundlephobia.com/package/@toddeTV/gltf-type-toolkit
296293
[license-src]: https://img.shields.io/github/license/toddeTV/gltf-type-toolkit?style=flat&colorA=181818&colorB=26ab7a
297-
[license-href]: https://github.com/toddeTV/gltf-type-toolkit/blob/main/LICENSE
294+
[license-href]: https://github.com/toddeTV/gltf-type-toolkit/blob/main/LICENSE.md
295+
296+
<!-- Not used, as we are a build tool plugin. If our goal were to minimize size, we should ship one plugin per build tool, rather than a single agnostic plugin for all. -->
297+
<!-- [bundle-size-src]: https://img.shields.io/bundlephobia/minzip/todde.tv/gltf-type-toolkit?style=flat&colorA=181818&colorB=26ab7a -->
298+
<!-- [bundle-size-href]: https://bundlephobia.com/package/@todde.tv/gltf-type-toolkit -->

0 commit comments

Comments
 (0)