Skip to content

Commit

Permalink
Readme: Badges
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Nov 7, 2024
1 parent d7a71b7 commit 39265c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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.

<!-- Badges -->

[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

0 comments on commit 39265c9

Please sign in to comment.