Skip to content

Commit 186f78a

Browse files
docs(README): add coverage badge
1 parent ccc1820 commit 186f78a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
<!-- Demo gif -->
33

44
<!-- badges -->
5+
[![codecov](https://codecov.io/gh/JonasKruckenberg/vite-imagetools/branch/next/graph/badge.svg?token=ECD3D95LX4)](https://codecov.io/gh/JonasKruckenberg/vite-imagetools)
6+
![npm (tag)](https://img.shields.io/npm/v/vite-imagetools/next)
57
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
68
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
7-
![npm (tag)](https://img.shields.io/npm/v/vite-imagetools/next)
89

910
<!-- Introduction -->
1011
A toolbox of custom import directives that can transform your image at compile-time.
@@ -20,7 +21,7 @@ All of the image transformations are powered by [sharp](https://sharp.pixelplumb
2021
- **Easy Srcset generation :link:**
2122
- **Fast in development mode :zap:**
2223
- **Extensible :jigsaw:**
23-
<!-- - **Image filters :art:** -->
24+
- **Caches transformed images to speed up CI :green_heart:**
2425

2526
## Table of Contents
2627

0 commit comments

Comments
 (0)