Skip to content

Commit

Permalink
Added information about new ean and textPosition to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Mar 30, 2016
1 parent d84e69c commit 988eaf4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ Supported barcodes:
* CODE128
* CODE128 (automatic mode switching)
* CODE128 A/B/C (force mode)
* EAN 13
* EAN 8
* UPC-A
* EAN
* EAN-13
* EAN-8
* EAN-5
* EAN-2
* UPC (A)
* CODE39
* ITF
* ITF-14
Expand Down Expand Up @@ -55,7 +58,6 @@ $("#barcode").JsBarcode("Hi!");
````javascript
$("#barcode").JsBarcode("9780199532179", {
format:"EAN",
displayValue:true,
fontSize:24,
lineColor: "#0cc"
});
Expand Down Expand Up @@ -132,6 +134,7 @@ The default options:
fontOptions: "",
font: "monospace",
textAlign: "center",
textPosition: "bottom",
textMargin: 2,
fontSize: 20,
background: "#ffffff",
Expand Down

0 comments on commit 988eaf4

Please sign in to comment.