From c685f2d93a71446afc6bb4df32a5ba435b2f5f09 Mon Sep 17 00:00:00 2001 From: Greg Smith Date: Fri, 13 Sep 2024 11:54:02 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93a431e..b80e537 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # libcardgen -Generate printable, barcoded library cards +Generate printable, barcoded library cards! If you need a simple way for staff to generate a basic, temporary library card for your patrons then this may offer a useful starting point for further development. + +Uses [JsBarcode](https://github.com/lindell/JsBarcode) to generate barcodes from numeric input. This example is configured to generate [Codabar](https://github.com/lindell/JsBarcode/wiki/codabar) barcodes. See [JsBarcode documentation](https://github.com/lindell/JsBarcode/wiki) for info about how to generate other barcode types to suit your needs.