Skip to content

Commit

Permalink
Merge pull request #96 from MinatoWada/support-all-formats
Browse files Browse the repository at this point in the history
Supported all formats available in JsBarcode
  • Loading branch information
kciter authored Mar 15, 2024
2 parents cfeddbf + d9b1fde commit 730ce1d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,21 @@ export interface Options {
| "CODE128B"
| "CODE128C"
| "EAN13"
| "EAN8"
| "EAN5"
| "EAN2"
| "UPC"
| "UPCE"
| "ITF14"
| "ITF"
| "MSI"
| "MSI10"
| "MSI11"
| "MSI1010"
| "MSI1110"
| "pharmacode"
| "codabar"
| "upc";
| "GenericBarcode";
displayValue?: boolean;
fontOptions?: string;
font?: string;
Expand Down

0 comments on commit 730ce1d

Please sign in to comment.