-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |