From af066eaaee7014ca46356803720439dd385776f0 Mon Sep 17 00:00:00 2001 From: cwtuan Date: Sat, 22 Jun 2024 12:26:20 +0800 Subject: [PATCH] chore: add usage trend image --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d05a1b2..5fa3910 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,12 @@ Introduction ---- **JsBarcode** is a **barcode generator** written in JavaScript. It supports multiple barcode formats and works in browsers and with *Node.js*. It has *no dependencies* when it is used for the web but works with *jQuery* if you are into that. + + + NPM Usage Trend of jsbarcode + - +[Usage Trend of jsbarcode](https://npm-compare.com/jsbarcode#timeRange=FIVE_YEARS) Demo ----