From 39265c98c6e0c2f61b997eaffa571c8c925b4569 Mon Sep 17 00:00:00 2001 From: Steven Levithan Date: Thu, 7 Nov 2024 03:04:19 +0100 Subject: [PATCH] Readme: Badges --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a0d5704..64b6325 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Oniguruma-To-ES +[![npm version][npm-version-src]][npm-version-href] +[![bundle][bundle-src]][bundle-href] + A lightweight **Oniguruma to JavaScript RegExp transpiler** that runs in the browser and on your server. Use it to: - Take advantage of Oniguruma's extended regex capabilities in JavaScript. @@ -962,3 +965,10 @@ Oniguruma-To-ES was created by [Steven Levithan](https://github.com/slevithan). If you want to support this project, I'd love your help by contributing improvements, sharing it with others, or [sponsoring](https://github.com/sponsors/slevithan) ongoing development. © 2024–present. MIT License. + + + +[npm-version-src]: https://img.shields.io/npm/v/oniguruma-to-es?color=2381C2 +[npm-version-href]: https://npmjs.com/package/oniguruma-to-es +[bundle-src]: https://deno.bundlejs.com/badge?q=oniguruma-to-es&treeshake=%5B%7BtoRegExp%7D%5D +[bundle-href]: https://bundlejs.com/?q=oniguruma-to-es&treeshake=%5B%7BtoRegExp%7D%5D