From 0f59c3da554e85295a4ea5584deec6e0a0ac0e07 Mon Sep 17 00:00:00 2001 From: smiley Date: Tue, 11 Jun 2024 00:20:58 +0200 Subject: [PATCH] :octocat: --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a11a7a4..2a05283 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,13 @@ A javascript port of [chillerlan/php-qrcode](https://github.com/chillerlan/php-qrcode), a QR Code library based on the [implementation](https://github.com/kazuhikoarase/qrcode-generator) by Kazuhiko Arase. +[![NPM version][npm-badge]][npm] [![License][license-badge]][license] [![CodeCov][coverage-badge]][coverage] [![Build][gh-action-badge]][gh-action] +[npm-badge]: https://img.shields.io/github/package-json/v/chillerlan/js-qrcode?logo=npm&logoColor=ccc +[npm]: https://github.com/chillerlan/js-qrcode/pkgs/npm/qrcode [license-badge]: https://img.shields.io/github/license/chillerlan/js-qrcode.svg [license]: https://github.com/chillerlan/js-qrcode/blob/main/LICENSE [coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/js-qrcode?logo=codecov&logoColor=ccc